@aplus-frontend/ui 0.6.1 → 0.6.3

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 (77) hide show
  1. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +4 -0
  2. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +32 -35
  3. package/es/src/ap-grid/index.vue.mjs +140 -135
  4. package/es/src/ap-grid/utils/table.mjs +24 -21
  5. package/es/src/ap-table/utils.mjs +3 -3
  6. package/es/src/business/ap-card/ApCard.vue2.mjs +18 -18
  7. package/es/src/version.d.ts +1 -1
  8. package/es/src/version.mjs +1 -1
  9. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +4 -0
  10. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  11. package/lib/src/ap-grid/index.vue.js +1 -1
  12. package/lib/src/ap-grid/utils/table.js +1 -1
  13. package/lib/src/ap-table/utils.js +1 -1
  14. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  15. package/lib/src/version.d.ts +1 -1
  16. package/lib/src/version.js +1 -1
  17. package/package.json +3 -4
  18. package/theme/antd-global-overwrite/admin/index.css +1 -288
  19. package/theme/antd-global-overwrite/admin/index.less +1 -7
  20. package/theme/antd-global-overwrite/aplus/index.css +1 -284
  21. package/theme/antd-global-overwrite/aplus/index.less +1 -7
  22. package/theme/antdv-override.css +572 -0
  23. package/theme/antdv-override.less +659 -0
  24. package/theme/ap-grid/index.css +7 -0
  25. package/theme/ap-grid/index.less +7 -0
  26. package/theme/index.css +579 -0
  27. package/theme/index.less +2 -1
  28. package/es/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
  29. package/lib/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
  30. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  31. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  32. package/theme/antd-global-overwrite/admin/button.css +0 -27
  33. package/theme/antd-global-overwrite/admin/button.less +0 -31
  34. package/theme/antd-global-overwrite/admin/drawer.css +0 -3
  35. package/theme/antd-global-overwrite/admin/drawer.less +0 -5
  36. package/theme/antd-global-overwrite/admin/field.css +0 -42
  37. package/theme/antd-global-overwrite/admin/field.less +0 -43
  38. package/theme/antd-global-overwrite/admin/form.css +0 -57
  39. package/theme/antd-global-overwrite/admin/form.less +0 -97
  40. package/theme/antd-global-overwrite/admin/message.css +0 -10
  41. package/theme/antd-global-overwrite/admin/message.less +0 -13
  42. package/theme/antd-global-overwrite/admin/modal.css +0 -91
  43. package/theme/antd-global-overwrite/admin/modal.less +0 -125
  44. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  45. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  46. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  47. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  48. package/theme/antd-global-overwrite/admin/table.css +0 -78
  49. package/theme/antd-global-overwrite/admin/table.less +0 -62
  50. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  51. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  52. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  53. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  54. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  55. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  56. package/theme/antd-global-overwrite/aplus/drawer.css +0 -3
  57. package/theme/antd-global-overwrite/aplus/drawer.less +0 -5
  58. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  59. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  60. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  61. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  62. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  63. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  64. package/theme/antd-global-overwrite/aplus/modal.css +0 -84
  65. package/theme/antd-global-overwrite/aplus/modal.less +0 -117
  66. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  67. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  68. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  69. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  70. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  71. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  72. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  73. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  74. package/theme/ap-table/ap-table-pagination.css +0 -12
  75. package/theme/ap-table/ap-table-pagination.less +0 -14
  76. /package/theme/{ui-mode.css → css-var.css} +0 -0
  77. /package/theme/{ui-mode.less → css-var.less} +0 -0
@@ -0,0 +1,659 @@
1
+ @import './mixins/config.less';
2
+
3
+ @tw: ~'@{ns}-ap-table__table-wrapper';
4
+ @sb: ~'@{ns}-scroll-bar';
5
+
6
+ [data-aplus-ui-mode='aplus'] {
7
+ // Alert
8
+ .ant-alert {
9
+ .ant-alert-close-icon {
10
+ line-height: 18px;
11
+ }
12
+
13
+ .ant-alert-icon {
14
+ font-size: 16px;
15
+ margin-inline-end: @spacing;
16
+ }
17
+
18
+ .ant-alert-message {
19
+ color: #182948;
20
+ font-weight: normal !important;
21
+ font-size: @font-size-base;
22
+ line-height: @line-height-base;
23
+
24
+ .href {
25
+ color: #0070ff;
26
+ cursor: pointer;
27
+ }
28
+ }
29
+
30
+ &.ant-alert-with-description {
31
+ .ant-alert-message {
32
+ margin-bottom: @spacing-xs;
33
+ font-weight: bold !important;
34
+ }
35
+ }
36
+
37
+ .ant-alert-description {
38
+ color: #182948;
39
+ }
40
+
41
+ &.ant-alert-warning {
42
+ background: rgba(255, 169, 64, 0.1);
43
+ border: 1px solid rgba(255, 169, 64, 0.4);
44
+ }
45
+
46
+ &.ant-alert-info {
47
+ background: rgba(0, 112, 255, 0.1);
48
+ border: 1px solid rgba(0, 112, 255, 0.4);
49
+ }
50
+
51
+ &.ant-alert-success {
52
+ background: rgba(46, 209, 163, 0.1);
53
+ border: 1px solid rgba(46, 209, 163, 0.4);
54
+ }
55
+
56
+ &.ant-alert-error {
57
+ background: rgba(255, 77, 79, 0.1);
58
+ border: 1px solid rgba(255, 77, 79, 0.4);
59
+ }
60
+ }
61
+ // Button
62
+ .ant-btn {
63
+ box-shadow: none;
64
+
65
+ &.ant-btn-primary[disabled],
66
+ &.ant-btn-primary[disabled]:hover {
67
+ color: #ffffff;
68
+ background: #cce2ff;
69
+ border-color: #cce2ff;
70
+ }
71
+
72
+ &.ant-btn-dangerous.ant-btn-primary[disabled],
73
+ &.ant-btn-dangerous.ant-btn-primary[disabled]:hover {
74
+ color: #ffffff;
75
+ background: #ffdbdc;
76
+ border-color: #ffdbdc;
77
+ }
78
+
79
+ &.ant-btn-default[disabled],
80
+ &.ant-btn-default[disabled]:hover {
81
+ color: #abb7cc;
82
+ background: #f9f9fa;
83
+ border-color: #dee4ed;
84
+ }
85
+
86
+ &.ant-btn-link[disabled],
87
+ &.ant-btn-link[disabled]:hover,
88
+ &.ant-btn-text[disabled],
89
+ &.ant-btn-text[disabled]:hover {
90
+ color: #cce2ff;
91
+ }
92
+ }
93
+ // message
94
+ .ant-message {
95
+ div.ant-message-notice-content {
96
+ padding: 10px 16px;
97
+ font-size: 14px;
98
+ line-height: 22px;
99
+ box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
100
+ }
101
+
102
+ .ant-message-notice .anticon {
103
+ margin-bottom: 1px;
104
+ margin-inline-end: 9px;
105
+ }
106
+ }
107
+ // Modal
108
+ .ant-modal-root {
109
+ .ant-modal {
110
+ .ant-modal-close {
111
+ top: 14px;
112
+ inset-inline-end: 18px;
113
+ color: rgb(135, 150, 176);
114
+
115
+ &:hover {
116
+ background-color: transparent;
117
+ }
118
+ }
119
+
120
+ .ant-modal-close-x {
121
+ line-height: 0;
122
+ }
123
+
124
+ .ant-modal-content {
125
+ padding: 0;
126
+
127
+ .ant-modal-header {
128
+ margin-bottom: 0;
129
+ padding: 12px 20px;
130
+ border-bottom: 1px solid#E9EDF3;
131
+ }
132
+
133
+ .ant-modal-body {
134
+ padding: 16px 20px;
135
+
136
+ &:has([class*='ap-modal-body-wrapper']) {
137
+ padding: 16px 0 !important;
138
+
139
+ [class*='ap-modal-body-wrapper'] {
140
+ padding: 0 20px;
141
+ overflow: hidden auto;
142
+ }
143
+ }
144
+ }
145
+
146
+ .ant-modal-footer {
147
+ margin-top: 0;
148
+ padding: 0 20px 12px;
149
+
150
+ button {
151
+ min-width: 72px;
152
+ }
153
+
154
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
155
+ margin-inline-start: 8px;
156
+ }
157
+ }
158
+ }
159
+ }
160
+
161
+ .ant-modal-confirm {
162
+ .ant-modal-content {
163
+ .ant-modal-body {
164
+ padding: 20px 24px;
165
+
166
+ .ant-modal-confirm-body {
167
+ // left icon
168
+ & > .anticon {
169
+ margin-inline-end: 10px;
170
+ font-size: 22px;
171
+ }
172
+
173
+ .ant-modal-confirm-title {
174
+ color: #182948;
175
+ font-weight: normal;
176
+ }
177
+
178
+ .ant-modal-confirm-content {
179
+ max-width: calc(100% - 40px);
180
+ color: #8896b0;
181
+ font-weight: normal;
182
+ line-height: 1.5;
183
+ margin-block-start: 4px;
184
+ margin-inline-start: 34px;
185
+
186
+ & > * {
187
+ color: #8896b0;
188
+ }
189
+ }
190
+ }
191
+
192
+ .ant-modal-confirm-btns {
193
+ margin-top: 0;
194
+ padding-top: 16px;
195
+
196
+ button {
197
+ min-width: 72px;
198
+ }
199
+
200
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
201
+ margin-inline-start: 8px;
202
+ }
203
+ }
204
+ }
205
+ }
206
+ }
207
+ }
208
+
209
+ .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
210
+ color: #06c687;
211
+ }
212
+
213
+ .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
214
+ color: #0070ff;
215
+ }
216
+
217
+ .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
218
+ .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
219
+ color: #ffa940;
220
+ }
221
+
222
+ .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
223
+ color: #ff4d4f;
224
+ }
225
+ // Table
226
+ [class*='-ap-table'].ap-table--sticky {
227
+ .@{tw},
228
+ .ant-table-wrapper {
229
+ &:has(ul.ant-pagination) {
230
+ padding-bottom: 0;
231
+ }
232
+
233
+ & .ant-spin-container,
234
+ &,
235
+ .ant-spin-container {
236
+ overflow: visible;
237
+
238
+ .ant-table {
239
+ overflow: visible;
240
+
241
+ .ant-table-container {
242
+ overflow: visible;
243
+
244
+ .ant-table-header {
245
+ position: sticky;
246
+ top: 0;
247
+ z-index: 90;
248
+ border-top: 4px solid #ffffff;
249
+ }
250
+ }
251
+ }
252
+ .@{sb} {
253
+ position: sticky;
254
+ bottom: -1px;
255
+ z-index: 90;
256
+ }
257
+
258
+ &:has(ul.ant-pagination) {
259
+ .@{sb} {
260
+ bottom: 44px;
261
+ }
262
+ }
263
+
264
+ ul.ant-pagination {
265
+ position: sticky;
266
+ bottom: 0;
267
+ z-index: 90;
268
+ margin: 0;
269
+ padding: 8px 0;
270
+ background-color: #ffffff;
271
+ }
272
+
273
+ &:has(.@{sb}) {
274
+ ul.ant-pagination {
275
+ padding-top: 4px;
276
+ }
277
+ }
278
+ }
279
+ }
280
+ }
281
+ // Field
282
+ .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
283
+ border-color: #d3d7de;
284
+ }
285
+
286
+ .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
287
+ border-color: #d3d7de;
288
+ }
289
+
290
+ .ant-input::placeholder {
291
+ color: #abb7cc;
292
+ }
293
+
294
+ .ant-select .ant-select-selection-placeholder {
295
+ color: #abb7cc;
296
+ }
297
+
298
+ .ant-picker .ant-picker-input > input::placeholder {
299
+ color: #abb7cc;
300
+ }
301
+
302
+ .ant-input-number .ant-input-number-input-wrap > input::placeholder {
303
+ color: #abb7cc;
304
+ }
305
+
306
+ input[disabled].ant-input {
307
+ color: var(--ap-text-color-1);
308
+ }
309
+
310
+ textarea[disabled].ant-input {
311
+ color: var(--ap-text-color-1);
312
+ }
313
+
314
+ .ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
315
+ color: var(--ap-text-color-1);
316
+ }
317
+
318
+ .ant-select-disabled .ant-select-selection-item {
319
+ color: var(--ap-text-color-1) !important;
320
+ }
321
+
322
+ .ant-input-clear-icon {
323
+ line-height: 18px;
324
+ }
325
+ // Tooltip
326
+ .ant-tooltip div[role='tooltip'] {
327
+ padding-block: 6px;
328
+ }
329
+ }
330
+
331
+ [data-aplus-ui-mode='admin'] {
332
+ // Alert
333
+ .ant-alert {
334
+ .ant-alert-close-icon {
335
+ line-height: 18px;
336
+ }
337
+
338
+ .ant-alert-icon {
339
+ font-size: 16px;
340
+ margin-inline-end: @spacing;
341
+ }
342
+
343
+ .ant-alert-message {
344
+ color: #333333;
345
+ font-weight: normal !important;
346
+ font-size: @font-size-base;
347
+ line-height: @line-height-base;
348
+
349
+ .href {
350
+ color: #1890ff;
351
+ cursor: pointer;
352
+ }
353
+ }
354
+
355
+ &.ant-alert-with-description {
356
+ .ant-alert-message {
357
+ margin-bottom: @spacing-xs;
358
+ font-weight: bold !important;
359
+ }
360
+ }
361
+
362
+ &.ant-alert-warning {
363
+ background: rgba(250, 173, 20, 0.1);
364
+ border: 1px solid rgba(250, 173, 20, 0.4);
365
+ }
366
+
367
+ &.ant-alert-info {
368
+ background: rgba(24, 144, 255, 0.1);
369
+ border: 1px solid rgba(24, 144, 255, 0.4);
370
+ }
371
+
372
+ &.ant-alert-success {
373
+ background: rgba(52, 183, 124, 0.1);
374
+ border: 1px solid rgba(52, 183, 124, 0.4);
375
+ }
376
+
377
+ &.ant-alert-error {
378
+ background: rgba(255, 77, 79, 0.1);
379
+ border: 1px solid rgba(255, 77, 79, 0.4);
380
+ }
381
+ }
382
+ // Button
383
+ .ant-btn {
384
+ box-shadow: none;
385
+
386
+ &.ant-btn-primary[disabled],
387
+ &.ant-btn-primary[disabled]:hover {
388
+ color: #ffffff;
389
+ background: #d6f1e5;
390
+ border-color: #d6f1e5;
391
+ }
392
+
393
+ &.ant-btn-dangerous.ant-btn-primary[disabled],
394
+ &.ant-btn-dangerous.ant-btn-primary[disabled]:hover {
395
+ color: #ffffff !important;
396
+ background: #ffdbdc !important;
397
+ border-color: #ffdbdc !important;
398
+ }
399
+
400
+ &.ant-btn-default[disabled],
401
+ &.ant-btn-default[disabled]:hover {
402
+ color: #bfbfbf !important;
403
+ background: #fafafa !important;
404
+ border-color: #d9d9d9 !important;
405
+ }
406
+
407
+ &.ant-btn-link[disabled],
408
+ &.ant-btn-link[disabled]:hover,
409
+ &.ant-btn-text[disabled],
410
+ &.ant-btn-text[disabled]:hover {
411
+ color: rgba(24, 144, 255, 0.2) !important;
412
+ }
413
+ }
414
+ // message
415
+ .ant-message {
416
+ div.ant-message-notice-content {
417
+ padding: 10px 16px;
418
+ font-size: 14px;
419
+ line-height: 22px;
420
+ box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
421
+ }
422
+
423
+ .ant-message-notice .anticon {
424
+ margin-bottom: 1px;
425
+ margin-inline-end: 9px;
426
+ }
427
+ }
428
+ // Modal
429
+ .ant-modal-root {
430
+ .ant-modal {
431
+ .ant-modal-close {
432
+ top: 14px;
433
+ inset-inline-end: 18px;
434
+ color: #666666;
435
+
436
+ &:hover {
437
+ background-color: transparent;
438
+ }
439
+ }
440
+
441
+ .ant-modal-close-x {
442
+ line-height: 0;
443
+ }
444
+
445
+ .ant-modal-content {
446
+ padding: 0;
447
+
448
+ .ant-modal-header {
449
+ margin-bottom: 0;
450
+ padding: 12px 20px;
451
+ border-bottom: 1px solid#E9E9E9;
452
+ }
453
+
454
+ .ant-modal-body {
455
+ padding: 16px 20px;
456
+
457
+ & > .scrollbar {
458
+ padding: 0;
459
+ }
460
+
461
+ .scrollbar__wrap {
462
+ margin-bottom: 0 !important;
463
+ }
464
+
465
+ &:has([class*='ap-modal-body-wrapper']) {
466
+ padding: 16px 0 !important;
467
+
468
+ [class*='ap-modal-body-wrapper'] {
469
+ padding: 0 20px;
470
+ overflow: hidden auto;
471
+ }
472
+ }
473
+ }
474
+
475
+ .ant-modal-footer {
476
+ margin-top: 0;
477
+ padding: 0 20px 12px;
478
+ border-top: none;
479
+
480
+ button {
481
+ min-width: 72px;
482
+ }
483
+
484
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
485
+ margin-inline-start: 8px;
486
+ }
487
+ }
488
+ }
489
+ }
490
+
491
+ .ant-modal-confirm {
492
+ .ant-modal-content {
493
+ .ant-modal-body {
494
+ padding: 20px 24px;
495
+
496
+ .ant-modal-confirm-body {
497
+ & > .anticon {
498
+ margin-inline-end: 10px;
499
+ font-size: 22px;
500
+ }
501
+
502
+ .ant-modal-confirm-title {
503
+ color: #333333;
504
+ font-weight: normal;
505
+ }
506
+
507
+ .ant-modal-confirm-content {
508
+ max-width: calc(100% - 40px);
509
+ color: #999999;
510
+ font-weight: normal;
511
+ line-height: 200%;
512
+ margin-block-start: 4px;
513
+ margin-inline-start: 34px;
514
+
515
+ & > * {
516
+ color: #999999;
517
+ }
518
+ }
519
+ }
520
+
521
+ .ant-modal-confirm-btns {
522
+ margin-top: 0;
523
+ padding-top: 16px;
524
+
525
+ button {
526
+ min-width: 72px;
527
+ }
528
+
529
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
530
+ margin-inline-start: 8px;
531
+ }
532
+ }
533
+ }
534
+ }
535
+ }
536
+ }
537
+
538
+ .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
539
+ color: #06c687;
540
+ }
541
+
542
+ .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
543
+ color: #1890ff;
544
+ }
545
+
546
+ .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
547
+ .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
548
+ color: #faad14;
549
+ }
550
+
551
+ .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
552
+ color: #ff4d4f;
553
+ }
554
+ // Table
555
+ [class*='-ap-table'].ap-table--sticky {
556
+ .@{tw},
557
+ .ant-table-wrapper {
558
+ &:has(ul.ant-pagination) {
559
+ padding-bottom: 0;
560
+ }
561
+
562
+ & .ant-spin-container,
563
+ &,
564
+ .ant-spin-container {
565
+ overflow: visible;
566
+
567
+ .ant-table {
568
+ overflow: visible;
569
+
570
+ .ant-table-container {
571
+ overflow: visible;
572
+
573
+ .ant-table-header {
574
+ position: sticky;
575
+ top: 0;
576
+ z-index: 90;
577
+ border-top: 4px solid #ffffff;
578
+ }
579
+ }
580
+ }
581
+
582
+ .@{sb} {
583
+ position: sticky;
584
+ bottom: -1px;
585
+ z-index: 90;
586
+ }
587
+
588
+ &:has(ul.ant-pagination) {
589
+ .@{sb} {
590
+ bottom: 44px;
591
+ }
592
+ }
593
+
594
+ ul.ant-pagination {
595
+ position: sticky;
596
+ bottom: 0;
597
+ z-index: 90;
598
+ margin: 0;
599
+ padding: 8px 0;
600
+ background-color: #ffffff;
601
+ }
602
+
603
+ &:has(.@{sb}) {
604
+ ul.ant-pagination {
605
+ padding-top: 4px;
606
+ }
607
+ }
608
+ }
609
+ }
610
+ }
611
+ // Tooltip
612
+ .ant-tooltip div[role='tooltip'] {
613
+ padding-block: 6px;
614
+ }
615
+ // Field
616
+ .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
617
+ border-color: #d9d9d9;
618
+ }
619
+
620
+ .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
621
+ border-color: #d9d9d9;
622
+ }
623
+
624
+ .ant-input::placeholder {
625
+ color: #bfbfbf;
626
+ }
627
+
628
+ .ant-select .ant-select-selection-placeholder {
629
+ color: #bfbfbf;
630
+ }
631
+
632
+ .ant-picker .ant-picker-input > input::placeholder {
633
+ color: #bfbfbf;
634
+ }
635
+
636
+ .ant-input-number .ant-input-number-input-wrap > input::placeholder {
637
+ color: #bfbfbf;
638
+ }
639
+
640
+ input[disabled].ant-input {
641
+ color: var(--ap-text-color-1);
642
+ }
643
+
644
+ textarea[disabled].ant-input {
645
+ color: var(--ap-text-color-1);
646
+ }
647
+
648
+ .ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
649
+ color: var(--ap-text-color-1);
650
+ }
651
+
652
+ .ant-select-disabled .ant-select-selection-item {
653
+ color: var(--ap-text-color-1) !important;
654
+ }
655
+
656
+ .ant-input-clear-icon {
657
+ line-height: 18px;
658
+ }
659
+ }
@@ -586,6 +586,13 @@
586
586
  display: flex;
587
587
  align-items: center;
588
588
  }
589
+ .aplus-ap-grid__table-loading-wrapper {
590
+ height: 100%;
591
+ display: flex;
592
+ justify-content: center;
593
+ align-items: center;
594
+ background-color: var(--vxe-ui-loading-background-color);
595
+ }
589
596
  .aplus-ap-grid-pagination-count-text {
590
597
  color: var(--ap-text-color-2);
591
598
  }
@@ -112,6 +112,13 @@
112
112
  align-items: center;
113
113
  }
114
114
  }
115
+ &__table-loading-wrapper {
116
+ height: 100%;
117
+ display: flex;
118
+ justify-content: center;
119
+ align-items: center;
120
+ background-color: var(--vxe-ui-loading-background-color);
121
+ }
115
122
  &-pagination-count-text {
116
123
  color: var(--ap-text-color-2);
117
124
  }