From 20603b654efce7d5ca8dc19f181af543a2215e56 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 15 一月 2024 15:33:04 +0800 Subject: [PATCH] 主数据表格高度调整 --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 2 +- Source/UBCS-WEB/src/views/modeling/Version.vue | 1 + Source/UBCS-WEB/src/components/Master/MasterTree.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Master/MasterTree.vue b/Source/UBCS-WEB/src/components/Master/MasterTree.vue index 4d87afc..75af1eb 100644 --- a/Source/UBCS-WEB/src/components/Master/MasterTree.vue +++ b/Source/UBCS-WEB/src/components/Master/MasterTree.vue @@ -231,7 +231,7 @@ <style lang="scss" scoped> .app { overflow: auto; - height: calc(100vh - 150px); + height: calc(100vh - 145px); } .app::-webkit-scrollbar { diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index f18267a..44bc9d7 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -1208,7 +1208,7 @@ .main { display: flex; flex-direction: column; - height: calc(100vh - 150px); + height: calc(100vh - 145px); min-height: 400px; } diff --git a/Source/UBCS-WEB/src/views/modeling/Version.vue b/Source/UBCS-WEB/src/views/modeling/Version.vue index e837168..74baaf3 100644 --- a/Source/UBCS-WEB/src/views/modeling/Version.vue +++ b/Source/UBCS-WEB/src/views/modeling/Version.vue @@ -60,6 +60,7 @@ form: {}, option: { height: 'auto', + calcHeight: 20, headerAlign: 'center', align: 'center', border: true, -- Gitblit v1.9.3