瀏覽代碼

修改图例弹窗长度增加

hbchen 1 年之前
父節點
當前提交
b1ec95e032
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>