From e2e3881fcaa2cfacf5d3290bb0ff5969482e6c48 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期二, 29 十一月 2022 16:29:48 +0800 Subject: [PATCH] 案卷查询查询框样式调整 --- src/views/systemSetting/baseSetting/department/updateUser/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/systemSetting/baseSetting/department/updateUser/index.vue b/src/views/systemSetting/baseSetting/department/updateUser/index.vue index ae46d83..b3e2481 100644 --- a/src/views/systemSetting/baseSetting/department/updateUser/index.vue +++ b/src/views/systemSetting/baseSetting/department/updateUser/index.vue @@ -323,7 +323,8 @@ right: 0; .box-card { - max-height: 200px; + min-height: 240px; + max-height: 260px; overflow: hidden; background-color: #09152f; position: relative; @@ -331,7 +332,7 @@ .scrollWrap { overflow: scroll; - height: 160px; + height: 180px; position: relative; color: #4b9bb7; @@ -358,7 +359,7 @@ top: 77px; right: 20px; width: 20px; - height: 160px; + height: 180px; background-color: #09152f; } -- Gitblit v1.8.0