From eadfd4c31e4311f7401471e8c3d86dd3c8c271f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=8E=E5=AF=8C?= <212149997@qq.com> Date: Wed, 11 Dec 2024 14:06:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20global=E6=A0=B7=E5=BC=8F=E6=96=B0?= =?UTF-8?q?=E5=A2=9Ehide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/scss/global.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/scss/global.scss b/src/styles/scss/global.scss index 9428f21..cb68ae2 100644 --- a/src/styles/scss/global.scss +++ b/src/styles/scss/global.scss @@ -1,6 +1,11 @@ /** 公共样式放置处 */ @import '../css/reset.css'; // 重置样式 +/** v-show */ +.hide { + display: none !important; +} + /* HTML:
*/ .route-loading { position: fixed;