Explorar o código

修改图例弹窗长度增加

hbchen hai 1 ano
pai
achega
b1ec95e032
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>