vxe-table 4.4.0 → 4.4.2-beta.0

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.
Files changed (214) hide show
  1. package/es/button/style.css +27 -27
  2. package/es/checkbox/style.css +11 -11
  3. package/es/export/style.css +12 -12
  4. package/es/filter/style.css +13 -13
  5. package/es/form/style.css +33 -33
  6. package/es/grid/style.css +8 -8
  7. package/es/icon/style.css +10 -10
  8. package/es/input/style.css +82 -82
  9. package/es/list/style.css +1 -1
  10. package/es/loading/style.css +3 -3
  11. package/es/menu/style.css +7 -7
  12. package/es/modal/style.css +20 -20
  13. package/es/pager/style.css +31 -31
  14. package/es/pulldown/style.css +7 -7
  15. package/es/radio/style.css +20 -20
  16. package/es/select/style.css +23 -23
  17. package/es/style.css +1 -1
  18. package/es/style.min.css +1 -1
  19. package/es/switch/style.css +11 -11
  20. package/es/table/src/body.js +1 -1
  21. package/es/table/src/table.js +1 -1
  22. package/es/table/style.css +114 -114
  23. package/es/textarea/style.css +23 -23
  24. package/es/toolbar/style.css +20 -20
  25. package/es/tools/log.js +1 -1
  26. package/es/tooltip/style.css +17 -17
  27. package/es/v-x-e-table/index.js +1 -1
  28. package/es/v-x-e-table/style.css +12 -12
  29. package/es/vxe-button/style.css +27 -27
  30. package/es/vxe-checkbox/style.css +11 -11
  31. package/es/vxe-form/style.css +33 -33
  32. package/es/vxe-grid/style.css +8 -8
  33. package/es/vxe-icon/style.css +9 -9
  34. package/es/vxe-input/style.css +82 -82
  35. package/es/vxe-list/style.css +1 -1
  36. package/es/vxe-loading/style.css +3 -3
  37. package/es/vxe-modal/style.css +20 -20
  38. package/es/vxe-module-export/style.css +12 -12
  39. package/es/vxe-module-filter/style.css +13 -13
  40. package/es/vxe-module-menu/style.css +7 -7
  41. package/es/vxe-pager/style.css +31 -31
  42. package/es/vxe-pulldown/style.css +7 -7
  43. package/es/vxe-radio/style.css +20 -20
  44. package/es/vxe-select/style.css +23 -23
  45. package/es/vxe-switch/style.css +11 -11
  46. package/es/vxe-table/style.css +114 -114
  47. package/es/vxe-textarea/style.css +23 -23
  48. package/es/vxe-toolbar/style.css +20 -20
  49. package/es/vxe-tooltip/style.css +17 -17
  50. package/lib/button/style/style.css +27 -27
  51. package/lib/button/style/style.min.css +1 -1
  52. package/lib/checkbox/style/style.css +11 -11
  53. package/lib/checkbox/style/style.min.css +1 -1
  54. package/lib/export/style/style.css +12 -12
  55. package/lib/export/style/style.min.css +1 -1
  56. package/lib/filter/style/style.css +13 -13
  57. package/lib/filter/style/style.min.css +1 -1
  58. package/lib/form/style/style.css +33 -33
  59. package/lib/form/style/style.min.css +1 -1
  60. package/lib/grid/style/style.css +8 -8
  61. package/lib/grid/style/style.min.css +1 -1
  62. package/lib/icon/style/style.css +10 -10
  63. package/lib/icon/style/style.min.css +10 -10
  64. package/lib/index.umd.js +8 -4
  65. package/lib/index.umd.min.js +1 -1
  66. package/lib/input/style/style.css +82 -82
  67. package/lib/input/style/style.min.css +1 -1
  68. package/lib/list/style/style.css +1 -1
  69. package/lib/list/style/style.min.css +1 -1
  70. package/lib/loading/style/style.css +3 -3
  71. package/lib/loading/style/style.min.css +1 -1
  72. package/lib/menu/style/style.css +7 -7
  73. package/lib/menu/style/style.min.css +1 -1
  74. package/lib/modal/style/style.css +20 -20
  75. package/lib/modal/style/style.min.css +1 -1
  76. package/lib/pager/style/style.css +31 -31
  77. package/lib/pager/style/style.min.css +1 -1
  78. package/lib/pulldown/style/style.css +7 -7
  79. package/lib/pulldown/style/style.min.css +1 -1
  80. package/lib/radio/style/style.css +20 -20
  81. package/lib/radio/style/style.min.css +1 -1
  82. package/lib/select/style/style.css +23 -23
  83. package/lib/select/style/style.min.css +1 -1
  84. package/lib/style.css +1 -1
  85. package/lib/style.min.css +1 -1
  86. package/lib/switch/style/style.css +11 -11
  87. package/lib/switch/style/style.min.css +1 -1
  88. package/lib/table/src/body.js +2 -1
  89. package/lib/table/src/body.min.js +1 -1
  90. package/lib/table/src/table.js +4 -1
  91. package/lib/table/src/table.min.js +1 -1
  92. package/lib/table/style/style.css +114 -114
  93. package/lib/table/style/style.min.css +1 -1
  94. package/lib/textarea/style/style.css +23 -23
  95. package/lib/textarea/style/style.min.css +1 -1
  96. package/lib/toolbar/style/style.css +20 -20
  97. package/lib/toolbar/style/style.min.css +1 -1
  98. package/lib/tools/log.js +1 -1
  99. package/lib/tools/log.min.js +1 -1
  100. package/lib/tooltip/style/style.css +17 -17
  101. package/lib/tooltip/style/style.min.css +1 -1
  102. package/lib/v-x-e-table/index.js +1 -1
  103. package/lib/v-x-e-table/index.min.js +1 -1
  104. package/lib/v-x-e-table/style/style.css +12 -12
  105. package/lib/v-x-e-table/style/style.min.css +1 -1
  106. package/lib/vxe-button/style/style.css +27 -27
  107. package/lib/vxe-button/style/style.min.css +1 -1
  108. package/lib/vxe-checkbox/style/style.css +11 -11
  109. package/lib/vxe-checkbox/style/style.min.css +1 -1
  110. package/lib/vxe-form/style/style.css +33 -33
  111. package/lib/vxe-form/style/style.min.css +1 -1
  112. package/lib/vxe-grid/style/style.css +8 -8
  113. package/lib/vxe-grid/style/style.min.css +1 -1
  114. package/lib/vxe-icon/style/style.css +9 -9
  115. package/lib/vxe-icon/style/style.min.css +1 -1
  116. package/lib/vxe-input/style/style.css +82 -82
  117. package/lib/vxe-input/style/style.min.css +1 -1
  118. package/lib/vxe-list/style/style.css +1 -1
  119. package/lib/vxe-list/style/style.min.css +1 -1
  120. package/lib/vxe-loading/style/style.css +3 -3
  121. package/lib/vxe-loading/style/style.min.css +1 -1
  122. package/lib/vxe-modal/style/style.css +20 -20
  123. package/lib/vxe-modal/style/style.min.css +1 -1
  124. package/lib/vxe-module-export/style/style.css +12 -12
  125. package/lib/vxe-module-export/style/style.min.css +1 -1
  126. package/lib/vxe-module-filter/style/style.css +13 -13
  127. package/lib/vxe-module-filter/style/style.min.css +1 -1
  128. package/lib/vxe-module-menu/style/style.css +7 -7
  129. package/lib/vxe-module-menu/style/style.min.css +1 -1
  130. package/lib/vxe-pager/style/style.css +31 -31
  131. package/lib/vxe-pager/style/style.min.css +1 -1
  132. package/lib/vxe-pulldown/style/style.css +7 -7
  133. package/lib/vxe-pulldown/style/style.min.css +1 -1
  134. package/lib/vxe-radio/style/style.css +20 -20
  135. package/lib/vxe-radio/style/style.min.css +1 -1
  136. package/lib/vxe-select/style/style.css +23 -23
  137. package/lib/vxe-select/style/style.min.css +1 -1
  138. package/lib/vxe-switch/style/style.css +11 -11
  139. package/lib/vxe-switch/style/style.min.css +1 -1
  140. package/lib/vxe-table/style/style.css +114 -114
  141. package/lib/vxe-table/style/style.min.css +1 -1
  142. package/lib/vxe-textarea/style/style.css +23 -23
  143. package/lib/vxe-textarea/style/style.min.css +1 -1
  144. package/lib/vxe-toolbar/style/style.css +20 -20
  145. package/lib/vxe-toolbar/style/style.min.css +1 -1
  146. package/lib/vxe-tooltip/style/style.css +17 -17
  147. package/lib/vxe-tooltip/style/style.min.css +1 -1
  148. package/package.json +2 -2
  149. package/packages/table/src/body.ts +1 -1
  150. package/packages/table/src/table.ts +1 -1
  151. package/styles/button.scss +27 -27
  152. package/styles/checkbox.scss +11 -11
  153. package/styles/cssvar.scss +257 -0
  154. package/styles/export.scss +12 -12
  155. package/styles/filter.scss +13 -13
  156. package/styles/form.scss +31 -31
  157. package/styles/grid.scss +8 -8
  158. package/styles/input.scss +75 -75
  159. package/styles/list.scss +1 -1
  160. package/styles/loading.scss +3 -3
  161. package/styles/menu.scss +7 -7
  162. package/styles/modal.scss +20 -20
  163. package/styles/modules.scss +1 -0
  164. package/styles/old-icon.scss +9 -9
  165. package/styles/pager.scss +31 -31
  166. package/styles/pulldown.scss +7 -7
  167. package/styles/radio.scss +20 -20
  168. package/styles/select.scss +23 -23
  169. package/styles/switch.scss +11 -11
  170. package/styles/table.scss +122 -122
  171. package/styles/textarea.scss +22 -22
  172. package/styles/toolbar.scss +20 -20
  173. package/styles/tooltip.scss +17 -17
  174. package/types/button.d.ts +23 -2
  175. package/types/checkbox-group.d.ts +11 -2
  176. package/types/checkbox.d.ts +11 -2
  177. package/types/colgroup.d.ts +19 -3
  178. package/types/column.d.ts +144 -63
  179. package/types/component.d.ts +7 -2
  180. package/types/form-gather.d.ts +10 -1
  181. package/types/form-item.d.ts +16 -1
  182. package/types/form.d.ts +10 -1
  183. package/types/grid.d.ts +72 -2
  184. package/types/index.d.ts +1 -1
  185. package/types/input.d.ts +11 -2
  186. package/types/list.d.ts +11 -2
  187. package/types/modal.d.ts +40 -2
  188. package/types/optgroup.d.ts +10 -1
  189. package/types/option.d.ts +10 -1
  190. package/types/pager.d.ts +17 -2
  191. package/types/pulldown.d.ts +26 -9
  192. package/types/radio-button.d.ts +11 -2
  193. package/types/radio-group.d.ts +11 -2
  194. package/types/radio.d.ts +11 -2
  195. package/types/select.d.ts +11 -2
  196. package/types/switch.d.ts +11 -2
  197. package/types/table.d.ts +24 -3
  198. package/types/textarea.d.ts +11 -2
  199. package/types/toolbar.d.ts +17 -2
  200. package/types/tooltip.d.ts +11 -2
  201. package/types/v-x-e-table/menus.d.ts +4 -2
  202. package/types/v-x-e-table/renderer.d.ts +19 -19
  203. /package/es/icon/style/{iconfont.1684975347571.ttf → iconfont.1685463362588.ttf} +0 -0
  204. /package/es/icon/style/{iconfont.1684975347571.woff → iconfont.1685463362588.woff} +0 -0
  205. /package/es/icon/style/{iconfont.1684975347571.woff2 → iconfont.1685463362588.woff2} +0 -0
  206. /package/es/{iconfont.1684975347571.ttf → iconfont.1685463362588.ttf} +0 -0
  207. /package/es/{iconfont.1684975347571.woff → iconfont.1685463362588.woff} +0 -0
  208. /package/es/{iconfont.1684975347571.woff2 → iconfont.1685463362588.woff2} +0 -0
  209. /package/lib/icon/style/{iconfont.1684975347571.ttf → iconfont.1685463362588.ttf} +0 -0
  210. /package/lib/icon/style/{iconfont.1684975347571.woff → iconfont.1685463362588.woff} +0 -0
  211. /package/lib/icon/style/{iconfont.1684975347571.woff2 → iconfont.1685463362588.woff2} +0 -0
  212. /package/lib/{iconfont.1684975347571.ttf → iconfont.1685463362588.ttf} +0 -0
  213. /package/lib/{iconfont.1684975347571.woff → iconfont.1685463362588.woff} +0 -0
  214. /package/lib/{iconfont.1684975347571.woff2 → iconfont.1685463362588.woff2} +0 -0
@@ -31,10 +31,10 @@
31
31
 
32
32
  .vxe-form {
33
33
  position: relative;
34
- font-size: 14px;
35
- color: #606266;
36
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
37
- background-color: #fff;
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: #f56c6c;
111
- background-color: inherit;
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: #f56c6c;
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: #f56c6c;
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: #f56c6c;
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 #dcdfe6;
199
- border-radius: 4px;
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: 34px;
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: #606266;
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 #409eff;
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: #f3f3f3;
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: 32px;
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: #C0C4CC;
255
+ color: var(--vxe-input-placeholder-color);
256
256
  }
257
257
  .vxe-form--item .vxe-default-input::placeholder {
258
- color: #C0C4CC;
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: #C0C4CC;
271
+ color: var(--vxe-input-placeholder-color);
272
272
  }
273
273
  .vxe-form--item .vxe-default-textarea::placeholder {
274
- color: #C0C4CC;
274
+ color: var(--vxe-input-placeholder-color);
275
275
  }
276
276
 
277
277
  .vxe-form .vxe-form--item-inner {
278
- min-height: 36px;
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: 14px;
290
+ font-size: var(--vxe-font-size-medium);
291
291
  }
292
292
  .vxe-form.size--medium .vxe-form--item-inner {
293
- min-height: 34px;
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: 30px;
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: 32px;
302
+ height: var(--vxe-button-height-medium);
303
303
  }
304
304
  .vxe-form.size--small {
305
- font-size: 13px;
305
+ font-size: var(--vxe-font-size-small);
306
306
  }
307
307
  .vxe-form.size--small .vxe-form--item-inner {
308
- min-height: 32px;
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: 28px;
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: 30px;
317
+ height: var(--vxe-button-height-small);
318
318
  }
319
319
  .vxe-form.size--mini {
320
- font-size: 12px;
320
+ font-size: var(--vxe-font-size-mini);
321
321
  }
322
322
  .vxe-form.size--mini .vxe-form--item-inner {
323
- min-height: 30px;
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: 26px;
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: 28px;
332
+ height: var(--vxe-button-height-mini);
333
333
  }
@@ -37,7 +37,7 @@
37
37
  -webkit-user-select: none;
38
38
  -moz-user-select: none;
39
39
  user-select: none;
40
- background-color: rgba(255, 255, 255, 0.5);
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: #fff;
52
+ background-color: var(--vxe-grid-maximize-background-color);
53
53
  }
54
54
  .vxe-grid .vxe-body--row.row--pending {
55
- color: #f56c6c;
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 #f56c6c;
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: 14px;
79
+ font-size: var(--vxe-font-size);
80
80
  }
81
81
  .vxe-grid.size--medium {
82
- font-size: 14px;
82
+ font-size: var(--vxe-font-size-medium);
83
83
  }
84
84
  .vxe-grid.size--small {
85
- font-size: 13px;
85
+ font-size: var(--vxe-font-size-small);
86
86
  }
87
87
  .vxe-grid.size--mini {
88
- font-size: 12px;
88
+ font-size: var(--vxe-font-size-mini);
89
89
  }
@@ -29,7 +29,7 @@
29
29
  vertical-align: middle;
30
30
  position: relative;
31
31
  direction: ltr;
32
- font-family: Verdana, Arial, Tahoma;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
541
+ background-color: var(--vxe-icon-background-color);
542
542
  }
543
543
 
544
544
  .vxe-icon--search:before {