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/Master/MasterTree.vue | 2 +- 1 files changed, 1 insertions(+), 1 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 { -- Gitblit v1.9.3