From 2765c4adde46ec4b31665638fa68191ec19ecc9d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 5 May 2025 16:32:07 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uno.config.ts b/uno.config.ts index 46acc909..1b8c8375 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -54,6 +54,7 @@ ${selector}:after { position: absolute; top: 0; right: 0; + width: 1px; height: 100%; background-color: var(--el-border-color); z-index: 3; @@ -72,6 +73,7 @@ ${selector}:before { top: 0; left: 0; width: 100%; + height: 1px; background-color: var(--el-border-color); z-index: 3; } @@ -89,6 +91,7 @@ ${selector}:after { bottom: 0; left: 0; width: 100%; + height: 1px; background-color: var(--el-border-color); z-index: 3; }