From e682abb1f7038aa7f625e36e3723f35d196f7611 Mon Sep 17 00:00:00 2001 From: ZG4vin Date: Sat, 12 Apr 2025 16:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLogo=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=8EToolHeader=E7=BB=84=E4=BB=B6=E3=80=81ElScrollbar?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B9=8B=E9=97=B4=E5=AD=98=E5=9C=A81px?= =?UTF-8?q?=E7=95=99=E7=99=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uno.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/uno.config.ts b/uno.config.ts index e52457ac3..46acc9099 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -37,7 +37,6 @@ ${selector}:before { position: absolute; top: 0; left: 0; - width: 1px; height: 100%; background-color: var(--el-border-color); z-index: 3; @@ -55,7 +54,6 @@ ${selector}:after { position: absolute; top: 0; right: 0; - width: 1px; height: 100%; background-color: var(--el-border-color); z-index: 3; @@ -74,7 +72,6 @@ ${selector}:before { top: 0; left: 0; width: 100%; - height: 1px; background-color: var(--el-border-color); z-index: 3; } @@ -92,7 +89,6 @@ ${selector}:after { bottom: 0; left: 0; width: 100%; - height: 1px; background-color: var(--el-border-color); z-index: 3; } -- Gitee