From 28db8d08ffd22b640b7b8d4c994b2fda3289894c Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Wed, 13 Apr 2022 14:55:01 +0800
Subject: [PATCH] 查
---
src/views/hiddenDangerManagement/fillRectificationAdd.vue | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/src/views/hiddenDangerManagement/fillRectificationAdd.vue b/src/views/hiddenDangerManagement/fillRectificationAdd.vue
index ded2aa7..fef121a 100644
--- a/src/views/hiddenDangerManagement/fillRectificationAdd.vue
+++ b/src/views/hiddenDangerManagement/fillRectificationAdd.vue
@@ -1,6 +1,6 @@
<template>
<div class="app-container">
- <div style="">
+ <div>
<Titlename title="自查隐患管理新增"></Titlename>
<div class="whole-form">
<el-form
@@ -104,35 +104,35 @@
<el-row>
<el-col :span="22">
<el-form-item label="隐患地点:" prop="name">
- <el-input v-model="ruleForm.name" class="multiline"></el-input>
+ <el-input v-model="ruleForm.name" rows="3" type="textarea" class="multiline"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="22">
<el-form-item label="隐患内容:" prop="name">
- <el-input v-model="ruleForm.name" class="multiline"></el-input>
+ <el-input v-model="ruleForm.name" rows="3" type="textarea" class="multiline"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="22">
<el-form-item label="整改措施:" prop="name">
- <el-input v-model="ruleForm.name" class="multiline"></el-input>
+ <el-input v-model="ruleForm.name" rows="3" type="textarea" class="multiline"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="22">
<el-form-item label="关联危险源" prop="name">
- <el-input v-model="ruleForm.name" class="multiline"></el-input>
+ <el-input v-model="ruleForm.name" rows="3" type="textarea" class="multiline"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="22">
<el-form-item style="text-align: center">
- <el-button type="primary" @click="submitForm('ruleForm')"
+ <el-button type="primary" class="btns" @click="submitForm('ruleForm')"
>保存</el-button
>
<el-button @click="close()">关闭</el-button>
@@ -212,11 +212,15 @@
overflow-y: auto;
}
-/deep/ .box {
+.app-container /deep/ .box {
padding-top: 0;
}
-/deep/ .multiline .el-input__inner {
+/* /deep/ .multiline .el-input__inner {
height: 62px;
-}
+} */
+ .btns{
+ background-color: #034ea2;
+ border: 1px solid #034ea2;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.2