页面调整

main
mo 1 year ago
parent 29aeb96abb
commit fe4e0ad2f8

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

Loading…
Cancel
Save