From eafe997fa2048dab564d44c2eb2ca31e053361b5 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 29 May 2026 15:40:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B6=88=E6=81=AF=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ChatMain/NoticeMessage/detail.vue | 2 +- src/static/scss/height.scss | 4 ++++ src/static/scss/width.scss | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/ChatMain/NoticeMessage/detail.vue b/src/pages/ChatMain/NoticeMessage/detail.vue index bae8a14..4b14c1f 100644 --- a/src/pages/ChatMain/NoticeMessage/detail.vue +++ b/src/pages/ChatMain/NoticeMessage/detail.vue @@ -8,7 +8,7 @@ - + {{ detailTitle }} diff --git a/src/static/scss/height.scss b/src/static/scss/height.scss index 878a1e9..0c2d25a 100644 --- a/src/static/scss/height.scss +++ b/src/static/scss/height.scss @@ -6,6 +6,10 @@ height: 100%; } +.h-auto { + height: auto; +} + .h-1 { height: 1px; } diff --git a/src/static/scss/width.scss b/src/static/scss/width.scss index 1259961..b57f260 100644 --- a/src/static/scss/width.scss +++ b/src/static/scss/width.scss @@ -6,6 +6,10 @@ width: 100vw; } +.w-auto { + width: auto; +} + .w-vw-24 { width: calc(100vw - 24px); }