Selaa lähdekoodia

修改图例弹窗长度增加

hbchen 1 vuosi sitten
vanhempi
commit
b1ec95e032
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/dataEntry_manage/components/LegendEditDia.vue

+ 1 - 1
src/views/dataEntry_manage/components/LegendEditDia.vue

@@ -7,7 +7,7 @@
   @close="cancelHandle"
   center
   v-dialogDrag 
-  width="600px">
+  width="620px">
     <div class="dialog-legend">
       <div v-for="(item,index) in legendListCopy" :key="item.Name" class="legend-item">
         <div class="legend-item-color" :style="{backgroundColor:seasonColor[index]}"></div>