style: 样式调整

This commit is contained in:
wangjiahao
2025-03-05 11:56:15 +08:00
committed by 王嘉豪
parent 1fa5415fa3
commit 472e5b5dce
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
"
@change="reUpload"
/>
<el-form label-position="top" style="width: 100%; margin-bottom: 8px">
<el-form label-position="top" style="width: 100%">
<el-row :gutter="8">
<el-col :span="12">
<el-form-item

View File

@@ -673,7 +673,7 @@ eventBus.on('tabSort', tabSort)
}
.dv-common-layout {
height: calc(100vh - 1px);
height: 100vh;
width: 100vw;
overflow: hidden;
color: @dv-canvas-main-font-color;