From f74fee84e380b9c694c60fe5b2bd5a53ee4a2930 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Wed, 1 Mar 2023 05:45:04 +0000 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=A0=91=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=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/red.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 267ca5b..57f5845 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -628,4 +628,17 @@ body[data-theme='red'] { border-top-color: $linx-red-theme; } } + + .file-layout{ + .filter{ + border-color: $linx-red-theme; + } + } + .listSpot{ + width: 10px; + height: 10px; + background: $linx-red-theme; + border-radius: 5px; + margin-top: 6px; + } } -- Gitee