删除打印修改终端退运dialog

This commit is contained in:
zhujiyan
2024-06-03 10:53:14 +08:00
parent 4b4c2e1511
commit 9b77cf0262
3 changed files with 4 additions and 5 deletions

View File

@@ -4,8 +4,7 @@
class="cn-operate-dialog"
v-model="dialogVisible"
:title="title"
style="max-width: 450px"
top="30vh"
width="450px"
>
<el-scrollbar>
<el-form :inline="false" :model="form" label-width="120px" :rules="rules" ref="formRef">
@@ -22,7 +21,8 @@
:data="data"
filterable
:default-expand-all="true"
style="width: 260px"
style="width: 100%"
clearable
/>
</el-form-item>