From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 10:35:15 +0800 Subject: [PATCH] 廊坊代码更新 --- src/views/datamanage/versionManage.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/datamanage/versionManage.vue b/src/views/datamanage/versionManage.vue index ea43b78..9fbd724 100644 --- a/src/views/datamanage/versionManage.vue +++ b/src/views/datamanage/versionManage.vue @@ -60,7 +60,7 @@ </el-form-item> </el-form> <el-divider class="eldivider" /> - <div style="height: 80%"> + <div style="height: 73%"> <el-table :data="tableData" style="width: 100%" height="99%"> <el-table-column align="center" @@ -597,10 +597,9 @@ <style lang="less" scoped> //@import url(); 寮曞叆鍏叡css绫� .verSionBox { - height: 81%; - width: 97%; - position: absolute; - box-sizing: border-box; + height: 98%; + width: 98%; + padding: 1%; .verSionContent { width: 100%; height: 92%; @@ -608,7 +607,7 @@ justify-content: space-between; .verSion_leftTree { width: 15%; - height: 95%; + height: 91%; border: 1px solid white; border-radius: 5px; padding: 1%; @@ -617,7 +616,7 @@ } .verSion_rightContent { width: 98%; - height: 95%; + height: 91%; border: 1px solid white; border-radius: 5px; padding: 1%; -- Gitblit v1.9.3