Browse Source

wanda-adm:feat> 修改添加设备/系统弹框大小

shaun-sheep 4 years ago
parent
commit
cb5a17bb80
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/maintain/device/index.vue
  2. 1 1
      src/views/maintain/system/index.vue

+ 1 - 1
src/views/maintain/device/index.vue

@@ -34,7 +34,7 @@
         <el-scrollbar style="height:400px;">
             <el-dialog
                 :title="deviceMsg"
-                :width="!isWidth ? '30%':''"
+                :width="!isWidth ? '20%':''"
                 :visible.sync="dialogVisible"
                 @close="close">
                 <template slot="title">

+ 1 - 1
src/views/maintain/system/index.vue

@@ -36,7 +36,7 @@
         <!--        添加/编辑 系统-->
         <el-dialog
             :title="systemMsg"
-            :width="!isWidth ? '30%':''"
+            :width="!isWidth ? '20%':''"
             :visible.sync="dialogVisible"
             @close="close">
             <template v-if="next">