Kaynağa Gözat

fix(forecast): 调整对话框宽度为1200px以显示完整内容

yz 2 hafta önce
ebeveyn
işleme
4c6ff1a308
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/forecast/index.vue

+ 1 - 1
src/views/forecast/index.vue

@@ -57,7 +57,7 @@
     <el-dialog
       :title="dialogTitle"
       :visible.sync="dialogVisible"
-      width="800px"
+      width="1200px"
       :close-on-click-modal="false"
       :close-on-press-escape="false"
       append-to-body