修改表单构建

master
夜笙歌 4 months ago
parent 1acb8ecde8
commit 7b45985e30

@ -559,6 +559,7 @@
<div class="my-header">
{{ vulBatchDialog.title }}
</div>
<el-divider content-position="left">文字文字文字</el-divider>
</template>
<el-container style='height: 500px; border: 1px solid #eee'>
<div style='width: 400px; height: 100%; overflow: auto'>
@ -1228,4 +1229,8 @@ onMounted(() => {
width: 100%;
text-align: center;
}
.el-overlay .el-overlay-dialog .el-dialog .el-dialog__header {
border-bottom: none;
}
</style>

Loading…
Cancel
Save