From 73d873ba679b87e580a97527077f10e5b118bf11 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 05:27:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=B8=B8=E8=A7=81=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= 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 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index ee775eb..ee5fa37 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -14,5 +14,26 @@ $blue-gray-color:#909399; $blue-theme-rgb1: rgba($color: $blue-theme, $alpha: 0.05); body[data-theme='blue'] { - + .info{ + color: $blue-info-color !important; + } + .warning{ + color: $blue-warning-color !important; + } + .danger{ + color: $blue-danger-color !important; + } + .success{ + color: $blue-success-color !important; + } + .primary { + color: rgba($color: #1890ff, $alpha: 0.7) !important; + } + .gray { + color: $blue-gray-color; + } + .warning-small{ + color: $blue-warning-color; + font-size: 12px; + } } \ No newline at end of file -- Gitee