Browse Source

修改最小宽度

liuxiaona 2 years ago
parent
commit
29f86146fa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      project/src/components/orderManage/charge.vue

+ 1 - 1
.idea/workspace.xml

2
 <project version="4">
2
 <project version="4">
3
   <component name="ChangeListManager">
3
   <component name="ChangeListManager">
4
     <list default="true" id="326b77ef-a0bc-4d8a-bd1c-34c4541ee400" name="Changes" comment="">
4
     <list default="true" id="326b77ef-a0bc-4d8a-bd1c-34c4541ee400" name="Changes" comment="">
5
-      <change beforePath="$PROJECT_DIR$/project/src/components/detials/orderCharge.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/detials/orderCharge.vue" afterDir="false" />
5
+      <change beforePath="$PROJECT_DIR$/project/src/components/orderManage/charge.vue" beforeDir="false" afterPath="$PROJECT_DIR$/project/src/components/orderManage/charge.vue" afterDir="false" />
6
     </list>
6
     </list>
7
     <option name="SHOW_DIALOG" value="false" />
7
     <option name="SHOW_DIALOG" value="false" />
8
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
8
     <option name="HIGHLIGHT_CONFLICTS" value="true" />

+ 1 - 1
project/src/components/orderManage/charge.vue

56
           </div>
56
           </div>
57
         </div>
57
         </div>
58
         <div class="dataItem-data" style="position: relative">
58
         <div class="dataItem-data" style="position: relative">
59
-          <div style="min-width:500px;width:100%;height:50px;padding: 0 20px 0 10px" ref="chart"></div>
59
+          <div style="min-width:300px;width:100%;height:50px;padding: 0 20px 0 10px" ref="chart"></div>
60
           <div v-if="trendX&&trendX.length==0" style="position: absolute;top: 10px;left: 45%">-</div>
60
           <div v-if="trendX&&trendX.length==0" style="position: absolute;top: 10px;left: 45%">-</div>
61
         </div>
61
         </div>
62
       </div>
62
       </div>