Sfoglia il codice sorgente

修改最小宽度

liuxiaona 2 anni fa
parent
commit
29f86146fa
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      project/src/components/orderManage/charge.vue

+ 1 - 1
.idea/workspace.xml

@@ -2,7 +2,7 @@
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4 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 6
     </list>
7 7
     <option name="SHOW_DIALOG" value="false" />
8 8
     <option name="HIGHLIGHT_CONFLICTS" value="true" />

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

@@ -56,7 +56,7 @@
56 56
           </div>
57 57
         </div>
58 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 60
           <div v-if="trendX&&trendX.length==0" style="position: absolute;top: 10px;left: 45%">-</div>
61 61
         </div>
62 62
       </div>