瀏覽代碼

ly dialog 宽度

ly 2 年之前
父節點
當前提交
e45ee9333b

+ 1 - 1
ui/src/views/task/inspection/dividePoint.vue

@@ -1,6 +1,6 @@
 <template xmlns="http://www.w3.org/1999/html">
   <div>
-      <el-dialog :visible.sync="dialog.dialogFormVisible" width="1800px" :close-on-click-modal="false"
+      <el-dialog :visible.sync="dialog.dialogFormVisible" width="90%" :close-on-click-modal="false"
                  title='添加检测点'>
         <el-row>
           <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">

+ 1 - 1
ui/src/views/task/plan/planPoint.vue

@@ -1,6 +1,6 @@
 <template xmlns="http://www.w3.org/1999/html">
   <div>
-    <el-dialog :visible.sync="dialog.dialogFormVisible" width="1800px" :close-on-click-modal="false"
+    <el-dialog :visible.sync="dialog.dialogFormVisible" width="90%" :close-on-click-modal="false"
                title='添加计划检测点'>
       <el-row>
         <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">

+ 2 - 2
ui/src/views/task/plan/pointList.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
-    <el-dialog width="1800px" :visible.sync="dialogFormVisible" :close-on-click-modal="false" title='计划检测点清单'>
-      <el-table v-loading="loading" :data="pointList" border height="650">
+    <el-dialog width="90%" :visible.sync="dialogFormVisible" :close-on-click-modal="false" title='计划检测点清单'>
+      <el-table v-loading="loading" :data="pointList" border max-height="650">
         <el-table-column type="index" width="55" align="center"/>
         <el-table-column label="装置名称" align="center" prop="plantName" :show-overflow-tooltip="true"/>
         <el-table-column label="装置编码" align="center" prop="plantCode" :show-overflow-tooltip="true"/>

+ 1 - 1
ui/src/views/task/repair/repairPoint.vue

@@ -1,6 +1,6 @@
 <template xmlns="http://www.w3.org/1999/html">
   <div>
-    <el-dialog :visible.sync="dialog.dialogFormVisible" width="1800px" :close-on-click-modal="false"
+    <el-dialog :visible.sync="dialog.dialogFormVisible" width="90%" :close-on-click-modal="false"
                title='添加维修点'>
       <el-row>
         <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">