From eb54eea87c39f35b5d0476f146bfd29d7c7841be Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 05 六月 2025 13:51:49 +0800 Subject: [PATCH] feat(空调管理): 添加空调管理相关功能 --- zhitan-vue/src/assets/styles/page.scss | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zhitan-vue/src/assets/styles/page.scss b/zhitan-vue/src/assets/styles/page.scss index f7fb7cc..d13a18a 100644 --- a/zhitan-vue/src/assets/styles/page.scss +++ b/zhitan-vue/src/assets/styles/page.scss @@ -163,9 +163,9 @@ display: flex; .page-container-left { - width: 280px; + width: 220px; min-height: calc(100vh - 148px); - border-right: 1px solid #fff; + border-right: 1px solid #e8e8e8; background: #f1f4fa; .el-tree { @@ -194,8 +194,8 @@ } .tree { - height: calc(100vh - 170px) !important; - max-height: calc(100vh - 170px) !important; + height: calc(100vh - 170px); + max-height: calc(100vh - 170px); overflow-y: auto; } } -- Gitblit v1.9.3