From d63617cec27007bc7420f9678935060bcd26d381 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Wed, 15 Feb 2023 02:55:38 +0000 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E7=9A=84=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/blue.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index bdc0b03..148290f 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -574,5 +574,17 @@ body[data-theme='blue'] { } } + .file-layout{ + .filter{ + border-color: $blue-theme; + } + } + .listSpot{ + width: 10px; + height: 10px; + background: $blue-theme; + border-radius: 5px; + margin-top: 6px; + } } \ No newline at end of file -- Gitee