vxe-table 4.7.36 → 4.7.38

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 (94) hide show
  1. package/README.en.md +35 -12
  2. package/README.md +34 -11
  3. package/README.zh-TW.md +35 -12
  4. package/es/components.js +6 -0
  5. package/es/iconfont.1719496140745.ttf +0 -0
  6. package/es/iconfont.1719496140745.woff +0 -0
  7. package/es/iconfont.1719496140745.woff2 +0 -0
  8. package/es/locale/lang/en-US.js +5 -2
  9. package/es/locale/lang/es-ES.js +5 -2
  10. package/es/locale/lang/ja-JP.js +5 -2
  11. package/es/locale/lang/pt-BR.js +5 -2
  12. package/es/locale/lang/zh-CN.js +5 -2
  13. package/es/locale/lang/zh-TC.js +5 -2
  14. package/es/style.css +1 -1
  15. package/es/style.min.css +1 -1
  16. package/es/table/module/export/export-panel.js +1 -6
  17. package/es/table/module/export/hook.js +36 -18
  18. package/es/table/module/export/import-panel.js +7 -14
  19. package/es/table/render/index.js +3 -0
  20. package/es/table/style.css +168 -1
  21. package/es/table/style.min.css +1 -1
  22. package/es/ui/index.js +3 -3
  23. package/es/ui/src/log.js +1 -1
  24. package/es/vxe-table/style.css +168 -1
  25. package/es/vxe-table/style.min.css +1 -1
  26. package/lib/components.js +7 -0
  27. package/lib/components.min.js +1 -1
  28. package/lib/iconfont.1719496140745.ttf +0 -0
  29. package/lib/iconfont.1719496140745.woff +0 -0
  30. package/lib/iconfont.1719496140745.woff2 +0 -0
  31. package/lib/index.umd.js +675 -40
  32. package/lib/index.umd.min.js +1 -1
  33. package/lib/locale/lang/en-US.js +5 -2
  34. package/lib/locale/lang/en-US.min.js +1 -1
  35. package/lib/locale/lang/en-US.umd.js +5 -2
  36. package/lib/locale/lang/es-ES.js +5 -2
  37. package/lib/locale/lang/es-ES.min.js +1 -1
  38. package/lib/locale/lang/es-ES.umd.js +5 -2
  39. package/lib/locale/lang/ja-JP.js +5 -2
  40. package/lib/locale/lang/ja-JP.min.js +1 -1
  41. package/lib/locale/lang/ja-JP.umd.js +5 -2
  42. package/lib/locale/lang/pt-BR.js +5 -2
  43. package/lib/locale/lang/pt-BR.min.js +1 -1
  44. package/lib/locale/lang/pt-BR.umd.js +5 -2
  45. package/lib/locale/lang/zh-CN.js +5 -2
  46. package/lib/locale/lang/zh-CN.min.js +1 -1
  47. package/lib/locale/lang/zh-CN.umd.js +5 -2
  48. package/lib/locale/lang/zh-HK.min.js +1 -1
  49. package/lib/locale/lang/zh-HK.umd.js +5 -2
  50. package/lib/locale/lang/zh-MO.min.js +1 -1
  51. package/lib/locale/lang/zh-MO.umd.js +5 -2
  52. package/lib/locale/lang/zh-TC.js +5 -2
  53. package/lib/locale/lang/zh-TC.min.js +1 -1
  54. package/lib/locale/lang/zh-TC.umd.js +5 -2
  55. package/lib/locale/lang/zh-TW.min.js +1 -1
  56. package/lib/locale/lang/zh-TW.umd.js +5 -2
  57. package/lib/style.css +1 -1
  58. package/lib/style.min.css +1 -1
  59. package/lib/table/module/export/export-panel.js +1 -6
  60. package/lib/table/module/export/export-panel.min.js +1 -1
  61. package/lib/table/module/export/hook.js +35 -18
  62. package/lib/table/module/export/hook.min.js +1 -1
  63. package/lib/table/module/export/import-panel.js +5 -12
  64. package/lib/table/module/export/import-panel.min.js +1 -1
  65. package/lib/table/render/index.js +3 -0
  66. package/lib/table/render/index.min.js +1 -1
  67. package/lib/table/style/style.css +168 -1
  68. package/lib/table/style/style.min.css +1 -1
  69. package/lib/ui/index.js +3 -3
  70. package/lib/ui/index.min.js +1 -1
  71. package/lib/ui/src/log.js +1 -1
  72. package/lib/ui/src/log.min.js +1 -1
  73. package/lib/vxe-table/style/style.css +168 -1
  74. package/lib/vxe-table/style/style.min.css +1 -1
  75. package/package.json +2 -2
  76. package/packages/components.ts +8 -0
  77. package/packages/locale/lang/en-US.ts +5 -2
  78. package/packages/locale/lang/es-ES.ts +5 -2
  79. package/packages/locale/lang/ja-JP.ts +5 -2
  80. package/packages/locale/lang/pt-BR.ts +5 -2
  81. package/packages/locale/lang/zh-CN.ts +5 -2
  82. package/packages/locale/lang/zh-TC.ts +5 -2
  83. package/packages/table/module/export/export-panel.ts +1 -6
  84. package/packages/table/module/export/hook.ts +35 -19
  85. package/packages/table/module/export/import-panel.ts +8 -15
  86. package/packages/table/render/index.ts +3 -0
  87. package/packages/ui/index.ts +1 -1
  88. package/styles/components/icon.scss +185 -0
  89. package/styles/components/old-icon.scss +717 -0
  90. package/styles/components/table-module/export.scss +2 -1
  91. package/styles/components/table.scss +1 -0
  92. package/styles/icon/iconfont.ttf +0 -0
  93. package/styles/icon/iconfont.woff +0 -0
  94. package/styles/icon/iconfont.woff2 +0 -0
@@ -0,0 +1,717 @@
1
+ @import '../helpers/mixin.scss';
2
+
3
+ [class*="vxe-icon--"] {
4
+ display: inline-block;
5
+ vertical-align: middle;
6
+ position: relative;
7
+ direction: ltr;
8
+ font-family: Verdana,Arial,Tahoma;
9
+ font-weight: normal;
10
+ user-select: none;
11
+ &.rotate45 {
12
+ transform: rotate(45deg);
13
+ }
14
+ &.rotate90 {
15
+ transform: rotate(90deg);
16
+ }
17
+ &.rotate180 {
18
+ transform: rotate(180deg);
19
+ }
20
+ }
21
+
22
+ %DefaultWidthHeight {
23
+ width: 1em;
24
+ height: 1em;
25
+ line-height: 1em;
26
+ }
27
+
28
+ %PseudoClass {
29
+ content: "";
30
+ position: absolute;
31
+ }
32
+
33
+ .vxe-icon--square {
34
+ @extend %DefaultWidthHeight;
35
+ &:before {
36
+ @extend %PseudoClass;
37
+ left: 0.05em;
38
+ top: 0.05em;
39
+ width: 0.9em;
40
+ height: 0.9em;
41
+ border-width: 0.1em;
42
+ border-style: solid;
43
+ border-color: inherit;
44
+ }
45
+ }
46
+
47
+ .vxe-icon--zoomin {
48
+ @extend %DefaultWidthHeight;
49
+ border-width: 0.1em;
50
+ border-style: solid;
51
+ border-color: inherit;
52
+ background-color: var(--vxe-ui-layout-background-color);
53
+ &:before,
54
+ &:after {
55
+ @extend %PseudoClass;
56
+ background-color: inherit;
57
+ }
58
+ &:before {
59
+ left: -0.1em;
60
+ top: 0.2em;
61
+ width: 1.1em;
62
+ height: 0.4em;
63
+ }
64
+ &:after {
65
+ top: -0.1em;
66
+ left: 0.2em;
67
+ width: 0.4em;
68
+ height: 1.1em;
69
+ }
70
+ }
71
+
72
+ .vxe-icon--zoomout {
73
+ @extend %DefaultWidthHeight;
74
+ position: relative;
75
+ &:before {
76
+ @extend %PseudoClass;
77
+ right: 0;
78
+ top: 0;
79
+ width: 0.7em;
80
+ height: 0.7em;
81
+ border-width: 0.1em;
82
+ border-style: solid;
83
+ border-color: inherit;
84
+ }
85
+ &:after {
86
+ @extend %PseudoClass;
87
+ left: 0.1em;
88
+ bottom: 0.1em;
89
+ width: 0.7em;
90
+ height: 0.7em;
91
+ border-width: 0.1em;
92
+ border-style: solid;
93
+ border-color: inherit;
94
+ background-color: var(--vxe-ui-layout-background-color);
95
+ }
96
+ }
97
+
98
+ .vxe-icon--menu {
99
+ $yOffset: 0.36em;
100
+ @extend %DefaultWidthHeight;
101
+ &:before {
102
+ content: "";
103
+ display: inline-block;
104
+ width: 0.22em;
105
+ height: 0.22em;
106
+ box-shadow: 0 -#{$yOffset} 0, -#{$yOffset} -#{$yOffset} 0, #{$yOffset} -#{$yOffset} 0, 0 0 0 1em inset, -#{$yOffset} 0 0, #{$yOffset} 0 0, 0 #{$yOffset} 0, -#{$yOffset} #{$yOffset} 0, #{$yOffset} #{$yOffset} 0;
107
+ margin: 0.26em;
108
+ }
109
+ }
110
+
111
+ %Caret {
112
+ @extend %DefaultWidthHeight;
113
+ &:before {
114
+ @extend %PseudoClass;
115
+ border-width: 0.4em;
116
+ border-style: solid;
117
+ border-color: transparent;
118
+ }
119
+ }
120
+
121
+ .vxe-icon--caret-top {
122
+ @extend %Caret;
123
+ &:before {
124
+ left: 0.1em;
125
+ bottom: 0.3em;
126
+ border-bottom-color: inherit;
127
+ }
128
+ }
129
+
130
+ .vxe-icon--caret-bottom {
131
+ @extend %Caret;
132
+ &:before {
133
+ left: 0.1em;
134
+ top: 0.3em;
135
+ border-top-color: inherit;
136
+ }
137
+ }
138
+
139
+ .vxe-icon--caret-left {
140
+ @extend %Caret;
141
+ &:before {
142
+ right: 0.3em;
143
+ bottom: 0.1em;
144
+ border-right-color: inherit;
145
+ }
146
+ }
147
+
148
+ .vxe-icon--caret-right {
149
+ @extend %Caret;
150
+ &:before {
151
+ left: 0.3em;
152
+ bottom: 0.1em;
153
+ border-left-color: inherit;
154
+ }
155
+ }
156
+
157
+ %BeforeArrowTop {
158
+ &:before {
159
+ @extend %PseudoClass;
160
+ top: 0.32em;
161
+ left: 0.12em;
162
+ width: 0.6em;
163
+ height: 0.6em;
164
+ border-width: 0.1em;
165
+ border-style: solid;
166
+ border-top-color: inherit;
167
+ border-right-color: inherit;
168
+ border-bottom-color: transparent;
169
+ border-left-color: transparent;
170
+ }
171
+ }
172
+
173
+ .vxe-icon--arrow-top {
174
+ @extend %DefaultWidthHeight;
175
+ &:before {
176
+ @extend %PseudoClass;
177
+ top: 0.4em;
178
+ left: 0.14em;
179
+ width: 0.7em;
180
+ height: 0.7em;
181
+ border-width: 0.15em;
182
+ border-style: solid;
183
+ border-top-color: inherit;
184
+ border-right-color: inherit;
185
+ border-bottom-color: transparent;
186
+ border-left-color: transparent;
187
+ border-radius: 0.15em;
188
+ transform: rotate(-45deg);
189
+ }
190
+ }
191
+
192
+ .vxe-icon--arrow-bottom {
193
+ @extend .vxe-icon--arrow-top;
194
+ &:before {
195
+ top: 0;
196
+ left: 0.14em;
197
+ transform: rotate(135deg);
198
+ }
199
+ }
200
+
201
+ .vxe-icon--arrow-left {
202
+ @extend .vxe-icon--arrow-top;
203
+ &:before {
204
+ top: 0.18em;
205
+ left: 0.35em;
206
+ transform: rotate(-135deg);
207
+ }
208
+ }
209
+
210
+ .vxe-icon--arrow-right {
211
+ @extend .vxe-icon--arrow-top;
212
+ &:before {
213
+ top: 0.18em;
214
+ left: 0;
215
+ transform: rotate(45deg);
216
+ }
217
+ }
218
+
219
+ .vxe-icon--d-arrow-left {
220
+ @extend %DefaultWidthHeight;
221
+ &:before {
222
+ left: 0.15em;
223
+ }
224
+ &:after {
225
+ left: 0.58em;
226
+ }
227
+ &:before,
228
+ &:after {
229
+ @extend %PseudoClass;
230
+ top: 0.18em;
231
+ width: 0.7em;
232
+ height: 0.7em;
233
+ border-width: 0.15em;
234
+ border-style: solid;
235
+ border-top-color: inherit;
236
+ border-right-color: transparent;
237
+ border-bottom-color: transparent;
238
+ border-left-color: inherit;
239
+ border-radius: 0.15em;
240
+ transform: rotate(-45deg);
241
+ }
242
+ }
243
+
244
+ .vxe-icon--d-arrow-right {
245
+ @extend .vxe-icon--d-arrow-left;
246
+ &:before,
247
+ &:after {
248
+ transform: rotate(135deg);
249
+ }
250
+ &:before {
251
+ left: -0.25em;
252
+ }
253
+ &:after {
254
+ left: 0.18em;
255
+ }
256
+ }
257
+
258
+ .vxe-icon--funnel {
259
+ @extend %DefaultWidthHeight;
260
+ &:before {
261
+ @extend %PseudoClass;
262
+ top: 0.05em;
263
+ left: 0;
264
+ border-width: 0.5em;
265
+ border-style: solid;
266
+ border-top-color: inherit;
267
+ border-right-color: transparent;
268
+ border-bottom-color: transparent;
269
+ border-left-color: transparent;
270
+ }
271
+ &:after {
272
+ @extend %PseudoClass;
273
+ left: 0.41em;
274
+ top: 0.4em;
275
+ width: 0;
276
+ height: 0.5em;
277
+ border-width: 0 0.2em 0 0;
278
+ border-style: solid;
279
+ border-right-color: inherit;
280
+ }
281
+ }
282
+
283
+ .vxe-icon--edit-outline {
284
+ @extend %DefaultWidthHeight;
285
+ &:before {
286
+ @extend %PseudoClass;
287
+ height: 0.84em;
288
+ width: 0.86em;
289
+ top: 0.1em;
290
+ left: 0.02em;
291
+ border-radius: 0.2em;
292
+ border-width: 0.1em;
293
+ border-style: solid;
294
+ border-color: inherit;
295
+ }
296
+ &:after {
297
+ @extend %PseudoClass;
298
+ left: 0.6em;
299
+ bottom: 0.2em;
300
+ width: 0;
301
+ height: 0.8em;
302
+ border-radius: 0 0 80% 80%;
303
+ border-width: 0 0 0 0.22em;
304
+ border-style: solid;
305
+ border-color: inherit;
306
+ transform: rotate(45deg);
307
+ }
308
+ }
309
+
310
+ .vxe-icon--more {
311
+ @extend %DefaultWidthHeight;
312
+ &:before {
313
+ @extend %PseudoClass;
314
+ content: "...";
315
+ top: 0;
316
+ left: 0.1em;
317
+ line-height: 0.5em;
318
+ font-weight: 700;
319
+ }
320
+ }
321
+
322
+ .vxe-icon--plus {
323
+ @extend %DefaultWidthHeight;
324
+ &:before {
325
+ @extend %PseudoClass;
326
+ content: "+";
327
+ left: -0.12em;
328
+ bottom: -0.1em;
329
+ line-height: 1em;
330
+ font-size: 1.6em;
331
+ }
332
+ }
333
+
334
+ .vxe-icon--check {
335
+ @extend %DefaultWidthHeight;
336
+ &:before {
337
+ @extend %PseudoClass;
338
+ left: 0.25em;
339
+ bottom: 0.2em;
340
+ width: 0.5em;
341
+ height: 0.9em;
342
+ border-width: 0.15em;
343
+ border-style: solid;
344
+ border-top-color: transparent;
345
+ border-right-color: inherit;
346
+ border-bottom-color: inherit;
347
+ border-radius: 0.15em;
348
+ border-left-color: transparent;
349
+ transform: rotate(45deg);
350
+ }
351
+ }
352
+
353
+ .vxe-icon--close {
354
+ @extend %DefaultWidthHeight;
355
+ &:before {
356
+ @extend %PseudoClass;
357
+ content: "+";
358
+ left: -0.1em;
359
+ bottom: -0.16em;
360
+ line-height: 1em;
361
+ font-size: 1.8em;
362
+ transform: rotate(45deg);
363
+ }
364
+ }
365
+
366
+ .vxe-icon--minus {
367
+ @extend %DefaultWidthHeight;
368
+ &:before {
369
+ @extend %PseudoClass;
370
+ content: "\2500";
371
+ left: 0;
372
+ bottom: 0;
373
+ width: 100%;
374
+ text-align: center;
375
+ line-height: 0.9em;
376
+ font-size: 1.2em;
377
+ }
378
+ }
379
+
380
+ .vxe-icon--refresh {
381
+ @extend %DefaultWidthHeight;
382
+ border-width: 0.1em;
383
+ border-style: solid;
384
+ border-radius: 50%;
385
+ border-right-color: transparent !important;
386
+ border-left-color: transparent !important;
387
+ &:before {
388
+ left: 50%;
389
+ top: 0;
390
+ transform: translateX(50%) rotate(-45deg);
391
+ }
392
+ &:after {
393
+ right: 50%;
394
+ bottom: 0;
395
+ transform: translateX(-50%) rotate(135deg);
396
+ }
397
+ &:before,
398
+ &:after {
399
+ @extend %PseudoClass;
400
+ width: 0;
401
+ height: 0;
402
+ border-width: 0.25em;
403
+ border-style: solid;
404
+ border-right-color: transparent;
405
+ border-bottom-color: transparent;
406
+ border-left-color: transparent;
407
+ }
408
+ &.roll {
409
+ animation: rollCircle 1s infinite linear;
410
+ }
411
+ }
412
+
413
+ @keyframes rollCircle {
414
+ 0% {
415
+ transform: rotate(0deg);
416
+ }
417
+ 100% {
418
+ transform: rotate(360deg);
419
+ }
420
+ }
421
+
422
+ %BeforeSolidRadius {
423
+ content: "";
424
+ border-radius: 50%;
425
+ border-width: 0.5em;
426
+ border-style: solid;
427
+ border-color: inherit;
428
+ position: absolute;
429
+ top: 0;
430
+ left: 0;
431
+ transform: scale(0.95);
432
+ }
433
+
434
+ %QuestionAndInfoWarning {
435
+ &:after {
436
+ @extend %PseudoClass;
437
+ left: 0;
438
+ bottom: 0;
439
+ width: 100%;
440
+ text-align: center;
441
+ color: var(--vxe-ui-layout-background-color);
442
+ transform: rotate(-10deg) scale(0.75);
443
+ }
444
+ }
445
+
446
+ .vxe-icon--question {
447
+ @extend %DefaultWidthHeight, %QuestionAndInfoWarning;
448
+ &:before {
449
+ @extend %BeforeSolidRadius;
450
+ }
451
+ &:after {
452
+ content: "\3F";
453
+ }
454
+ }
455
+
456
+ .vxe-icon--info {
457
+ @extend %DefaultWidthHeight, %QuestionAndInfoWarning;
458
+ &:before {
459
+ @extend %BeforeSolidRadius;
460
+ }
461
+ &:after {
462
+ content: "\A1";
463
+ }
464
+ }
465
+
466
+ .vxe-icon--warning {
467
+ @extend %DefaultWidthHeight, %QuestionAndInfoWarning;
468
+ &:before {
469
+ @extend %BeforeSolidRadius;
470
+ }
471
+ &:after {
472
+ content: "\21";
473
+ }
474
+ }
475
+
476
+ .vxe-icon--success {
477
+ @extend %DefaultWidthHeight;
478
+ &:before {
479
+ @extend %BeforeSolidRadius;
480
+ }
481
+ &:after {
482
+ @extend %PseudoClass;
483
+ content: "\2713";
484
+ left: 0.25em;
485
+ bottom: 0;
486
+ color: var(--vxe-ui-layout-background-color);
487
+ font-size: 0.65em;
488
+ }
489
+ }
490
+
491
+ .vxe-icon--circle-plus {
492
+ @extend %DefaultWidthHeight;
493
+ &:before {
494
+ @extend %BeforeSolidRadius;
495
+ }
496
+ &:after {
497
+ @extend %PseudoClass;
498
+ content: "+";
499
+ left: 0;
500
+ bottom: 0;
501
+ width: 100%;
502
+ text-align: center;
503
+ color: var(--vxe-ui-layout-background-color);
504
+ line-height: 1.4em;
505
+ font-size: 0.8em;
506
+ }
507
+ }
508
+
509
+ .vxe-icon--remove {
510
+ @extend %DefaultWidthHeight;
511
+ &:before {
512
+ @extend %BeforeSolidRadius;
513
+ }
514
+ &:after {
515
+ @extend %PseudoClass;
516
+ content: "\2500";
517
+ left: 0;
518
+ bottom: 0;
519
+ width: 100%;
520
+ text-align: center;
521
+ line-height: 1.5em;
522
+ color: var(--vxe-ui-layout-background-color);
523
+ font-size: 0.7em;
524
+ }
525
+ }
526
+
527
+ .vxe-icon--error {
528
+ @extend %DefaultWidthHeight;
529
+ &:before {
530
+ @extend %BeforeSolidRadius;
531
+ }
532
+ &:after {
533
+ @extend %PseudoClass;
534
+ content: "\D7";
535
+ left: 0;
536
+ bottom: 0;
537
+ width: 100%;
538
+ line-height: 1.4em;
539
+ text-align: center;
540
+ color: var(--vxe-ui-layout-background-color);
541
+ font-size: 0.8em;
542
+ }
543
+ }
544
+
545
+ .vxe-icon--upload,
546
+ .vxe-icon--download {
547
+ @extend %DefaultWidthHeight;
548
+ overflow: hidden;
549
+ &:before {
550
+ @extend %PseudoClass;
551
+ left: 0;
552
+ width: 1em;
553
+ border-width: 0;
554
+ border-style: solid;
555
+ border-color: inherit;
556
+ }
557
+ &:after {
558
+ @extend %PseudoClass;
559
+ width: 100%;
560
+ text-align: center;
561
+ font-size: 2em;
562
+ }
563
+ }
564
+
565
+ .vxe-icon--upload {
566
+ &:before {
567
+ top: 0.1em;
568
+ border-top-width: 0.1em;
569
+ }
570
+ &:after {
571
+ content: "\2191";
572
+ left: 0;
573
+ top: 0.15em;
574
+ }
575
+ }
576
+
577
+ .vxe-icon--download {
578
+ &:before {
579
+ bottom: 0.05em;
580
+ border-bottom-width: 0.1em;
581
+ }
582
+ &:after {
583
+ content: "\2191";
584
+ left: 0;
585
+ bottom: 0.15em;
586
+ transform: rotate(180deg);
587
+ }
588
+ }
589
+
590
+ .vxe-icon--eye,
591
+ .vxe-icon--eye-slash {
592
+ @extend %DefaultWidthHeight;
593
+ &:before {
594
+ @extend %PseudoClass;
595
+ content: "\25CF";
596
+ top: 0.16em;
597
+ left: 0;
598
+ width: 1em;
599
+ height: 0.68em;
600
+ line-height: 0.25em;
601
+ border-radius: 50%;
602
+ border-width: 0.1em;
603
+ border-style: solid;
604
+ border-color: inherit;
605
+ text-align: center;
606
+ }
607
+ }
608
+
609
+ .vxe-icon--eye-slash {
610
+ &:after {
611
+ @extend %PseudoClass;
612
+ top: -0.1em;
613
+ left: 0.45em;
614
+ width: 0;
615
+ height: 1.2em;
616
+ border-width: 0;
617
+ border-style: solid;
618
+ border-color: inherit;
619
+ border-left-width: 0.1em;
620
+ transform: rotate(45deg);
621
+ }
622
+ }
623
+
624
+ .vxe-icon--calendar {
625
+ @extend %DefaultWidthHeight;
626
+ &:before {
627
+ @extend %PseudoClass;
628
+ top: 0.15em;
629
+ left: 0;
630
+ width: 1em;
631
+ height: 0.8em;
632
+ border-width: 0.2em 0.1em 0.1em 0.1em;
633
+ border-radius: 0.1em 0.1em 0 0;
634
+ border-style: solid;
635
+ border-color: inherit;
636
+ }
637
+ &:after {
638
+ @extend %PseudoClass;
639
+ left: 0.2em;
640
+ top: 0;
641
+ width: 0.6em;
642
+ height: 0.3em;
643
+ border-width: 0 0.1em;
644
+ border-style: solid;
645
+ border-color: inherit;
646
+ }
647
+ }
648
+
649
+ .vxe-icon--dot {
650
+ @extend %DefaultWidthHeight;
651
+ &:before {
652
+ @extend %PseudoClass;
653
+ top: 0.25em;
654
+ left: 0.25em;
655
+ border-radius: 50%;
656
+ border-width: 0.25em;
657
+ border-style: solid;
658
+ border-color: inherit;
659
+ }
660
+ }
661
+
662
+ .vxe-icon--print {
663
+ @extend %DefaultWidthHeight;
664
+ box-shadow: inset 0 0 0 0.1em;
665
+ border-width: 0.2em 0;
666
+ border-style: solid;
667
+ border-color: transparent !important;
668
+ border-radius: 0.3em 0.3em 0 0;
669
+ &:before {
670
+ @extend %PseudoClass;
671
+ width: 0.6em;
672
+ height: 0.3em;
673
+ top: -0.2em;
674
+ left: 0.2em;
675
+ box-shadow: inset 0 0 0 0.1em;
676
+ }
677
+ &:after {
678
+ @extend %PseudoClass;
679
+ width: 0.6em;
680
+ height: 0.6em;
681
+ left: 0.2em;
682
+ bottom: -0.2em;
683
+ box-shadow: inset 0 0 0 0.1em;
684
+ background-color: var(--vxe-ui-layout-background-color);
685
+ }
686
+ }
687
+
688
+ .vxe-icon--search {
689
+ @extend %DefaultWidthHeight;
690
+ &:before {
691
+ @extend %PseudoClass;
692
+ top: 0;
693
+ left: 0;
694
+ width: 0.8em;
695
+ height: 0.8em;
696
+ border-width: 0.15em;
697
+ border-style: solid;
698
+ border-color: inherit;
699
+ border-radius: 50%;
700
+ }
701
+ &:after {
702
+ @extend %PseudoClass;
703
+ top: 0.75em;
704
+ left: 0.6em;
705
+ width: 0.35em;
706
+ height: 0;
707
+ border-width: 0.15em 0 0 0;
708
+ border-style: solid;
709
+ border-color: inherit;
710
+ transform: rotate(45deg);
711
+ }
712
+ }
713
+
714
+ // 已废弃
715
+ .vxe-icon-warnion-circle-fill:before {
716
+ content: "\e848";
717
+ }
@@ -97,6 +97,7 @@
97
97
  }
98
98
  }
99
99
  .vxe-import-select--file {
100
+ width: 80%;
100
101
  border: 1px dashed var(--vxe-ui-input-border-color);
101
102
  padding: 6px 34px;
102
103
  outline: 0;
@@ -116,7 +117,7 @@
116
117
  }
117
118
  .vxe-export--panel-btns {
118
119
  text-align: right;
119
- padding: 0.25em;
120
+ padding: 0.8em 0.25em 0.25em 0.25em;
120
121
  }
121
122
  }
122
123
 
@@ -1,4 +1,5 @@
1
1
  @import '../helpers/mixin.scss';
2
+ @import './icon.scss';
2
3
  @import './table-module/all.scss';
3
4
 
4
5
  %DefaultColumnHeight {
Binary file
Binary file