vxe-table 4.4.1 → 4.4.2-beta.1
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/es/button/style.css +27 -27
- package/es/checkbox/style.css +11 -11
- package/es/export/style.css +12 -12
- package/es/filter/style.css +13 -13
- package/es/form/style.css +33 -33
- package/es/grid/style.css +8 -8
- package/es/icon/style.css +10 -10
- package/es/input/style.css +82 -82
- package/es/list/style.css +1 -1
- package/es/loading/style.css +3 -3
- package/es/menu/style.css +7 -7
- package/es/modal/style.css +20 -20
- package/es/pager/style.css +31 -31
- package/es/pulldown/style.css +7 -7
- package/es/radio/style.css +20 -20
- package/es/select/style.css +23 -23
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/switch/style.css +11 -11
- package/es/table/src/body.js +1 -1
- package/es/table/src/table.js +1 -1
- package/es/table/style.css +118 -118
- package/es/textarea/style.css +23 -23
- package/es/toolbar/style.css +20 -20
- package/es/tools/log.js +1 -1
- package/es/tooltip/style.css +17 -17
- package/es/v-x-e-table/index.js +1 -1
- package/es/v-x-e-table/style.css +12 -12
- package/es/vxe-button/style.css +27 -27
- package/es/vxe-checkbox/style.css +11 -11
- package/es/vxe-form/style.css +33 -33
- package/es/vxe-grid/style.css +8 -8
- package/es/vxe-icon/style.css +9 -9
- package/es/vxe-input/style.css +82 -82
- package/es/vxe-list/style.css +1 -1
- package/es/vxe-loading/style.css +3 -3
- package/es/vxe-modal/style.css +20 -20
- package/es/vxe-module-export/style.css +12 -12
- package/es/vxe-module-filter/style.css +13 -13
- package/es/vxe-module-menu/style.css +7 -7
- package/es/vxe-pager/style.css +31 -31
- package/es/vxe-pulldown/style.css +7 -7
- package/es/vxe-radio/style.css +20 -20
- package/es/vxe-select/style.css +23 -23
- package/es/vxe-switch/style.css +11 -11
- package/es/vxe-table/style.css +118 -118
- package/es/vxe-textarea/style.css +23 -23
- package/es/vxe-toolbar/style.css +20 -20
- package/es/vxe-tooltip/style.css +17 -17
- package/lib/button/style/style.css +27 -27
- package/lib/button/style/style.min.css +1 -1
- package/lib/checkbox/style/style.css +11 -11
- package/lib/checkbox/style/style.min.css +1 -1
- package/lib/export/style/style.css +12 -12
- package/lib/export/style/style.min.css +1 -1
- package/lib/filter/style/style.css +13 -13
- package/lib/filter/style/style.min.css +1 -1
- package/lib/form/style/style.css +33 -33
- package/lib/form/style/style.min.css +1 -1
- package/lib/grid/style/style.css +8 -8
- package/lib/grid/style/style.min.css +1 -1
- package/lib/icon/style/style.css +10 -10
- package/lib/icon/style/style.min.css +10 -10
- package/lib/index.umd.js +8 -4
- package/lib/index.umd.min.js +1 -1
- package/lib/input/style/style.css +82 -82
- package/lib/input/style/style.min.css +1 -1
- package/lib/list/style/style.css +1 -1
- package/lib/list/style/style.min.css +1 -1
- package/lib/loading/style/style.css +3 -3
- package/lib/loading/style/style.min.css +1 -1
- package/lib/menu/style/style.css +7 -7
- package/lib/menu/style/style.min.css +1 -1
- package/lib/modal/style/style.css +20 -20
- package/lib/modal/style/style.min.css +1 -1
- package/lib/pager/style/style.css +31 -31
- package/lib/pager/style/style.min.css +1 -1
- package/lib/pulldown/style/style.css +7 -7
- package/lib/pulldown/style/style.min.css +1 -1
- package/lib/radio/style/style.css +20 -20
- package/lib/radio/style/style.min.css +1 -1
- package/lib/select/style/style.css +23 -23
- package/lib/select/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/switch/style/style.css +11 -11
- package/lib/switch/style/style.min.css +1 -1
- package/lib/table/src/body.js +2 -1
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/table.js +4 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/style.css +118 -118
- package/lib/table/style/style.min.css +1 -1
- package/lib/textarea/style/style.css +23 -23
- package/lib/textarea/style/style.min.css +1 -1
- package/lib/toolbar/style/style.css +20 -20
- package/lib/toolbar/style/style.min.css +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/tooltip/style/style.css +17 -17
- package/lib/tooltip/style/style.min.css +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/v-x-e-table/style/style.css +12 -12
- package/lib/v-x-e-table/style/style.min.css +1 -1
- package/lib/vxe-button/style/style.css +27 -27
- package/lib/vxe-button/style/style.min.css +1 -1
- package/lib/vxe-checkbox/style/style.css +11 -11
- package/lib/vxe-checkbox/style/style.min.css +1 -1
- package/lib/vxe-form/style/style.css +33 -33
- package/lib/vxe-form/style/style.min.css +1 -1
- package/lib/vxe-grid/style/style.css +8 -8
- package/lib/vxe-grid/style/style.min.css +1 -1
- package/lib/vxe-icon/style/style.css +9 -9
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/lib/vxe-input/style/style.css +82 -82
- package/lib/vxe-input/style/style.min.css +1 -1
- package/lib/vxe-list/style/style.css +1 -1
- package/lib/vxe-list/style/style.min.css +1 -1
- package/lib/vxe-loading/style/style.css +3 -3
- package/lib/vxe-loading/style/style.min.css +1 -1
- package/lib/vxe-modal/style/style.css +20 -20
- package/lib/vxe-modal/style/style.min.css +1 -1
- package/lib/vxe-module-export/style/style.css +12 -12
- package/lib/vxe-module-export/style/style.min.css +1 -1
- package/lib/vxe-module-filter/style/style.css +13 -13
- package/lib/vxe-module-filter/style/style.min.css +1 -1
- package/lib/vxe-module-menu/style/style.css +7 -7
- package/lib/vxe-module-menu/style/style.min.css +1 -1
- package/lib/vxe-pager/style/style.css +31 -31
- package/lib/vxe-pager/style/style.min.css +1 -1
- package/lib/vxe-pulldown/style/style.css +7 -7
- package/lib/vxe-pulldown/style/style.min.css +1 -1
- package/lib/vxe-radio/style/style.css +20 -20
- package/lib/vxe-radio/style/style.min.css +1 -1
- package/lib/vxe-select/style/style.css +23 -23
- package/lib/vxe-select/style/style.min.css +1 -1
- package/lib/vxe-switch/style/style.css +11 -11
- package/lib/vxe-switch/style/style.min.css +1 -1
- package/lib/vxe-table/style/style.css +118 -118
- package/lib/vxe-table/style/style.min.css +1 -1
- package/lib/vxe-textarea/style/style.css +23 -23
- package/lib/vxe-textarea/style/style.min.css +1 -1
- package/lib/vxe-toolbar/style/style.css +20 -20
- package/lib/vxe-toolbar/style/style.min.css +1 -1
- package/lib/vxe-tooltip/style/style.css +17 -17
- package/lib/vxe-tooltip/style/style.min.css +1 -1
- package/package.json +2 -2
- package/packages/table/src/body.ts +1 -1
- package/packages/table/src/table.ts +1 -1
- package/styles/button.scss +27 -27
- package/styles/checkbox.scss +11 -11
- package/styles/cssvar.scss +257 -0
- package/styles/export.scss +12 -12
- package/styles/filter.scss +13 -13
- package/styles/form.scss +31 -31
- package/styles/grid.scss +8 -8
- package/styles/input.scss +75 -75
- package/styles/list.scss +1 -1
- package/styles/loading.scss +3 -3
- package/styles/menu.scss +7 -7
- package/styles/modal.scss +20 -20
- package/styles/modules.scss +1 -0
- package/styles/old-icon.scss +9 -9
- package/styles/pager.scss +31 -31
- package/styles/pulldown.scss +7 -7
- package/styles/radio.scss +20 -20
- package/styles/select.scss +23 -23
- package/styles/switch.scss +11 -11
- package/styles/table.scss +126 -126
- package/styles/textarea.scss +22 -22
- package/styles/toolbar.scss +20 -20
- package/styles/tooltip.scss +17 -17
- package/types/button.d.ts +23 -2
- package/types/checkbox-group.d.ts +11 -2
- package/types/checkbox.d.ts +11 -2
- package/types/colgroup.d.ts +19 -3
- package/types/column.d.ts +142 -61
- package/types/component.d.ts +7 -2
- package/types/form-gather.d.ts +10 -1
- package/types/form-item.d.ts +16 -1
- package/types/form.d.ts +10 -1
- package/types/grid.d.ts +72 -2
- package/types/index.d.ts +1 -1
- package/types/input.d.ts +11 -2
- package/types/list.d.ts +11 -2
- package/types/modal.d.ts +40 -2
- package/types/optgroup.d.ts +10 -1
- package/types/option.d.ts +10 -1
- package/types/pager.d.ts +17 -2
- package/types/pulldown.d.ts +26 -9
- package/types/radio-button.d.ts +11 -2
- package/types/radio-group.d.ts +11 -2
- package/types/radio.d.ts +11 -2
- package/types/select.d.ts +11 -2
- package/types/switch.d.ts +11 -2
- package/types/table.d.ts +20 -3
- package/types/textarea.d.ts +11 -2
- package/types/toolbar.d.ts +17 -2
- package/types/tooltip.d.ts +11 -2
- /package/es/icon/style/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/es/icon/style/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/es/icon/style/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
- /package/es/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/es/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/es/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/lib/icon/style/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
- /package/lib/{iconfont.1685110524528.ttf → iconfont.1685611928442.ttf} +0 -0
- /package/lib/{iconfont.1685110524528.woff → iconfont.1685611928442.woff} +0 -0
- /package/lib/{iconfont.1685110524528.woff2 → iconfont.1685611928442.woff2} +0 -0
package/es/vxe-form/style.css
CHANGED
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
|
|
32
32
|
.vxe-form {
|
|
33
33
|
position: relative;
|
|
34
|
-
font-size:
|
|
35
|
-
color:
|
|
36
|
-
font-family: -
|
|
37
|
-
background-color:
|
|
34
|
+
font-size: var(--vxe-font-size);
|
|
35
|
+
color: var(--vxe-font-color);
|
|
36
|
+
font-family: var(--vxe-font-family);
|
|
37
|
+
background-color: var(--vxe-form-background-color);
|
|
38
38
|
text-align: left;
|
|
39
39
|
}
|
|
40
40
|
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
width: 100%;
|
|
108
108
|
font-size: 12px;
|
|
109
109
|
line-height: 1.2em;
|
|
110
|
-
color:
|
|
111
|
-
background-color:
|
|
110
|
+
color: var(--vxe-form-validate-error-color);
|
|
111
|
+
background-color: var(--vxe-form-validate-error-background-color);
|
|
112
112
|
z-index: 1;
|
|
113
113
|
opacity: 0;
|
|
114
114
|
transform-origin: center top;
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
.vxe-form--item.is--asterisk.is--required .vxe-form--item-title-content:before {
|
|
144
144
|
content: "*";
|
|
145
|
-
color:
|
|
145
|
+
color: var(--vxe-form-validate-error-color);
|
|
146
146
|
font-family: Verdana, Arial, Tahoma;
|
|
147
147
|
margin-right: 0.2em;
|
|
148
148
|
font-weight: normal;
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
.vxe-form--item.is--error .vxe-default-input,
|
|
164
164
|
.vxe-form--item.is--error .vxe-default-textarea,
|
|
165
165
|
.vxe-form--item.is--error .vxe-default-select {
|
|
166
|
-
border-color:
|
|
166
|
+
border-color: var(--vxe-form-validate-error-color);
|
|
167
167
|
}
|
|
168
168
|
.vxe-form--item.is--error .vxe-input > .vxe-input--inner:focus,
|
|
169
169
|
.vxe-form--item.is--error .vxe-textarea > .vxe-textarea--inner:focus,
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
.vxe-form--item.is--error .vxe-default-input[type=search]:focus,
|
|
172
172
|
.vxe-form--item.is--error .vxe-default-textarea:focus,
|
|
173
173
|
.vxe-form--item.is--error .vxe-default-select:focus {
|
|
174
|
-
border-color:
|
|
174
|
+
border-color: var(--vxe-form-validate-error-color);
|
|
175
175
|
}
|
|
176
176
|
.vxe-form--item.is--error .vxe-form--item-valid {
|
|
177
177
|
opacity: 1;
|
|
@@ -195,12 +195,12 @@
|
|
|
195
195
|
.vxe-form--item .vxe-default-textarea,
|
|
196
196
|
.vxe-form--item .vxe-default-select {
|
|
197
197
|
outline: 0;
|
|
198
|
-
border: 1px solid
|
|
199
|
-
border-radius:
|
|
198
|
+
border: 1px solid var(--vxe-input-border-color);
|
|
199
|
+
border-radius: var(--vxe-border-radius);
|
|
200
200
|
}
|
|
201
201
|
.vxe-form--item .vxe-default-input,
|
|
202
202
|
.vxe-form--item .vxe-default-select {
|
|
203
|
-
height:
|
|
203
|
+
height: var(--vxe-button-height-default);
|
|
204
204
|
}
|
|
205
205
|
.vxe-form--item .vxe-default-input {
|
|
206
206
|
padding: 0 0.8em;
|
|
@@ -219,24 +219,24 @@
|
|
|
219
219
|
.vxe-form--item .vxe-default-input[type=search],
|
|
220
220
|
.vxe-form--item .vxe-default-textarea,
|
|
221
221
|
.vxe-form--item .vxe-default-select {
|
|
222
|
-
color:
|
|
222
|
+
color: var(--vxe-font-color);
|
|
223
223
|
}
|
|
224
224
|
.vxe-form--item .vxe-default-input[type=text]:focus,
|
|
225
225
|
.vxe-form--item .vxe-default-input[type=search]:focus,
|
|
226
226
|
.vxe-form--item .vxe-default-textarea:focus,
|
|
227
227
|
.vxe-form--item .vxe-default-select:focus {
|
|
228
|
-
border: 1px solid
|
|
228
|
+
border: 1px solid var(--vxe-primary-color);
|
|
229
229
|
}
|
|
230
230
|
.vxe-form--item .vxe-default-input[type=text][disabled],
|
|
231
231
|
.vxe-form--item .vxe-default-input[type=search][disabled],
|
|
232
232
|
.vxe-form--item .vxe-default-textarea[disabled],
|
|
233
233
|
.vxe-form--item .vxe-default-select[disabled] {
|
|
234
234
|
cursor: not-allowed;
|
|
235
|
-
background-color:
|
|
235
|
+
background-color: var(--vxe-input-disabled-background-color);
|
|
236
236
|
}
|
|
237
237
|
.vxe-form--item .vxe-default-input[type=submit],
|
|
238
238
|
.vxe-form--item .vxe-default-input[type=reset] {
|
|
239
|
-
line-height:
|
|
239
|
+
line-height: var(--vxe-button-height-default)-2px;
|
|
240
240
|
background-color: #fff;
|
|
241
241
|
cursor: pointer;
|
|
242
242
|
}
|
|
@@ -252,10 +252,10 @@
|
|
|
252
252
|
height: 24px;
|
|
253
253
|
}
|
|
254
254
|
.vxe-form--item .vxe-default-input::-moz-placeholder {
|
|
255
|
-
color:
|
|
255
|
+
color: var(--vxe-input-placeholder-color);
|
|
256
256
|
}
|
|
257
257
|
.vxe-form--item .vxe-default-input::placeholder {
|
|
258
|
-
color:
|
|
258
|
+
color: var(--vxe-input-placeholder-color);
|
|
259
259
|
}
|
|
260
260
|
.vxe-form--item .vxe-default-input[type=text],
|
|
261
261
|
.vxe-form--item .vxe-default-input[type=search],
|
|
@@ -268,14 +268,14 @@
|
|
|
268
268
|
vertical-align: middle;
|
|
269
269
|
}
|
|
270
270
|
.vxe-form--item .vxe-default-textarea::-moz-placeholder {
|
|
271
|
-
color:
|
|
271
|
+
color: var(--vxe-input-placeholder-color);
|
|
272
272
|
}
|
|
273
273
|
.vxe-form--item .vxe-default-textarea::placeholder {
|
|
274
|
-
color:
|
|
274
|
+
color: var(--vxe-input-placeholder-color);
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
.vxe-form .vxe-form--item-inner {
|
|
278
|
-
min-height:
|
|
278
|
+
min-height: var(--vxe-form-item-min-height-default);
|
|
279
279
|
}
|
|
280
280
|
.vxe-form .vxe-form--item-inner > .align--center {
|
|
281
281
|
text-align: center;
|
|
@@ -287,47 +287,47 @@
|
|
|
287
287
|
text-align: right;
|
|
288
288
|
}
|
|
289
289
|
.vxe-form.size--medium {
|
|
290
|
-
font-size:
|
|
290
|
+
font-size: var(--vxe-font-size-medium);
|
|
291
291
|
}
|
|
292
292
|
.vxe-form.size--medium .vxe-form--item-inner {
|
|
293
|
-
min-height:
|
|
293
|
+
min-height: var(--vxe-form-item-min-height-medium);
|
|
294
294
|
}
|
|
295
295
|
.vxe-form.size--medium .vxe-default-input[type=submit],
|
|
296
296
|
.vxe-form.size--medium .vxe-default-input[type=reset] {
|
|
297
|
-
line-height:
|
|
297
|
+
line-height: calc(var(--vxe-button-height-medium) - 2px);
|
|
298
298
|
}
|
|
299
299
|
.vxe-form.size--medium .vxe-default-input,
|
|
300
300
|
.vxe-form.size--medium .vxe-default-input,
|
|
301
301
|
.vxe-form.size--medium .vxe-default-select {
|
|
302
|
-
height:
|
|
302
|
+
height: var(--vxe-button-height-medium);
|
|
303
303
|
}
|
|
304
304
|
.vxe-form.size--small {
|
|
305
|
-
font-size:
|
|
305
|
+
font-size: var(--vxe-font-size-small);
|
|
306
306
|
}
|
|
307
307
|
.vxe-form.size--small .vxe-form--item-inner {
|
|
308
|
-
min-height:
|
|
308
|
+
min-height: var(--vxe-form-item-min-height-small);
|
|
309
309
|
}
|
|
310
310
|
.vxe-form.size--small .vxe-default-input[type=submit],
|
|
311
311
|
.vxe-form.size--small .vxe-default-input[type=reset] {
|
|
312
|
-
line-height:
|
|
312
|
+
line-height: calc(var(--vxe-button-height-small) - 2px);
|
|
313
313
|
}
|
|
314
314
|
.vxe-form.size--small .vxe-default-input,
|
|
315
315
|
.vxe-form.size--small .vxe-default-input,
|
|
316
316
|
.vxe-form.size--small .vxe-default-select {
|
|
317
|
-
height:
|
|
317
|
+
height: var(--vxe-button-height-small);
|
|
318
318
|
}
|
|
319
319
|
.vxe-form.size--mini {
|
|
320
|
-
font-size:
|
|
320
|
+
font-size: var(--vxe-font-size-mini);
|
|
321
321
|
}
|
|
322
322
|
.vxe-form.size--mini .vxe-form--item-inner {
|
|
323
|
-
min-height:
|
|
323
|
+
min-height: var(--vxe-form-item-min-height-mini);
|
|
324
324
|
}
|
|
325
325
|
.vxe-form.size--mini .vxe-default-input[type=submit],
|
|
326
326
|
.vxe-form.size--mini .vxe-default-input[type=reset] {
|
|
327
|
-
line-height:
|
|
327
|
+
line-height: calc(var(--vxe-button-height-mini) - 2px);
|
|
328
328
|
}
|
|
329
329
|
.vxe-form.size--mini .vxe-default-input,
|
|
330
330
|
.vxe-form.size--mini .vxe-default-input,
|
|
331
331
|
.vxe-form.size--mini .vxe-default-select {
|
|
332
|
-
height:
|
|
332
|
+
height: var(--vxe-button-height-mini);
|
|
333
333
|
}
|
package/es/vxe-grid/style.css
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
-webkit-user-select: none;
|
|
38
38
|
-moz-user-select: none;
|
|
39
39
|
user-select: none;
|
|
40
|
-
background-color:
|
|
40
|
+
background-color: var(--vxe-loading-background-color);
|
|
41
41
|
}
|
|
42
42
|
.vxe-grid.is--loading > .vxe-table .vxe-loading {
|
|
43
43
|
background-color: transparent;
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
width: 100%;
|
|
50
50
|
height: 100%;
|
|
51
51
|
padding: 0.5em 1em;
|
|
52
|
-
background-color:
|
|
52
|
+
background-color: var(--vxe-grid-maximize-background-color);
|
|
53
53
|
}
|
|
54
54
|
.vxe-grid .vxe-body--row.row--pending {
|
|
55
|
-
color:
|
|
55
|
+
color: var(--vxe-table-validate-error-color);
|
|
56
56
|
text-decoration: line-through;
|
|
57
57
|
cursor: no-drop;
|
|
58
58
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
left: 0;
|
|
67
67
|
width: 100%;
|
|
68
68
|
height: 0;
|
|
69
|
-
border-bottom: 1px solid
|
|
69
|
+
border-bottom: 1px solid var(--vxe-table-validate-error-color);
|
|
70
70
|
z-index: 1;
|
|
71
71
|
}
|
|
72
72
|
.vxe-grid .vxe-grid--form-wrapper,
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.vxe-grid {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: var(--vxe-font-size);
|
|
80
80
|
}
|
|
81
81
|
.vxe-grid.size--medium {
|
|
82
|
-
font-size:
|
|
82
|
+
font-size: var(--vxe-font-size-medium);
|
|
83
83
|
}
|
|
84
84
|
.vxe-grid.size--small {
|
|
85
|
-
font-size:
|
|
85
|
+
font-size: var(--vxe-font-size-small);
|
|
86
86
|
}
|
|
87
87
|
.vxe-grid.size--mini {
|
|
88
|
-
font-size:
|
|
88
|
+
font-size: var(--vxe-font-size-mini);
|
|
89
89
|
}
|
package/es/vxe-icon/style.css
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
vertical-align: middle;
|
|
30
30
|
position: relative;
|
|
31
31
|
direction: ltr;
|
|
32
|
-
font-family:
|
|
32
|
+
font-family: var(--vxe-icon-font-family);
|
|
33
33
|
font-weight: normal;
|
|
34
34
|
-webkit-user-select: none;
|
|
35
35
|
-moz-user-select: none;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
border-width: 0.1em;
|
|
76
76
|
border-style: solid;
|
|
77
77
|
border-color: inherit;
|
|
78
|
-
background-color:
|
|
78
|
+
background-color: var(--vxe-icon-background-color);
|
|
79
79
|
}
|
|
80
80
|
.vxe-icon--zoomin:before, .vxe-icon--zoomin:after {
|
|
81
81
|
background-color: inherit;
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
border-width: 0.1em;
|
|
114
114
|
border-style: solid;
|
|
115
115
|
border-color: inherit;
|
|
116
|
-
background-color:
|
|
116
|
+
background-color: var(--vxe-icon-background-color);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.vxe-icon--menu:before {
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
bottom: 0;
|
|
366
366
|
width: 100%;
|
|
367
367
|
text-align: center;
|
|
368
|
-
color:
|
|
368
|
+
color: var(--vxe-icon-background-color);
|
|
369
369
|
transform: rotate(-10deg) scale(0.75);
|
|
370
370
|
}
|
|
371
371
|
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
content: "✓";
|
|
386
386
|
left: 0.25em;
|
|
387
387
|
bottom: 0;
|
|
388
|
-
color:
|
|
388
|
+
color: var(--vxe-icon-background-color);
|
|
389
389
|
font-size: 0.65em;
|
|
390
390
|
}
|
|
391
391
|
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
bottom: 0;
|
|
396
396
|
width: 100%;
|
|
397
397
|
text-align: center;
|
|
398
|
-
color:
|
|
398
|
+
color: var(--vxe-icon-background-color);
|
|
399
399
|
line-height: 1.4em;
|
|
400
400
|
font-size: 0.8em;
|
|
401
401
|
}
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
width: 100%;
|
|
408
408
|
text-align: center;
|
|
409
409
|
line-height: 1.5em;
|
|
410
|
-
color:
|
|
410
|
+
color: var(--vxe-icon-background-color);
|
|
411
411
|
font-size: 0.7em;
|
|
412
412
|
}
|
|
413
413
|
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
width: 100%;
|
|
419
419
|
line-height: 1.4em;
|
|
420
420
|
text-align: center;
|
|
421
|
-
color:
|
|
421
|
+
color: var(--vxe-icon-background-color);
|
|
422
422
|
font-size: 0.8em;
|
|
423
423
|
}
|
|
424
424
|
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
left: 0.2em;
|
|
539
539
|
bottom: -0.2em;
|
|
540
540
|
box-shadow: inset 0 0 0 0.1em;
|
|
541
|
-
background-color:
|
|
541
|
+
background-color: var(--vxe-icon-background-color);
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
.vxe-icon--search:before {
|