| | |
| | | <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> |
| | |
| | | padding-top: 0; |
| | | } |
| | | |
| | | /deep/ .multiline .el-input__inner { |
| | | /* /deep/ .multiline .el-input__inner { |
| | | height: 62px; |
| | | } |
| | | } */ |
| | | .btns{ |
| | | background-color: #034ea2; |
| | | border: 1px solid #034ea2; |