页面调整

main
mo 1 year ago
parent 29aeb96abb
commit fe4e0ad2f8

@ -149,7 +149,7 @@
<el-dialog <el-dialog
:title="title" :title="title"
:visible.sync="open" :visible.sync="open"
width="1000px" width="1200px"
append-to-body append-to-body
> >
<el-form ref="form" :model="form" :rules="rules" label-width="100px"> <el-form ref="form" :model="form" :rules="rules" label-width="100px">
@ -297,6 +297,7 @@
width: 240px; width: 240px;
height: 220px; height: 220px;
cursor: pointer; cursor: pointer;
margin: 0 10px;
" "
> >
</el-image> </el-image>
@ -475,11 +476,12 @@ export default {
typeOptions: [], // typeOptions: [], //
showNull: "", showNull: "",
showNul2: "", showNul2: "",
showNul3: true, showNul3: "",
showNul4: true, showNul4: "",
fjUrl: "", fjUrl: "",
}; };
}, },
watch() {},
created() { created() {
this.getList(); this.getList();
this.getUserList(); this.getUserList();
@ -555,8 +557,6 @@ export default {
this.yhhdList = response.data.list; this.yhhdList = response.data.list;
}); });
}, },
handleClickOfd() {},
handleSuccess3() {},
// //
handleInitList() { handleInitList() {
// //
@ -757,4 +757,7 @@ export default {
font-size: large; font-size: large;
justify-content: center; justify-content: center;
} }
.el-tab-pane {
display: flex;
}
</style> </style>

Loading…
Cancel
Save