Commit f7c96510 authored by zhangjianqian's avatar zhangjianqian

修改隐患排查库

parent b7ebc3a0
......@@ -105,7 +105,7 @@
<!-- 添加或修改隐患排查库对话框 -->
<el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="100px" style="width: 95%">
<el-form ref="form" :model="form" :rules="rules" label-width="110px" style="width: 95%">
<el-form-item label="排查库标题" prop="libraryName">
<el-input v-model="form.libraryName" placeholder="请输入排查库标题" />
</el-form-item>
......@@ -290,6 +290,6 @@ export default {
margin: 0;
}
::v-deep .el-form-item__label{
width: 90px !important;
width: 110px !important;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment