From d27644ec4bf3cecc59b80c12e7b1f123f2b2a5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=20=E6=98=8E=E9=94=90?= <1850823766@qq.com> Date: Wed, 7 Jan 2026 21:33:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/hack.scss | 2 +- src/views/about/index.vue | 4 ++-- tsconfig.json | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/css/hack.scss b/src/css/hack.scss index 0fb2df6..cbc2333 100644 --- a/src/css/hack.scss +++ b/src/css/hack.scss @@ -1,4 +1,4 @@ -@media screen and(-ms-high-contrast:active), +@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) { .el-table__header, .el-table__body { diff --git a/src/views/about/index.vue b/src/views/about/index.vue index d99e598..a9c99b2 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -1,10 +1,10 @@