File tree Expand file tree Collapse file tree 6 files changed +33
-0
lines changed Expand file tree Collapse file tree 6 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ $theme-bg-color: #ebf1f6;
5
5
// 主题背景图片遮罩
6
6
$theme-bg-mask : rgba (#000 , 0 );
7
7
8
+ // 消息提示
9
+ $theme-message-info-background-color : $color-bg ;
10
+ $theme-message-info-text-color : $color-text-normal ;
11
+ $theme-message-info-border-color : $color-border-1 ;
12
+
8
13
// container组件
9
14
$theme-container-background-color : rgba (#FFF , 1 );
10
15
$theme-container-header-footer-background-color : #FFF ;
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ $theme-bg-color: #f8f8f9;
5
5
// 主题背景图片遮罩
6
6
$theme-bg-mask : rgba (#000 , 0 );
7
7
8
+ // 消息提示
9
+ $theme-message-info-background-color : $color-bg ;
10
+ $theme-message-info-text-color : $color-text-normal ;
11
+ $theme-message-info-border-color : $color-border-1 ;
12
+
8
13
// container组件
9
14
$theme-container-background-color : rgba (#FFF , .8 );
10
15
$theme-container-header-footer-background-color : #FFF ;
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ $theme-bg-color: #EFF4F8;
5
5
// 主题背景图片遮罩
6
6
$theme-bg-mask : rgba (#000 , .3 );
7
7
8
+ // 消息提示
9
+ $theme-message-info-background-color : $color-bg ;
10
+ $theme-message-info-text-color : $color-text-normal ;
11
+ $theme-message-info-border-color : $color-border-1 ;
12
+
8
13
// container组件
9
14
$theme-container-background-color : rgba (#FFF , .9 );
10
15
$theme-container-header-footer-background-color : #FFF ;
Original file line number Diff line number Diff line change 1
1
// 每个主题特有的设置
2
2
.theme-#{$theme-name } {
3
3
4
+ .el-message {
5
+ & .el-message--info {
6
+ background-color : $theme-message-info-background-color ;
7
+ color : $theme-message-info-text-color ;
8
+ border-color : $theme-message-info-border-color ;
9
+ }
10
+ }
11
+
4
12
.el-card {
5
13
& .d2-card {
6
14
border : $theme-container-border-outer ;
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ $theme-bg-color: #002253;
5
5
// 主题背景图片遮罩
6
6
$theme-bg-mask : rgba (#000 , 0 );
7
7
8
+ // 消息提示
9
+ $theme-message-info-background-color : $color-bg ;
10
+ $theme-message-info-text-color : $color-text-normal ;
11
+ $theme-message-info-border-color : $color-border-1 ;
12
+
8
13
// container组件
9
14
$theme-container-background-color : rgba (#FFF , 1 );
10
15
$theme-container-header-footer-background-color : #FFF ;
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ $theme-bg-color: #000;
5
5
// 主题背景图片遮罩
6
6
$theme-bg-mask : rgba (#000 , 0 );
7
7
8
+ // 消息提示
9
+ $theme-message-info-background-color : $color-bg ;
10
+ $theme-message-info-text-color : $color-text-normal ;
11
+ $theme-message-info-border-color : $color-border-1 ;
12
+
8
13
// container组件
9
14
$theme-container-background-color : #FFF ;
10
15
$theme-container-header-footer-background-color : #FFF ;
You can’t perform that action at this time.
0 commit comments