From 180bcf1765f07b0d650c419ddfdbaa9106296b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E7=8C=AB?= <13581431+xiongmao1988@user.noreply.gitee.com> Date: Fri, 2 Feb 2024 14:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=841?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system-manage/hospitals-map.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/system-manage/hospitals-map.vue b/src/views/system-manage/hospitals-map.vue index cfaf55e..b0300e1 100644 --- a/src/views/system-manage/hospitals-map.vue +++ b/src/views/system-manage/hospitals-map.vue @@ -96,6 +96,7 @@ const getObj = (e: any, k: any) => { height: 100%; display: flex; align-items: center; + .left-box { width: calc(100% - 350px); height: 100%; @@ -105,6 +106,7 @@ const getObj = (e: any, k: any) => { width: 300px; height: calc(100% - 100px); border: 4px solid $main-color; + &>.title { width: 100%; height: 60px; @@ -114,11 +116,13 @@ const getObj = (e: any, k: any) => { text-align: center; background: $main-color; } + ul { width: 100%; height: calc(100% - 70px); overflow-x: hidden; overflow-y: auto; + li { cursor: pointer; width: 100%; @@ -130,4 +134,5 @@ const getObj = (e: any, k: any) => { } } } -} +} +