[新增功能](liujun-26-应急管理):

- 调整页面样式
liujun-26-应急管理
huangyuxuan 2024-11-29 10:00:54 +08:00
parent dcd7d4b964
commit a50f063e91
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
</div>
<el-dialog :visible.sync="dialogFormCheck" title="审核" width="400px">
<el-form inline label-width="120px">
<el-form inline label-width="100px">
<el-form-item label="审核状态:" >
<Treeselect
:options="FILESTATUSThree"
@ -47,7 +47,7 @@
placeholder="请选择预案类型"
no-options-text="暂无数据"
no-children-text="暂无数据"
style="width: 300px"
style="width: 200px"
/>
</el-form-item>
</el-form>