Przeglądaj źródła

修改图例弹窗长度增加

hbchen 1 rok temu
rodzic
commit
b1ec95e032

+ 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>