@lambo-design/shared 1.0.0-beta.231 → 1.0.0-beta.233
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/config/themes/theme-white.js +57 -57
- package/config/themes/white/var.less +25 -26
- package/config/themes/white/white.css +58 -58
- package/config/themes/white/white.less +26 -26
- package/package.json +1 -1
|
@@ -3,14 +3,14 @@ export default {
|
|
|
3
3
|
title: "纯白",
|
|
4
4
|
primaryColor: "#ffffff",
|
|
5
5
|
vars: `
|
|
6
|
-
--primary-color: #
|
|
7
|
-
--primary-color-tint-20: #
|
|
8
|
-
--primary-color-tint-90: #
|
|
9
|
-
--primary-color-tint-80: #
|
|
10
|
-
--primary-color-tint-5: #
|
|
11
|
-
--primary-color-tint-95-fade-50: rgba(
|
|
12
|
-
--primary-color-fade-20: rgba(
|
|
13
|
-
--primary-color-shade-5: #
|
|
6
|
+
--primary-color: #488aff;
|
|
7
|
+
--primary-color-tint-20: #6da1ff;
|
|
8
|
+
--primary-color-tint-90: #edf3ff;
|
|
9
|
+
--primary-color-tint-80: #dae8ff;
|
|
10
|
+
--primary-color-tint-5: #5190ff;
|
|
11
|
+
--primary-color-tint-95-fade-50: rgba(246, 249, 255, 0.5);
|
|
12
|
+
--primary-color-fade-20: rgba(72, 138, 255, 0.2);
|
|
13
|
+
--primary-color-shade-5: #4483f2;
|
|
14
14
|
--info-color: #2db7f5;
|
|
15
15
|
--info-color-tint-20: #57c5f7;
|
|
16
16
|
--info-color-tint-90: #eaf8fe;
|
|
@@ -27,7 +27,7 @@ export default {
|
|
|
27
27
|
--success-color-tint-95-fade-50: rgba(244, 252, 248, 0.5);
|
|
28
28
|
--success-color-fade-20: rgba(25, 190, 107, 0.2);
|
|
29
29
|
--success-color-shade-5: #18b566;
|
|
30
|
-
--processing-color: #
|
|
30
|
+
--processing-color: #488aff;
|
|
31
31
|
--warning-color: #ff9900;
|
|
32
32
|
--warning-color-tint-20: #ffad33;
|
|
33
33
|
--warning-color-tint-90: #fff5e6;
|
|
@@ -48,8 +48,8 @@ export default {
|
|
|
48
48
|
--link-color: #2d8cf0;
|
|
49
49
|
--link-hover-color: #57a3f3;
|
|
50
50
|
--link-active-color: #2b85e4;
|
|
51
|
-
--selected-color: rgba(
|
|
52
|
-
--selected-color-shade-10: rgba(
|
|
51
|
+
--selected-color: rgba(72, 138, 255, 0.9);
|
|
52
|
+
--selected-color-shade-10: rgba(63, 121, 225, 0.91);
|
|
53
53
|
--tooltip-color: #fff;
|
|
54
54
|
--subsidiary-color: #808695;
|
|
55
55
|
--rate-star-color: #f5a623;
|
|
@@ -89,9 +89,9 @@ export default {
|
|
|
89
89
|
--table-td-stripe-bg: #f8f8f9;
|
|
90
90
|
--table-td-hover-bg: #ebf7ff;
|
|
91
91
|
--table-td-highlight-bg: #ebf7ff;
|
|
92
|
-
--menu-dark-title: #
|
|
92
|
+
--menu-dark-title: #333333;
|
|
93
93
|
--menu-dark-active-bg: #333333;
|
|
94
|
-
--menu-dark-subsidiary-color: rgba(
|
|
94
|
+
--menu-dark-subsidiary-color: rgba(0, 0, 0, 0.7);
|
|
95
95
|
--menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
96
96
|
--date-picker-cell-hover-bg: #e1f0fe;
|
|
97
97
|
--shadow-color: rgba(0, 0, 0, 0.2);
|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
--btn-font-size-small: 14px;
|
|
117
117
|
--btn-border-radius: 4px;
|
|
118
118
|
--btn-border-radius-small: 3px;
|
|
119
|
-
--btn-group-border: #
|
|
119
|
+
--btn-group-border: #4483f2;
|
|
120
120
|
--btn-disable-color: #c5c8ce;
|
|
121
121
|
--btn-disable-bg: #f7f7f7;
|
|
122
122
|
--btn-disable-border: #dcdee2;
|
|
@@ -133,10 +133,10 @@ export default {
|
|
|
133
133
|
--btn-primary-color-tint-20: #ffffff;
|
|
134
134
|
--btn-primary-color-tint-5: #ffffff;
|
|
135
135
|
--btn-primary-color-shade-5: #f2f2f2;
|
|
136
|
-
--btn-primary-bg: #
|
|
137
|
-
--btn-primary-bg-tint-20: #
|
|
138
|
-
--btn-primary-bg-tint-5: #
|
|
139
|
-
--btn-primary-bg-shade-5: #
|
|
136
|
+
--btn-primary-bg: #488aff;
|
|
137
|
+
--btn-primary-bg-tint-20: #6da1ff;
|
|
138
|
+
--btn-primary-bg-tint-5: #5190ff;
|
|
139
|
+
--btn-primary-bg-shade-5: #4483f2;
|
|
140
140
|
--btn-ghost-color: #515a6e;
|
|
141
141
|
--btn-ghost-color-tint-20: #747b8b;
|
|
142
142
|
--btn-ghost-color-shade-5: #4d5669;
|
|
@@ -160,42 +160,42 @@ export default {
|
|
|
160
160
|
--layout-header-padding: 0 50px;
|
|
161
161
|
--layout-footer-padding: 24px 50px;
|
|
162
162
|
--layout-footer-background: #f5f7f9;
|
|
163
|
-
--layout-sider-background: #
|
|
164
|
-
--layout-sider-background-tint-10: #
|
|
163
|
+
--layout-sider-background: #fff;
|
|
164
|
+
--layout-sider-background-tint-10: #ffffff;
|
|
165
165
|
--layout-trigger-height: 48px;
|
|
166
166
|
--layout-trigger-color: #fff;
|
|
167
167
|
--layout-zero-trigger-width: 36px;
|
|
168
168
|
--layout-zero-trigger-height: 42px;
|
|
169
|
-
--layout-color: #
|
|
170
|
-
--layout-active-color: #
|
|
171
|
-
--layout-header-color: rgba(
|
|
172
|
-
--layout-header-active-color: #
|
|
173
|
-
--layout-header-nav-color:
|
|
174
|
-
--layout-header-nav-active-color: #
|
|
169
|
+
--layout-color: #323233;
|
|
170
|
+
--layout-active-color: #488aff;
|
|
171
|
+
--layout-header-color: rgba(0, 0, 0, 0.7);
|
|
172
|
+
--layout-header-active-color: #000000;
|
|
173
|
+
--layout-header-nav-color: #000000;
|
|
174
|
+
--layout-header-nav-active-color: #323233;
|
|
175
175
|
--layout-header-nav-active-font-weight: normal;
|
|
176
|
-
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0
|
|
176
|
+
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0);
|
|
177
177
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
178
|
-
--layout-header-drop-color:
|
|
179
|
-
--layout-header-drop-active-color: #
|
|
180
|
-
--layout-header-drop-background: #
|
|
181
|
-
--layout-header-drop-active-background:
|
|
182
|
-
--layout-sider-submenu-color:
|
|
183
|
-
--layout-sider-submenu-active-color: #
|
|
184
|
-
--layout-sider-submenu-hover-color: #
|
|
185
|
-
--layout-sider-submenu-background: #
|
|
186
|
-
--layout-sider-submenu-active-background: #
|
|
187
|
-
--layout-sider-submenu-hover-background:
|
|
188
|
-
--layout-sider-menuitem-color:
|
|
189
|
-
--layout-sider-menuitem-active-color: #
|
|
190
|
-
--layout-sider-menuitem-hover-color: #
|
|
191
|
-
--layout-sider-menuitem-background: #
|
|
192
|
-
--layout-sider-menuitem-active-background: #
|
|
193
|
-
--layout-sider-menuitem-hover-background: #
|
|
194
|
-
--layout-sider-search-color:
|
|
195
|
-
--layout-sider-search-background: #
|
|
196
|
-
--layout-sider-search-active-color: #
|
|
197
|
-
--layout-sider-search-active-background:
|
|
198
|
-
--layout-sider-line-color:
|
|
178
|
+
--layout-header-drop-color: #333333;
|
|
179
|
+
--layout-header-drop-active-color: #333333;
|
|
180
|
+
--layout-header-drop-background: #fff;
|
|
181
|
+
--layout-header-drop-active-background: #f3f3f3;
|
|
182
|
+
--layout-sider-submenu-color: #333333;
|
|
183
|
+
--layout-sider-submenu-active-color: #488aff;
|
|
184
|
+
--layout-sider-submenu-hover-color: #488aff;
|
|
185
|
+
--layout-sider-submenu-background: #fff;
|
|
186
|
+
--layout-sider-submenu-active-background: #fff;
|
|
187
|
+
--layout-sider-submenu-hover-background: #f0faff;
|
|
188
|
+
--layout-sider-menuitem-color: #333333;
|
|
189
|
+
--layout-sider-menuitem-active-color: #488aff;
|
|
190
|
+
--layout-sider-menuitem-hover-color: #488aff;
|
|
191
|
+
--layout-sider-menuitem-background: #fff;
|
|
192
|
+
--layout-sider-menuitem-active-background: #f0faff;
|
|
193
|
+
--layout-sider-menuitem-hover-background: #f0faff;
|
|
194
|
+
--layout-sider-search-color: #333333;
|
|
195
|
+
--layout-sider-search-background: #fff;
|
|
196
|
+
--layout-sider-search-active-color: #333333;
|
|
197
|
+
--layout-sider-search-active-background: #f3f3f3;
|
|
198
|
+
--layout-sider-line-color: rgba(255, 255, 255, 0);
|
|
199
199
|
--layout-menuitem-padding: 14px 24px;
|
|
200
200
|
--layout-menu-title-icon-right: 24px;
|
|
201
201
|
--legend-color: #333333;
|
|
@@ -214,10 +214,10 @@ export default {
|
|
|
214
214
|
--input-border-radius-small: 3px;
|
|
215
215
|
--input-bg: #fff;
|
|
216
216
|
--input-group-bg: #f8f8f9;
|
|
217
|
-
--input-hover-border-color: #
|
|
218
|
-
--input-hover-border-color-tint-20: #
|
|
219
|
-
--input-hover-border-color-fade-20: rgba(
|
|
220
|
-
--input-focus-border-color: #
|
|
217
|
+
--input-hover-border-color: #488aff;
|
|
218
|
+
--input-hover-border-color-tint-20: #6da1ff;
|
|
219
|
+
--input-hover-border-color-fade-20: rgba(72, 138, 255, 0.2);
|
|
220
|
+
--input-focus-border-color: #488aff;
|
|
221
221
|
--input-disabled-bg: #f3f3f3;
|
|
222
222
|
--input-disabled-color: #ccc;
|
|
223
223
|
--tag-font-size: 12px;
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
255
255
|
--animation-time-quick: 0.15s;
|
|
256
256
|
--transition-time: 0.2s;
|
|
257
257
|
--ease-in-out: ease-in-out;
|
|
258
|
-
--slider-color: #
|
|
258
|
+
--slider-color: #6da1ff;
|
|
259
259
|
--slider-height: 4px;
|
|
260
260
|
--slider-margin: 16px 0;
|
|
261
261
|
--slider-button-wrap-size: 18px;
|
|
@@ -319,26 +319,26 @@ export default {
|
|
|
319
319
|
--vxe-icon-background-color: #fff;
|
|
320
320
|
/*color*/
|
|
321
321
|
--vxe-font-color: #515a6e;
|
|
322
|
-
--vxe-primary-color: #
|
|
322
|
+
--vxe-primary-color: #488aff;
|
|
323
323
|
--vxe-success-color: #19be6b;
|
|
324
324
|
--vxe-info-color: #2db7f5;
|
|
325
325
|
--vxe-warning-color: #ff9900;
|
|
326
326
|
--vxe-danger-color: #ed4014;
|
|
327
327
|
--vxe-font-lighten-color: #67728b;
|
|
328
328
|
--vxe-font-lighten-color-20: #828ca3;
|
|
329
|
-
--vxe-primary-lighten-color: #
|
|
329
|
+
--vxe-primary-lighten-color: #7babff;
|
|
330
330
|
--vxe-success-lighten-color: #27e384;
|
|
331
331
|
--vxe-info-lighten-color: #5ec8f7;
|
|
332
332
|
--vxe-warning-lighten-color: #ffad33;
|
|
333
333
|
--vxe-danger-lighten-color: #f16743;
|
|
334
334
|
--vxe-font-darken-color: #3b4251;
|
|
335
|
-
--vxe-primary-darken-color: #
|
|
335
|
+
--vxe-primary-darken-color: #1569ff;
|
|
336
336
|
--vxe-success-darken-color: #139152;
|
|
337
337
|
--vxe-info-darken-color: #0ba1e4;
|
|
338
338
|
--vxe-warning-darken-color: #cc7a00;
|
|
339
339
|
--vxe-danger-darken-color: #bf320f;
|
|
340
340
|
--vxe-font-disabled-color: #c5c8ce;
|
|
341
|
-
--vxe-primary-disabled-color: #
|
|
341
|
+
--vxe-primary-disabled-color: #aecbff;
|
|
342
342
|
--vxe-success-disabled-color: #54e99e;
|
|
343
343
|
--vxe-info-disabled-color: #8ed8fa;
|
|
344
344
|
--vxe-warning-disabled-color: #ffc266;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@primary-color : #
|
|
1
|
+
@primary-color : #488aff;
|
|
2
2
|
@primary-color-tint-20 : tint(@primary-color,20%);
|
|
3
3
|
@primary-color-tint-90 : tint(@primary-color,90%);
|
|
4
4
|
@primary-color-tint-80 : tint(@primary-color,80%);
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
@table-td-stripe-bg : #f8f8f9;
|
|
108
108
|
@table-td-hover-bg : #ebf7ff;
|
|
109
109
|
@table-td-highlight-bg : #ebf7ff;
|
|
110
|
-
@menu-dark-title : #
|
|
110
|
+
@menu-dark-title : #333333;
|
|
111
111
|
@menu-dark-active-bg : #333333;
|
|
112
|
-
@menu-dark-subsidiary-color : rgba(
|
|
112
|
+
@menu-dark-subsidiary-color : rgba(0, 0, 0, 0.7);
|
|
113
113
|
@menu-dark-group-title-color : rgba(255,255,255,.36);
|
|
114
114
|
@date-picker-cell-hover-bg : #e1f0fe;
|
|
115
115
|
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
@grid-columns : 24;
|
|
190
190
|
@grid-gutter-width : 0;
|
|
191
191
|
@layout-body-background : #f5f7f9;
|
|
192
|
-
@layout-header-background :
|
|
192
|
+
@layout-header-background : #ffffff;
|
|
193
193
|
@layout-header-height : 64px;
|
|
194
194
|
@layout-header-padding : 0 50px;
|
|
195
195
|
@layout-footer-padding : 24px 50px;
|
|
196
196
|
@layout-footer-background : @layout-body-background;
|
|
197
|
-
@layout-sider-background :
|
|
197
|
+
@layout-sider-background : @white;
|
|
198
198
|
@layout-sider-background-tint-10 : tint(@layout-sider-background, 10%);
|
|
199
199
|
@layout-trigger-height : 48px;
|
|
200
200
|
@layout-trigger-color : #fff;
|
|
@@ -202,36 +202,36 @@
|
|
|
202
202
|
@layout-zero-trigger-height : 42px;
|
|
203
203
|
|
|
204
204
|
//新增菜单框架色值
|
|
205
|
-
@layout-color :
|
|
205
|
+
@layout-color : #323233;
|
|
206
206
|
@layout-active-color : @primary-color;
|
|
207
207
|
@layout-header-color : @menu-dark-subsidiary-color;
|
|
208
|
-
@layout-header-active-color : @
|
|
209
|
-
@layout-header-nav-color : @
|
|
210
|
-
@layout-header-nav-active-color :
|
|
208
|
+
@layout-header-active-color : @black;
|
|
209
|
+
@layout-header-nav-color : @black;
|
|
210
|
+
@layout-header-nav-active-color : #323233;
|
|
211
211
|
@layout-header-nav-active-font-weight : normal;
|
|
212
|
-
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0
|
|
212
|
+
@layout-header-nav-active-background-begin : rgba(255, 255, 255, 0);
|
|
213
213
|
@layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
|
|
214
|
-
@layout-header-drop-color : @menu-dark-
|
|
215
|
-
@layout-header-drop-active-color : @
|
|
216
|
-
@layout-header-drop-background : @
|
|
217
|
-
@layout-header-drop-active-background :
|
|
218
|
-
@layout-sider-submenu-color : @menu-dark-
|
|
219
|
-
@layout-sider-submenu-active-color : @
|
|
220
|
-
@layout-sider-submenu-hover-color : @
|
|
214
|
+
@layout-header-drop-color : @menu-dark-title;
|
|
215
|
+
@layout-header-drop-active-color : @menu-dark-title;
|
|
216
|
+
@layout-header-drop-background : @white;
|
|
217
|
+
@layout-header-drop-active-background : #f3f3f3;
|
|
218
|
+
@layout-sider-submenu-color : @menu-dark-title;
|
|
219
|
+
@layout-sider-submenu-active-color : @primary-color;
|
|
220
|
+
@layout-sider-submenu-hover-color : @primary-color;
|
|
221
221
|
@layout-sider-submenu-background : @layout-sider-background;
|
|
222
222
|
@layout-sider-submenu-active-background : @layout-sider-background;
|
|
223
|
-
@layout-sider-submenu-hover-background :
|
|
224
|
-
@layout-sider-menuitem-color : @menu-dark-
|
|
225
|
-
@layout-sider-menuitem-active-color : @
|
|
226
|
-
@layout-sider-menuitem-hover-color : @
|
|
227
|
-
@layout-sider-menuitem-background :
|
|
228
|
-
@layout-sider-menuitem-active-background :
|
|
229
|
-
@layout-sider-menuitem-hover-background :
|
|
223
|
+
@layout-sider-submenu-hover-background : #f0faff;
|
|
224
|
+
@layout-sider-menuitem-color : @menu-dark-title;
|
|
225
|
+
@layout-sider-menuitem-active-color : @primary-color;
|
|
226
|
+
@layout-sider-menuitem-hover-color : @primary-color;
|
|
227
|
+
@layout-sider-menuitem-background : @layout-sider-background;
|
|
228
|
+
@layout-sider-menuitem-active-background : #f0faff;
|
|
229
|
+
@layout-sider-menuitem-hover-background : #f0faff;
|
|
230
230
|
@layout-sider-search-color : @layout-sider-submenu-color;
|
|
231
231
|
@layout-sider-search-background : @layout-sider-background;
|
|
232
232
|
@layout-sider-search-active-color : @layout-header-drop-active-color;
|
|
233
233
|
@layout-sider-search-active-background : @layout-header-drop-active-background;
|
|
234
|
-
@layout-sider-line-color :
|
|
234
|
+
@layout-sider-line-color : rgba(255,255,255,0);
|
|
235
235
|
|
|
236
236
|
//紧凑样式
|
|
237
237
|
@layout-menuitem-padding : 14px 24px;
|
|
@@ -672,6 +672,5 @@ vxe-table
|
|
|
672
672
|
|
|
673
673
|
@page-container-title-font-size :16px;
|
|
674
674
|
|
|
675
|
-
|
|
676
675
|
@content-header-bg-color : #fff;
|
|
677
676
|
@content-header-font-weight : 500;
|
|
@@ -27,14 +27,14 @@ vxe-table
|
|
|
27
27
|
/*switch*/
|
|
28
28
|
/*pulldown*/
|
|
29
29
|
:root {
|
|
30
|
-
--primary-color: #
|
|
31
|
-
--primary-color-tint-20: #
|
|
32
|
-
--primary-color-tint-90: #
|
|
33
|
-
--primary-color-tint-80: #
|
|
34
|
-
--primary-color-tint-5: #
|
|
35
|
-
--primary-color-tint-95-fade-50: rgba(
|
|
36
|
-
--primary-color-fade-20: rgba(
|
|
37
|
-
--primary-color-shade-5: #
|
|
30
|
+
--primary-color: #488aff;
|
|
31
|
+
--primary-color-tint-20: #6da1ff;
|
|
32
|
+
--primary-color-tint-90: #edf3ff;
|
|
33
|
+
--primary-color-tint-80: #dae8ff;
|
|
34
|
+
--primary-color-tint-5: #5190ff;
|
|
35
|
+
--primary-color-tint-95-fade-50: rgba(246, 249, 255, 0.5);
|
|
36
|
+
--primary-color-fade-20: rgba(72, 138, 255, 0.2);
|
|
37
|
+
--primary-color-shade-5: #4483f2;
|
|
38
38
|
--info-color: #2db7f5;
|
|
39
39
|
--info-color-tint-20: #57c5f7;
|
|
40
40
|
--info-color-tint-90: #eaf8fe;
|
|
@@ -51,7 +51,7 @@ vxe-table
|
|
|
51
51
|
--success-color-tint-95-fade-50: rgba(244, 252, 248, 0.5);
|
|
52
52
|
--success-color-fade-20: rgba(25, 190, 107, 0.2);
|
|
53
53
|
--success-color-shade-5: #18b566;
|
|
54
|
-
--processing-color: #
|
|
54
|
+
--processing-color: #488aff;
|
|
55
55
|
--warning-color: #ff9900;
|
|
56
56
|
--warning-color-tint-20: #ffad33;
|
|
57
57
|
--warning-color-tint-90: #fff5e6;
|
|
@@ -72,8 +72,8 @@ vxe-table
|
|
|
72
72
|
--link-color: #2d8cf0;
|
|
73
73
|
--link-hover-color: #57a3f3;
|
|
74
74
|
--link-active-color: #2b85e4;
|
|
75
|
-
--selected-color: rgba(
|
|
76
|
-
--selected-color-shade-10: rgba(
|
|
75
|
+
--selected-color: rgba(72, 138, 255, 0.9);
|
|
76
|
+
--selected-color-shade-10: rgba(63, 121, 225, 0.91);
|
|
77
77
|
--tooltip-color: #fff;
|
|
78
78
|
--subsidiary-color: #808695;
|
|
79
79
|
--rate-star-color: #f5a623;
|
|
@@ -113,9 +113,9 @@ vxe-table
|
|
|
113
113
|
--table-td-stripe-bg: #f8f8f9;
|
|
114
114
|
--table-td-hover-bg: #ebf7ff;
|
|
115
115
|
--table-td-highlight-bg: #ebf7ff;
|
|
116
|
-
--menu-dark-title: #
|
|
116
|
+
--menu-dark-title: #333333;
|
|
117
117
|
--menu-dark-active-bg: #333333;
|
|
118
|
-
--menu-dark-subsidiary-color: rgba(
|
|
118
|
+
--menu-dark-subsidiary-color: rgba(0, 0, 0, 0.7);
|
|
119
119
|
--menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
120
120
|
--date-picker-cell-hover-bg: #e1f0fe;
|
|
121
121
|
--shadow-color: rgba(0, 0, 0, 0.2);
|
|
@@ -140,7 +140,7 @@ vxe-table
|
|
|
140
140
|
--btn-font-size-small: 14px;
|
|
141
141
|
--btn-border-radius: 4px;
|
|
142
142
|
--btn-border-radius-small: 3px;
|
|
143
|
-
--btn-group-border: #
|
|
143
|
+
--btn-group-border: #4483f2;
|
|
144
144
|
--btn-disable-color: #c5c8ce;
|
|
145
145
|
--btn-disable-bg: #f7f7f7;
|
|
146
146
|
--btn-disable-border: #dcdee2;
|
|
@@ -157,10 +157,10 @@ vxe-table
|
|
|
157
157
|
--btn-primary-color-tint-20: #ffffff;
|
|
158
158
|
--btn-primary-color-tint-5: #ffffff;
|
|
159
159
|
--btn-primary-color-shade-5: #f2f2f2;
|
|
160
|
-
--btn-primary-bg: #
|
|
161
|
-
--btn-primary-bg-tint-20: #
|
|
162
|
-
--btn-primary-bg-tint-5: #
|
|
163
|
-
--btn-primary-bg-shade-5: #
|
|
160
|
+
--btn-primary-bg: #488aff;
|
|
161
|
+
--btn-primary-bg-tint-20: #6da1ff;
|
|
162
|
+
--btn-primary-bg-tint-5: #5190ff;
|
|
163
|
+
--btn-primary-bg-shade-5: #4483f2;
|
|
164
164
|
--btn-ghost-color: #515a6e;
|
|
165
165
|
--btn-ghost-color-tint-20: #747b8b;
|
|
166
166
|
--btn-ghost-color-shade-5: #4d5669;
|
|
@@ -184,42 +184,42 @@ vxe-table
|
|
|
184
184
|
--layout-header-padding: 0 50px;
|
|
185
185
|
--layout-footer-padding: 24px 50px;
|
|
186
186
|
--layout-footer-background: #f5f7f9;
|
|
187
|
-
--layout-sider-background: #
|
|
188
|
-
--layout-sider-background-tint-10: #
|
|
187
|
+
--layout-sider-background: #fff;
|
|
188
|
+
--layout-sider-background-tint-10: #ffffff;
|
|
189
189
|
--layout-trigger-height: 48px;
|
|
190
190
|
--layout-trigger-color: #fff;
|
|
191
191
|
--layout-zero-trigger-width: 36px;
|
|
192
192
|
--layout-zero-trigger-height: 42px;
|
|
193
|
-
--layout-color: #
|
|
194
|
-
--layout-active-color: #
|
|
195
|
-
--layout-header-color: rgba(
|
|
196
|
-
--layout-header-active-color: #
|
|
197
|
-
--layout-header-nav-color:
|
|
198
|
-
--layout-header-nav-active-color: #
|
|
193
|
+
--layout-color: #323233;
|
|
194
|
+
--layout-active-color: #488aff;
|
|
195
|
+
--layout-header-color: rgba(0, 0, 0, 0.7);
|
|
196
|
+
--layout-header-active-color: #000000;
|
|
197
|
+
--layout-header-nav-color: #000000;
|
|
198
|
+
--layout-header-nav-active-color: #323233;
|
|
199
199
|
--layout-header-nav-active-font-weight: normal;
|
|
200
|
-
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0
|
|
200
|
+
--layout-header-nav-active-background-begin: rgba(255, 255, 255, 0);
|
|
201
201
|
--layout-header-nav-active-background-end: rgba(255, 255, 255, 0);
|
|
202
|
-
--layout-header-drop-color:
|
|
203
|
-
--layout-header-drop-active-color: #
|
|
204
|
-
--layout-header-drop-background: #
|
|
205
|
-
--layout-header-drop-active-background:
|
|
206
|
-
--layout-sider-submenu-color:
|
|
207
|
-
--layout-sider-submenu-active-color: #
|
|
208
|
-
--layout-sider-submenu-hover-color: #
|
|
209
|
-
--layout-sider-submenu-background: #
|
|
210
|
-
--layout-sider-submenu-active-background: #
|
|
211
|
-
--layout-sider-submenu-hover-background:
|
|
212
|
-
--layout-sider-menuitem-color:
|
|
213
|
-
--layout-sider-menuitem-active-color: #
|
|
214
|
-
--layout-sider-menuitem-hover-color: #
|
|
215
|
-
--layout-sider-menuitem-background: #
|
|
216
|
-
--layout-sider-menuitem-active-background: #
|
|
217
|
-
--layout-sider-menuitem-hover-background: #
|
|
218
|
-
--layout-sider-search-color:
|
|
219
|
-
--layout-sider-search-background: #
|
|
220
|
-
--layout-sider-search-active-color: #
|
|
221
|
-
--layout-sider-search-active-background:
|
|
222
|
-
--layout-sider-line-color:
|
|
202
|
+
--layout-header-drop-color: #333333;
|
|
203
|
+
--layout-header-drop-active-color: #333333;
|
|
204
|
+
--layout-header-drop-background: #fff;
|
|
205
|
+
--layout-header-drop-active-background: #f3f3f3;
|
|
206
|
+
--layout-sider-submenu-color: #333333;
|
|
207
|
+
--layout-sider-submenu-active-color: #488aff;
|
|
208
|
+
--layout-sider-submenu-hover-color: #488aff;
|
|
209
|
+
--layout-sider-submenu-background: #fff;
|
|
210
|
+
--layout-sider-submenu-active-background: #fff;
|
|
211
|
+
--layout-sider-submenu-hover-background: #f0faff;
|
|
212
|
+
--layout-sider-menuitem-color: #333333;
|
|
213
|
+
--layout-sider-menuitem-active-color: #488aff;
|
|
214
|
+
--layout-sider-menuitem-hover-color: #488aff;
|
|
215
|
+
--layout-sider-menuitem-background: #fff;
|
|
216
|
+
--layout-sider-menuitem-active-background: #f0faff;
|
|
217
|
+
--layout-sider-menuitem-hover-background: #f0faff;
|
|
218
|
+
--layout-sider-search-color: #333333;
|
|
219
|
+
--layout-sider-search-background: #fff;
|
|
220
|
+
--layout-sider-search-active-color: #333333;
|
|
221
|
+
--layout-sider-search-active-background: #f3f3f3;
|
|
222
|
+
--layout-sider-line-color: rgba(255, 255, 255, 0);
|
|
223
223
|
--layout-menuitem-padding: 14px 24px;
|
|
224
224
|
--layout-menu-title-icon-right: 24px;
|
|
225
225
|
--legend-color: #333333;
|
|
@@ -238,10 +238,10 @@ vxe-table
|
|
|
238
238
|
--input-border-radius-small: 3px;
|
|
239
239
|
--input-bg: #fff;
|
|
240
240
|
--input-group-bg: #f8f8f9;
|
|
241
|
-
--input-hover-border-color: #
|
|
242
|
-
--input-hover-border-color-tint-20: #
|
|
243
|
-
--input-hover-border-color-fade-20: rgba(
|
|
244
|
-
--input-focus-border-color: #
|
|
241
|
+
--input-hover-border-color: #488aff;
|
|
242
|
+
--input-hover-border-color-tint-20: #6da1ff;
|
|
243
|
+
--input-hover-border-color-fade-20: rgba(72, 138, 255, 0.2);
|
|
244
|
+
--input-focus-border-color: #488aff;
|
|
245
245
|
--input-disabled-bg: #f3f3f3;
|
|
246
246
|
--input-disabled-color: #ccc;
|
|
247
247
|
--tag-font-size: 12px;
|
|
@@ -279,7 +279,7 @@ vxe-table
|
|
|
279
279
|
--animation-time-quick: 0.15s;
|
|
280
280
|
--transition-time: 0.2s;
|
|
281
281
|
--ease-in-out: ease-in-out;
|
|
282
|
-
--slider-color: #
|
|
282
|
+
--slider-color: #6da1ff;
|
|
283
283
|
--slider-height: 4px;
|
|
284
284
|
--slider-margin: 16px 0;
|
|
285
285
|
--slider-button-wrap-size: 18px;
|
|
@@ -343,26 +343,26 @@ vxe-table
|
|
|
343
343
|
--vxe-icon-background-color: #fff;
|
|
344
344
|
/*color*/
|
|
345
345
|
--vxe-font-color: #515a6e;
|
|
346
|
-
--vxe-primary-color: #
|
|
346
|
+
--vxe-primary-color: #488aff;
|
|
347
347
|
--vxe-success-color: #19be6b;
|
|
348
348
|
--vxe-info-color: #2db7f5;
|
|
349
349
|
--vxe-warning-color: #ff9900;
|
|
350
350
|
--vxe-danger-color: #ed4014;
|
|
351
351
|
--vxe-font-lighten-color: #67728b;
|
|
352
352
|
--vxe-font-lighten-color-20: #828ca3;
|
|
353
|
-
--vxe-primary-lighten-color: #
|
|
353
|
+
--vxe-primary-lighten-color: #7babff;
|
|
354
354
|
--vxe-success-lighten-color: #27e384;
|
|
355
355
|
--vxe-info-lighten-color: #5ec8f7;
|
|
356
356
|
--vxe-warning-lighten-color: #ffad33;
|
|
357
357
|
--vxe-danger-lighten-color: #f16743;
|
|
358
358
|
--vxe-font-darken-color: #3b4251;
|
|
359
|
-
--vxe-primary-darken-color: #
|
|
359
|
+
--vxe-primary-darken-color: #1569ff;
|
|
360
360
|
--vxe-success-darken-color: #139152;
|
|
361
361
|
--vxe-info-darken-color: #0ba1e4;
|
|
362
362
|
--vxe-warning-darken-color: #cc7a00;
|
|
363
363
|
--vxe-danger-darken-color: #bf320f;
|
|
364
364
|
--vxe-font-disabled-color: #c5c8ce;
|
|
365
|
-
--vxe-primary-disabled-color: #
|
|
365
|
+
--vxe-primary-disabled-color: #aecbff;
|
|
366
366
|
--vxe-success-disabled-color: #54e99e;
|
|
367
367
|
--vxe-info-disabled-color: #8ed8fa;
|
|
368
368
|
--vxe-warning-disabled-color: #ffc266;
|
|
@@ -573,4 +573,4 @@ vxe-table
|
|
|
573
573
|
--content-header-bg-color: #fff;
|
|
574
574
|
--content-header-font-weight: 500;
|
|
575
575
|
}
|
|
576
|
-
/*# sourceMappingURL=
|
|
576
|
+
/*# sourceMappingURL=blue-white.css.map */
|
|
@@ -189,20 +189,21 @@
|
|
|
189
189
|
--btn-square-size-small : @btn-square-size-small;
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
--grid-columns
|
|
193
|
-
--grid-gutter-width
|
|
194
|
-
--layout-body-background
|
|
195
|
-
--layout-header-background
|
|
196
|
-
--layout-header-height
|
|
197
|
-
--layout-header-padding
|
|
198
|
-
--layout-footer-padding
|
|
199
|
-
--layout-footer-background
|
|
200
|
-
--layout-sider-background
|
|
201
|
-
--layout-sider-background-tint-10:
|
|
202
|
-
--layout-trigger-height
|
|
203
|
-
--layout-trigger-color
|
|
204
|
-
--layout-zero-trigger-width
|
|
205
|
-
--layout-zero-trigger-height
|
|
192
|
+
--grid-columns : @grid-columns;
|
|
193
|
+
--grid-gutter-width : @grid-gutter-width;
|
|
194
|
+
--layout-body-background : @layout-body-background;
|
|
195
|
+
--layout-header-background : @layout-header-background;
|
|
196
|
+
--layout-header-height : @layout-header-height;
|
|
197
|
+
--layout-header-padding : @layout-header-padding;
|
|
198
|
+
--layout-footer-padding : @layout-footer-padding;
|
|
199
|
+
--layout-footer-background : @layout-footer-background;
|
|
200
|
+
--layout-sider-background : @layout-sider-background;
|
|
201
|
+
--layout-sider-background-tint-10 : @layout-sider-background-tint-10;
|
|
202
|
+
--layout-trigger-height : @layout-trigger-height;
|
|
203
|
+
--layout-trigger-color : @layout-trigger-color;
|
|
204
|
+
--layout-zero-trigger-width : @layout-zero-trigger-width;
|
|
205
|
+
--layout-zero-trigger-height : @layout-zero-trigger-height;
|
|
206
|
+
|
|
206
207
|
|
|
207
208
|
--layout-color : @layout-color;
|
|
208
209
|
--layout-active-color : @layout-active-color;
|
|
@@ -266,7 +267,6 @@
|
|
|
266
267
|
--input-disabled-bg : @input-disabled-bg;
|
|
267
268
|
--input-disabled-color : @input-disabled-color;
|
|
268
269
|
|
|
269
|
-
|
|
270
270
|
--tag-font-size : @tag-font-size;
|
|
271
271
|
|
|
272
272
|
|
|
@@ -368,6 +368,7 @@
|
|
|
368
368
|
--table-border-bottom-color-base : @table-border-bottom-color-base;
|
|
369
369
|
--table-border-width-base : @table-border-width-base;
|
|
370
370
|
|
|
371
|
+
|
|
371
372
|
--select-dropdown-max-height : @select-dropdown-max-height;
|
|
372
373
|
|
|
373
374
|
--tab-card-bg : @tab-card-bg;
|
|
@@ -377,7 +378,7 @@
|
|
|
377
378
|
--form-item-detail-bg-color : @form-item-detail-bg-color;
|
|
378
379
|
--form-item-error-tip-top : @form-item-error-tip-top;
|
|
379
380
|
--form-item-tip-font-size : @form-item-tip-font-size;
|
|
380
|
-
|
|
381
|
+
|
|
381
382
|
--input-wrapper-width : @input-wrapper-width;
|
|
382
383
|
--select-width : @select-width;
|
|
383
384
|
--date-picker-width : @date-picker-width;
|
|
@@ -652,18 +653,17 @@
|
|
|
652
653
|
--vxe-optgroup-title-color : @vxe-optgroup-title-color;
|
|
653
654
|
|
|
654
655
|
/*switch*/
|
|
655
|
-
--vxe-switch-font-color
|
|
656
|
-
--vxe-switch-icon-background-color
|
|
657
|
-
--vxe-switch-open-background-color
|
|
658
|
-
--vxe-switch-close-background-color
|
|
659
|
-
--vxe-switch-disabled-background-color
|
|
656
|
+
--vxe-switch-font-color : @vxe-switch-font-color;
|
|
657
|
+
--vxe-switch-icon-background-color : @vxe-switch-icon-background-color;
|
|
658
|
+
--vxe-switch-open-background-color : @vxe-switch-open-background-color;
|
|
659
|
+
--vxe-switch-close-background-color : @vxe-switch-close-background-color;
|
|
660
|
+
--vxe-switch-disabled-background-color : @vxe-switch-disabled-background-color;
|
|
660
661
|
|
|
661
662
|
/*pulldown*/
|
|
662
|
-
--vxe-pulldown-panel-background-color
|
|
663
|
-
|
|
664
|
-
--page-container-title-font-size : @page-container-title-font-size;
|
|
663
|
+
--vxe-pulldown-panel-background-color : @vxe-pulldown-panel-background-color;
|
|
665
664
|
|
|
666
|
-
--
|
|
667
|
-
--content-header-font-weight : @content-header-font-weight;
|
|
665
|
+
--page-container-title-font-size : @page-container-title-font-size;
|
|
668
666
|
|
|
667
|
+
--content-header-bg-color : @content-header-bg-color;
|
|
668
|
+
--content-header-font-weight : @content-header-font-weight;
|
|
669
669
|
}
|