@lambo-design/shared 1.0.0-beta.231 → 1.0.0-beta.232
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 +45 -45
- package/config/themes/white/var.less +19 -20
- package/config/themes/white/white.css +46 -46
- package/config/themes/white/white.less +26 -26
- package/package.json +1 -1
|
@@ -4,13 +4,13 @@ export default {
|
|
|
4
4
|
primaryColor: "#ffffff",
|
|
5
5
|
vars: `
|
|
6
6
|
--primary-color: #ffffff;
|
|
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: #
|
|
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;
|
|
@@ -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,7 +89,7 @@ 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
94
|
--menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
95
95
|
--menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
@@ -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;
|
|
@@ -134,9 +134,9 @@ export default {
|
|
|
134
134
|
--btn-primary-color-tint-5: #ffffff;
|
|
135
135
|
--btn-primary-color-shade-5: #f2f2f2;
|
|
136
136
|
--btn-primary-bg: #ffffff;
|
|
137
|
-
--btn-primary-bg-tint-20: #
|
|
138
|
-
--btn-primary-bg-tint-5: #
|
|
139
|
-
--btn-primary-bg-shade-5: #
|
|
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;
|
|
@@ -155,13 +155,13 @@ export default {
|
|
|
155
155
|
--grid-columns: 24;
|
|
156
156
|
--grid-gutter-width: 0;
|
|
157
157
|
--layout-body-background: #f5f7f9;
|
|
158
|
-
--layout-header-background: #
|
|
158
|
+
--layout-header-background: linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);
|
|
159
159
|
--layout-header-height: 64px;
|
|
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;
|
|
@@ -173,29 +173,29 @@ export default {
|
|
|
173
173
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
174
174
|
--layout-header-nav-active-color: #fff;
|
|
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: #ffffff;
|
|
184
|
+
--layout-sider-submenu-hover-color: #ffffff;
|
|
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: #ffffff;
|
|
190
|
+
--layout-sider-menuitem-hover-color: #ffffff;
|
|
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;
|
|
@@ -215,8 +215,8 @@ export default {
|
|
|
215
215
|
--input-bg: #fff;
|
|
216
216
|
--input-group-bg: #f8f8f9;
|
|
217
217
|
--input-hover-border-color: #ffffff;
|
|
218
|
-
--input-hover-border-color-tint-20: #
|
|
219
|
-
--input-hover-border-color-fade-20: rgba(
|
|
218
|
+
--input-hover-border-color-tint-20: #6da1ff;
|
|
219
|
+
--input-hover-border-color-fade-20: rgba(72, 138, 255, 0.2);
|
|
220
220
|
--input-focus-border-color: #ffffff;
|
|
221
221
|
--input-disabled-bg: #f3f3f3;
|
|
222
222
|
--input-disabled-color: #ccc;
|
|
@@ -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;
|
|
@@ -326,19 +326,19 @@ export default {
|
|
|
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;
|
|
@@ -107,7 +107,7 @@
|
|
|
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
112
|
@menu-dark-subsidiary-color : rgba(255,255,255,.7);
|
|
113
113
|
@menu-dark-group-title-color : rgba(255,255,255,.36);
|
|
@@ -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 : linear-gradient(90deg,#1d42ab,#2173dc,#1e93ff);
|
|
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;
|
|
@@ -209,29 +209,29 @@
|
|
|
209
209
|
@layout-header-nav-color : @menu-dark-subsidiary-color;
|
|
210
210
|
@layout-header-nav-active-color : @white;
|
|
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;
|
|
@@ -28,13 +28,13 @@ vxe-table
|
|
|
28
28
|
/*pulldown*/
|
|
29
29
|
:root {
|
|
30
30
|
--primary-color: #ffffff;
|
|
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: #
|
|
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;
|
|
@@ -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,7 +113,7 @@ 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
118
|
--menu-dark-subsidiary-color: rgba(255, 255, 255, 0.7);
|
|
119
119
|
--menu-dark-group-title-color: rgba(255, 255, 255, 0.36);
|
|
@@ -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;
|
|
@@ -158,9 +158,9 @@ vxe-table
|
|
|
158
158
|
--btn-primary-color-tint-5: #ffffff;
|
|
159
159
|
--btn-primary-color-shade-5: #f2f2f2;
|
|
160
160
|
--btn-primary-bg: #ffffff;
|
|
161
|
-
--btn-primary-bg-tint-20: #
|
|
162
|
-
--btn-primary-bg-tint-5: #
|
|
163
|
-
--btn-primary-bg-shade-5: #
|
|
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;
|
|
@@ -179,13 +179,13 @@ vxe-table
|
|
|
179
179
|
--grid-columns: 24;
|
|
180
180
|
--grid-gutter-width: 0;
|
|
181
181
|
--layout-body-background: #f5f7f9;
|
|
182
|
-
--layout-header-background: #
|
|
182
|
+
--layout-header-background: linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);
|
|
183
183
|
--layout-header-height: 64px;
|
|
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;
|
|
@@ -197,29 +197,29 @@ vxe-table
|
|
|
197
197
|
--layout-header-nav-color: rgba(255, 255, 255, 0.7);
|
|
198
198
|
--layout-header-nav-active-color: #fff;
|
|
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: #ffffff;
|
|
208
|
+
--layout-sider-submenu-hover-color: #ffffff;
|
|
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: #ffffff;
|
|
214
|
+
--layout-sider-menuitem-hover-color: #ffffff;
|
|
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;
|
|
@@ -239,8 +239,8 @@ vxe-table
|
|
|
239
239
|
--input-bg: #fff;
|
|
240
240
|
--input-group-bg: #f8f8f9;
|
|
241
241
|
--input-hover-border-color: #ffffff;
|
|
242
|
-
--input-hover-border-color-tint-20: #
|
|
243
|
-
--input-hover-border-color-fade-20: rgba(
|
|
242
|
+
--input-hover-border-color-tint-20: #6da1ff;
|
|
243
|
+
--input-hover-border-color-fade-20: rgba(72, 138, 255, 0.2);
|
|
244
244
|
--input-focus-border-color: #ffffff;
|
|
245
245
|
--input-disabled-bg: #f3f3f3;
|
|
246
246
|
--input-disabled-color: #ccc;
|
|
@@ -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;
|
|
@@ -350,19 +350,19 @@ vxe-table
|
|
|
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
|
}
|