@qsxy/element-plus-react 1.0.0-next.18 → 1.0.0-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -39
- package/dist/Breadcrumb/BreadcrumbItem.js +4 -7
- package/dist/Switch/Switch.js +50 -17
- package/dist/Switch/typings.d.ts +4 -0
- package/dist/Tooltip/Tooltip.js +2 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/package.json +1 -2
- package/theme-chalk/{avatar/index.scss → avatar.scss} +1 -1
- package/theme-chalk/{badge/index.scss → badge.scss} +1 -1
- package/theme-chalk/{breadcrumb/index.scss → breadcrumb.scss} +1 -1
- package/theme-chalk/build.scss +1 -1
- package/theme-chalk/button/_mixins.scss +3 -3
- package/theme-chalk/button/button-group.scss +1 -1
- package/theme-chalk/button/button.scss +2 -2
- package/theme-chalk/button/index.scss +2 -2
- package/theme-chalk/button--bak/_mixins.scss +317 -0
- package/theme-chalk/button--bak/button-group.scss +83 -0
- package/theme-chalk/button--bak/button.scss +382 -0
- package/theme-chalk/button--bak/index.scss +2 -0
- package/theme-chalk/button-group.scss +80 -0
- package/theme-chalk/button.scss +304 -0
- package/theme-chalk/calendar/date-picker.scss +1 -1
- package/theme-chalk/calendar/date-range-picker.scss +1 -1
- package/theme-chalk/calendar/date-table.scss +164 -156
- package/theme-chalk/calendar/date-table.scss--bak +156 -0
- package/theme-chalk/calendar/index.scss +6 -6
- package/theme-chalk/calendar/month-table.scss +1 -1
- package/theme-chalk/calendar/picker-panel.scss +1 -1
- package/theme-chalk/calendar/year-table.scss +1 -1
- package/theme-chalk/{card/index.scss → card.scss} +1 -1
- package/theme-chalk/{carousel/index.scss → carousel.scss} +1 -1
- package/theme-chalk/{cascader/cascader-panel.scss → cascader-panel.scss} +1 -1
- package/theme-chalk/{cascader/cascader.scss → cascader.scss} +1 -1
- package/theme-chalk/{checkbox-button/index.scss → checkbox-button.scss} +1 -1
- package/theme-chalk/{checkbox-group/index.scss → checkbox-group.scss} +1 -1
- package/theme-chalk/{checkbox/index.scss → checkbox.scss} +2 -1
- package/theme-chalk/col/_mixins.scss +5 -3
- package/theme-chalk/col/index.scss +2 -2
- package/theme-chalk/{collapse/index.scss → collapse.scss} +1 -1
- package/theme-chalk/color/index.scss +20 -0
- package/theme-chalk/{color-picker/index.scss → color-picker.scss} +3 -3
- package/theme-chalk/common/index.scss +127 -178
- package/theme-chalk/common/var.scss +1632 -0
- package/theme-chalk/dark/css-vars.scss +39 -0
- package/theme-chalk/dark/var.scss +225 -0
- package/theme-chalk/{date-picker/index.scss → date-picker.scss} +1 -1
- package/theme-chalk/{date-time-picker/time-picker.scss → date-time-picker.scss} +1 -1
- package/theme-chalk/{descriptions/descriptions-item.scss → descriptions-item.scss} +1 -1
- package/theme-chalk/{descriptions/descriptions.scss → descriptions.scss} +1 -1
- package/theme-chalk/dev.scss +2 -2
- package/theme-chalk/{dialog/index.scss → dialog.scss} +1 -1
- package/theme-chalk/display.scss +1 -1
- package/theme-chalk/{divider/index.scss → divider.scss} +1 -1
- package/theme-chalk/doc.scss +2 -2
- package/theme-chalk/{drawer/index.scss → drawer.scss} +1 -1
- package/theme-chalk/{dropdown/index.scss → dropdown.scss} +1 -1
- package/theme-chalk/{empty/index.scss → empty.scss} +1 -1
- package/theme-chalk/{form/index.scss → form.scss} +1 -1
- package/theme-chalk/icon/fonts.scss +9 -9
- package/theme-chalk/icon/index.scss +1 -1
- package/theme-chalk/icon/scss/_animated.scss +1 -0
- package/theme-chalk/icon/scss/_bordered-pulled.scss +1 -0
- package/theme-chalk/icon/scss/_core.scss +2 -0
- package/theme-chalk/icon/scss/_duotone-icons.scss +3 -4
- package/theme-chalk/icon/scss/_fixed-width.scss +1 -0
- package/theme-chalk/icon/scss/_functions.scss +2 -1
- package/theme-chalk/icon/scss/_icons.scss +3 -4
- package/theme-chalk/icon/scss/_list.scss +1 -0
- package/theme-chalk/icon/scss/_mixins.scss +10 -7
- package/theme-chalk/icon/scss/_rotated-flipped.scss +1 -0
- package/theme-chalk/icon/scss/_screen-reader.scss +2 -0
- package/theme-chalk/icon/scss/_shims.scss +292 -290
- package/theme-chalk/icon/scss/_sizing.scss +2 -0
- package/theme-chalk/icon/scss/_stacked.scss +1 -0
- package/theme-chalk/icon/scss/brands.scss +8 -6
- package/theme-chalk/icon/scss/duotone.scss +6 -5
- package/theme-chalk/icon/scss/fontawesome.scss +13 -13
- package/theme-chalk/icon/scss/index.scss +12 -15
- package/theme-chalk/icon/scss/light.scss +3 -2
- package/theme-chalk/icon/scss/regular.scss +3 -2
- package/theme-chalk/icon/scss/solid.scss +3 -2
- package/theme-chalk/icon/scss/thin.scss +3 -2
- package/theme-chalk/icon/scss/{_variables.scss → variables.scss} +2 -0
- package/theme-chalk/index.scss +63 -57
- package/theme-chalk/input/_mixins.scss +1 -1
- package/theme-chalk/input/index.scss +2 -3
- package/theme-chalk/input/input-range.scss +2 -1
- package/theme-chalk/input/input.scss +2 -1
- package/theme-chalk/{input-number/index.scss → input-number.scss} +4 -4
- package/theme-chalk/{link/index.scss → link.scss} +1 -1
- package/theme-chalk/{loading/index.scss → loading.scss} +1 -1
- package/theme-chalk/{message-box/index.scss → message-box.scss} +1 -1
- package/theme-chalk/{message/index.scss → message.scss} +2 -1
- package/theme-chalk/mixins/_button.scss +224 -0
- package/theme-chalk/mixins/_col.scss +33 -0
- package/theme-chalk/mixins/_var.scss +67 -0
- package/theme-chalk/{common/_var.scss → mixins/config.scss} +5 -6
- package/theme-chalk/mixins/function.scss +99 -0
- package/theme-chalk/mixins/mixins.scss +240 -0
- package/theme-chalk/mixins/utils.scss +39 -0
- package/theme-chalk/{notification/index.scss → notification.scss} +2 -1
- package/theme-chalk/pagination.scss +303 -0
- package/theme-chalk/{popconfirm/index.scss → popconfirm.scss} +1 -1
- package/theme-chalk/{popover/index.scss → popover.scss} +1 -1
- package/theme-chalk/popper.scss +104 -0
- package/theme-chalk/{popper/index.scss → popper.scss--bak} +1 -1
- package/theme-chalk/{progress/index.scss → progress.scss} +1 -1
- package/theme-chalk/radio-button.scss +169 -0
- package/theme-chalk/{radio/radio-button.scss → radio-button.scss--bak} +1 -1
- package/theme-chalk/{radio-group/index.scss → radio-group.scss} +1 -10
- package/theme-chalk/{radio/radio.scss → radio.scss} +1 -1
- package/theme-chalk/{row/index.scss → row.scss} +1 -1
- package/theme-chalk/{scrollbar/index.scss → scrollbar.scss} +1 -1
- package/theme-chalk/select/index.scss +1 -1
- package/theme-chalk/{skeleton/index.scss → skeleton.scss} +1 -1
- package/theme-chalk/switch.scss +300 -0
- package/theme-chalk/{switch/index.scss → switch.scss--bak} +1 -1
- package/theme-chalk/{table/index.scss → table.scss} +1 -1
- package/theme-chalk/{tabs/index.scss → tabs.scss} +1 -1
- package/theme-chalk/{tag/index.scss → tag.scss} +1 -1
- package/theme-chalk/{time-line/_timeline.scss → time-line.scss} +1 -1
- package/theme-chalk/{time-picker/index.scss → time-picker.scss} +1 -1
- package/theme-chalk/{date-time-picker/time-range-picker.scss → time-range-picker.scss} +1 -1
- package/theme-chalk/{time-line/_timeline-item.scss → timeline-item.scss} +1 -1
- package/theme-chalk/{tooltip/index.scss → tooltip.scss} +1 -1
- package/theme-chalk/{transfer/index.scss → transfer.scss} +1 -1
- package/theme-chalk/{transition/index.scss → transition.scss} +1 -1
- package/theme-chalk/tree/_directory.scss +1 -1
- package/theme-chalk/tree/_tree.scss +1 -1
- package/theme-chalk/tree/index.scss +2 -2
- package/theme-chalk/{tree-select/index.scss → tree-select.scss} +1 -1
- package/theme-chalk/{upload/index.scss → upload.scss} +1 -1
- package/theme-chalk/var.scss +83 -0
- package/theme-chalk/cascader/index.scss +0 -2
- package/theme-chalk/common/index.ts +0 -1
- package/theme-chalk/date-time-picker/index.scss +0 -3
- package/theme-chalk/descriptions/index.scss +0 -2
- package/theme-chalk/icon/scss/v4-shims.scss +0 -3
- package/theme-chalk/pagination/index.scss +0 -303
- package/theme-chalk/placeholder/index.scss +0 -120
- package/theme-chalk/radio/index.scss +0 -2
- package/theme-chalk/time-line/index.scss +0 -2
|
@@ -1,172 +1,121 @@
|
|
|
1
1
|
@use 'sass:math';
|
|
2
2
|
@use 'sass:map';
|
|
3
|
-
@
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
// Color
|
|
9
|
-
$colors: () !default;
|
|
10
|
-
$colors: map.deep-merge(
|
|
11
|
-
(
|
|
12
|
-
'white': #ffffff,
|
|
13
|
-
'black': #000000,
|
|
14
|
-
'primary': (
|
|
15
|
-
'base': #409eff,
|
|
16
|
-
),
|
|
17
|
-
'success': (
|
|
18
|
-
'base': #67c23a,
|
|
19
|
-
),
|
|
20
|
-
'warning': (
|
|
21
|
-
'base': #e6a23c,
|
|
22
|
-
),
|
|
23
|
-
'danger': (
|
|
24
|
-
'base': #f56c6c,
|
|
25
|
-
),
|
|
26
|
-
'error': (
|
|
27
|
-
'base': #f56c6c,
|
|
28
|
-
),
|
|
29
|
-
'info': (
|
|
30
|
-
'base': #909399,
|
|
31
|
-
),
|
|
32
|
-
),
|
|
33
|
-
$colors
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
$color-white: map.get($colors, 'white') !default;
|
|
37
|
-
$color-black: map.get($colors, 'black') !default;
|
|
38
|
-
$color-primary: map.get($colors, 'primary', 'base') !default;
|
|
39
|
-
$color-success: map.get($colors, 'success', 'base') !default;
|
|
40
|
-
$color-warning: map.get($colors, 'warning', 'base') !default;
|
|
41
|
-
$color-danger: map.get($colors, 'danger', 'base') !default;
|
|
42
|
-
$color-error: map.get($colors, 'error', 'base') !default;
|
|
43
|
-
$color-info: map.get($colors, 'info', 'base') !default;
|
|
44
|
-
|
|
45
|
-
@mixin set-color-mix-level($type, $number, $mode: 'light', $mix-color: $color-white) {
|
|
46
|
-
--#{$namespace}-color-#{$type}-#{$mode}-#{$number}: #{mix($mix-color, map.get($colors, $type, 'base'), math.percentage(math.div($number, 10)))};
|
|
47
|
-
}
|
|
3
|
+
@use 'sass:color';
|
|
4
|
+
@use './var' as *;
|
|
5
|
+
@use '../mixins/var' as *;
|
|
6
|
+
@use '../mixins/mixins' as *;
|
|
48
7
|
|
|
49
8
|
:root {
|
|
50
9
|
color-scheme: light;
|
|
51
|
-
|
|
52
|
-
|
|
10
|
+
--el-color-white: #ffffff;
|
|
11
|
+
--el-color-black: #000000;
|
|
53
12
|
|
|
54
13
|
@each $type in $types {
|
|
55
|
-
|
|
14
|
+
--el-color-#{$type}: #{map.get($colors, $type, 'base')};
|
|
56
15
|
|
|
57
16
|
@each $i in (3, 5, 7, 8, 9) {
|
|
58
17
|
@include set-color-mix-level($type, $i, 'light', $color-white);
|
|
59
18
|
}
|
|
60
19
|
}
|
|
61
20
|
|
|
62
|
-
//
|
|
21
|
+
// --el-color-primary-dark-2
|
|
63
22
|
@each $type in $types {
|
|
64
23
|
@include set-color-mix-level($type, 2, 'dark', $color-black);
|
|
65
24
|
}
|
|
66
25
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
26
|
+
--el-bg-color: #ffffff;
|
|
27
|
+
--el-bg-color-page: #f2f3f5;
|
|
28
|
+
--el-bg-color-overlay: #ffffff;
|
|
29
|
+
--el-text-color-primary: #303133;
|
|
30
|
+
--el-text-color-regular: #606266;
|
|
31
|
+
--el-text-color-secondary: #909399;
|
|
32
|
+
--el-text-color-placeholder: #a8abb2;
|
|
33
|
+
--el-text-color-disabled: #c0c4cc;
|
|
75
34
|
|
|
76
35
|
// 我是边框色
|
|
77
|
-
|
|
36
|
+
--el-border-color: #dcdfe6;
|
|
78
37
|
// 我是鼠标悬浮边框色
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
38
|
+
--el-border-color-hover: var(--el-text-color-disabled);
|
|
39
|
+
--el-border: 1px solid var(--el-border-color);
|
|
40
|
+
--el-border-color-light: #e4e7ed;
|
|
41
|
+
--el-border-color-lighter: #ebeef5;
|
|
42
|
+
--el-border-color-extra-light: #f2f6fc;
|
|
43
|
+
--el-border-color-dark: #d4d7de;
|
|
44
|
+
--el-border-color-darker: #cdd0d6;
|
|
45
|
+
|
|
46
|
+
--el-fill-color: #f0f2f5;
|
|
47
|
+
--el-fill-color-light: #f5f7fa;
|
|
48
|
+
--el-fill-color-lighter: #fafafa;
|
|
49
|
+
--el-fill-color-extra-light: #fafcff;
|
|
50
|
+
--el-fill-color-dark: #ebedf0;
|
|
51
|
+
--el-fill-color-darker: #e6e8eb;
|
|
52
|
+
--el-fill-color-blank: #ffffff;
|
|
53
|
+
|
|
54
|
+
--el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
|
|
55
|
+
--el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
97
56
|
// 右侧阴影
|
|
98
|
-
|
|
99
|
-
//
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
opacity var(
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
57
|
+
--el-box-shadow-lighter: rgb(101 119 134 / 20%) 0px 10px 15px, rgb(101 119 134 / 15%) 0px 25px 3px 0px;
|
|
58
|
+
// --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
|
|
59
|
+
--el-disabled-bg-color: var(--el-fill-color-light);
|
|
60
|
+
--el-disabled-text-color: var(--el-text-color-placeholder);
|
|
61
|
+
--el-disabled-border-color: var(--el-border-color-light);
|
|
62
|
+
|
|
63
|
+
--el-overlay-color: rgba(0, 0, 0, 0.8);
|
|
64
|
+
--el-overlay-color-light: rgba(0, 0, 0, 0.7);
|
|
65
|
+
--el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
|
|
66
|
+
|
|
67
|
+
--el-mask-color: rgba(255, 255, 255, 0.9);
|
|
68
|
+
--el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
|
|
69
|
+
|
|
70
|
+
--el-svg-monochrome-grey: var(--el-border-color); //todo
|
|
71
|
+
|
|
72
|
+
--el-color-primary-rgb: 64, 158, 255;
|
|
73
|
+
--el-color-success-rgb: 103, 194, 58;
|
|
74
|
+
--el-color-warning-rgb: 230, 162, 60;
|
|
75
|
+
--el-color-danger-rgb: 245, 108, 108;
|
|
76
|
+
--el-color-error-rgb: 245, 108, 108;
|
|
77
|
+
--el-color-info-rgb: 144, 147, 153;
|
|
78
|
+
|
|
79
|
+
--el-font-size-extra-large: 20px;
|
|
80
|
+
--el-font-size-large: 18px;
|
|
81
|
+
--el-font-size-medium: 16px;
|
|
82
|
+
--el-font-size-base: 14px;
|
|
83
|
+
--el-font-size-small: 13px;
|
|
84
|
+
--el-font-size-extra-small: 12px;
|
|
85
|
+
|
|
86
|
+
--el-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
|
87
|
+
--el-font-weight-primary: 500;
|
|
88
|
+
--el-font-line-height-primary: 24px;
|
|
89
|
+
--el-index-normal: 1;
|
|
90
|
+
--el-index-top: 1000;
|
|
91
|
+
--el-index-popper: 2000;
|
|
92
|
+
--el-border-radius-base: 4px;
|
|
93
|
+
--el-border-radius-small: 2px;
|
|
94
|
+
--el-border-radius-round: 20px;
|
|
95
|
+
--el-border-radius-circle: 100%;
|
|
96
|
+
|
|
97
|
+
--el-transition-duration: 0.3s;
|
|
98
|
+
--el-transition-duration-fast: 0.2s;
|
|
99
|
+
--el-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
100
|
+
--el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
|
|
101
|
+
--el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
|
|
102
|
+
--el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
|
|
103
|
+
--el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),
|
|
104
|
+
opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
|
|
105
|
+
--el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
|
|
106
|
+
--el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
107
|
+
--el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
108
|
+
--el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
109
|
+
|
|
110
|
+
--el-component-size-large: 40px;
|
|
111
|
+
--el-component-size: 32px;
|
|
112
|
+
--el-component-size-small: 24px;
|
|
154
113
|
}
|
|
155
114
|
|
|
156
|
-
$bg-color: () !default;
|
|
157
|
-
$bg-color: map.merge(
|
|
158
|
-
(
|
|
159
|
-
'page': #0a0a0a,
|
|
160
|
-
'': #141414,
|
|
161
|
-
'overlay': #1d1e1f,
|
|
162
|
-
),
|
|
163
|
-
$bg-color
|
|
164
|
-
);
|
|
165
|
-
|
|
166
115
|
.is-dark {
|
|
167
116
|
color-scheme: dark;
|
|
168
117
|
@each $type in $types {
|
|
169
|
-
|
|
118
|
+
--el-color-#{$type}: #{map.get($colors, $type, 'base')};
|
|
170
119
|
|
|
171
120
|
@each $i in (3, 5, 7, 8, 9) {
|
|
172
121
|
@include set-color-mix-level($type, $i, 'light', map.get($bg-color, ''));
|
|
@@ -176,47 +125,47 @@ $bg-color: map.merge(
|
|
|
176
125
|
@include set-color-mix-level($type, 2, 'dark', $color-white);
|
|
177
126
|
}
|
|
178
127
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
//
|
|
182
|
-
//
|
|
183
|
-
//
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
128
|
+
--el-box-shadow: 0 6px 12px rgba(162, 162, 162, 0.175);
|
|
129
|
+
--el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.72);
|
|
130
|
+
// --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.72);
|
|
131
|
+
// --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.72), 0px 12px 32px #000000, 0px 8px 16px -8px #000000;
|
|
132
|
+
// --el-bg-color-page: #0a0a0a;
|
|
133
|
+
--el-bg-color: #15202b;
|
|
134
|
+
--el-bg-color-overlay: rgb(25, 39, 52);
|
|
135
|
+
--el-text-color-primary: #cfd3dc;
|
|
187
136
|
// 我是正常文本颜色
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
137
|
+
--el-text-color-regular: #cfd3dc;
|
|
138
|
+
--el-text-color-secondary: #a3a6ad;
|
|
139
|
+
--el-text-color-placeholder: #8d9095;
|
|
140
|
+
--el-text-color-disabled: #adbdca;
|
|
192
141
|
|
|
193
142
|
// 我是边框色
|
|
194
|
-
|
|
143
|
+
--el-border-color: rgb(56, 68, 77);
|
|
195
144
|
// 我是鼠标悬浮边框色
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
145
|
+
--el-border-color-hover: #6c6e72;
|
|
146
|
+
--el-border-color-light: #414243;
|
|
147
|
+
--el-border-color-lighter: rgb(56, 68, 77);
|
|
148
|
+
--el-border-color-darker: #636466;
|
|
149
|
+
--el-border-color-dark: #58585b;
|
|
150
|
+
--el-border-color-extra-light: rgba(107, 125, 140, 0.1);
|
|
151
|
+
|
|
152
|
+
--el-fill-color-darker: #424243;
|
|
153
|
+
--el-fill-color-dark: #39393a;
|
|
154
|
+
--el-fill-color: #303030;
|
|
155
|
+
--el-fill-color-light: rgba(107, 125, 140, 0.1);
|
|
156
|
+
--el-fill-color-lighter: #253341;
|
|
157
|
+
--el-fill-color-extra-light: #191919;
|
|
158
|
+
--el-fill-color-blank: var(--el-bg-color);
|
|
159
|
+
|
|
160
|
+
--el-disabled-bg-color: var(--el-fill-color-lighter);
|
|
161
|
+
--el-disabled-text-color: var(--el-text-color-placeholder);
|
|
162
|
+
--el-disabled-border-color: var(--el-border-color-lighter);
|
|
163
|
+
|
|
164
|
+
--el-mask-color: rgba(0, 0, 0, 0.8);
|
|
165
|
+
--el-mask-color-extra-light: rgba(0, 0, 0, 0.3);
|
|
217
166
|
|
|
218
167
|
@for $i from 0 through 9 {
|
|
219
168
|
// @include set-color-mix-level($i, 'light', $--el-color-primary, #141414);
|
|
220
|
-
|
|
169
|
+
--el-empty-fill-color-#{$i}: #{color.mix(#141414, #000000, math.percentage(math.div($i, 10)))};
|
|
221
170
|
}
|
|
222
171
|
}
|