From 076f43389d35b590027b7968fb75f99f9aedeed1 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Fri, 10 Oct 2025 09:45:19 +0800 Subject: [PATCH] feat:首页地图初始化相关处理调整 --- src/static/styles/common.scss | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/static/styles/common.scss b/src/static/styles/common.scss index e7d2e6c..7ae5e61 100644 --- a/src/static/styles/common.scss +++ b/src/static/styles/common.scss @@ -2,4 +2,7 @@ font-size: $u-font-base; color: $u-main-color; background-color: $u-bg-color; -} \ No newline at end of file + + height: 100%; + +} -- Gitblit v1.9.3