From aaf3198eb598932a788561d715bdf2a91330d259 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 13 八月 2020 14:53:19 +0800 Subject: [PATCH] 左侧树高度超出显示滚动条,鼠标移入应用小图标显示实时快照,样式调整 --- src/pages/library/components/carList.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/library/components/carList.vue b/src/pages/library/components/carList.vue index f4215e4..0b4f134 100644 --- a/src/pages/library/components/carList.vue +++ b/src/pages/library/components/carList.vue @@ -1294,8 +1294,8 @@ .el-drawer.ltr, .el-drawer.rtl { width: 27% !important; - height: 90%; - top: 9%; + //height: 90%; + //top: 9%; .el-drawer__header { border-bottom: 2px solid #eee; padding-bottom: 10px; @@ -1445,9 +1445,9 @@ .el-drawer.rtl { min-width: 450px; width: 25% !important; - height: 90%; - min-height: 1100px; - top: 9%; + //height: 90%; + //min-height: 1100px; + //top: 9%; .el-drawer__header { border-bottom: 2px solid #eee; padding-bottom: 10px; @@ -1460,7 +1460,8 @@ } .drawerSpace { - height: 900px; + height: calc(100% - 140px); + box-sizing: border-box; margin-bottom: 30px; overflow-y: scroll; .uploadLine { -- Gitblit v1.8.0