Răsfoiți Sursa

修改安全检查临时登记 异常时 问题描述输入框 高度和宽度

zhulu 1 an în urmă
părinte
comite
e08ee41434

+ 3 - 1
src/views/safetycheck/task/components/checkRegister.vue

@@ -149,7 +149,9 @@
                     <el-form-item label="情况描述" prop="remark">
                       <el-input
                         v-model="point.remark"
-                        style="width: 250px"
+                        style="width: 650px"
+                        type="textarea"
+                        :autosize="{ minRows: 3, maxRows: 3 }"
                         placeholder="请输入情况描述"
                         maxlength="255"
                       ></el-input> </el-form-item

+ 2 - 2
src/views/safetycheck/task/components/detail.vue

@@ -69,7 +69,7 @@
                   align="center"
                   prop="pointName"
                   label="检查内容"
-                  min-width="300"
+                  min-width="250"
                 >
                 <template slot-scope="r">
                   <div class="text_nbsp">
@@ -95,7 +95,7 @@
                     }}
                   </template>
                 </el-table-column>
-                <el-table-column align="center" prop="remark" label="问题描述"  min-width="100">
+                <el-table-column align="center" prop="remark" label="问题描述"  min-width="150">
                   <template slot-scope="r">
                     {{ r.row.remark ? r.row.remark : "-" }}
                   </template>