@aplus-frontend/ui 0.6.0-beta.7 → 0.6.0-beta.9

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 (132) hide show
  1. package/es/src/ap-form/interface.d.ts +4 -0
  2. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  3. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
  4. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +89 -75
  5. package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
  6. package/es/src/ap-form/search-form/index.vue.mjs +76 -75
  7. package/es/src/ap-grid/constants.d.ts +3 -3
  8. package/es/src/ap-grid/constants.mjs +9 -9
  9. package/es/src/ap-grid/index.vue.mjs +44 -46
  10. package/es/src/ap-grid/interface.d.ts +1 -1
  11. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +1 -1
  12. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +1 -1
  13. package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
  14. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +89 -70
  15. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +18 -17
  16. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
  17. package/es/src/business/ap-label/constans.mjs +1 -1
  18. package/es/src/business/ap-view/ap-view.vue2.mjs +121 -118
  19. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +55 -51
  20. package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
  21. package/lib/src/ap-form/interface.d.ts +4 -0
  22. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  23. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  24. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  25. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
  26. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  27. package/lib/src/ap-grid/constants.d.ts +3 -3
  28. package/lib/src/ap-grid/constants.js +1 -1
  29. package/lib/src/ap-grid/index.vue.js +1 -1
  30. package/lib/src/ap-grid/interface.d.ts +1 -1
  31. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +1 -1
  32. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  33. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  34. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  35. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  36. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  37. package/lib/src/business/ap-label/constans.js +1 -1
  38. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  39. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  40. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  41. package/package.json +1 -1
  42. package/theme/ap-action/item-dropdown.css +1 -1
  43. package/theme/ap-action/item.css +2 -2
  44. package/theme/ap-appendix/ap-appendix.css +3 -3
  45. package/theme/ap-appendix/ap-appendix.less +2 -2
  46. package/theme/ap-attachment/ap-attachment.css +3 -2
  47. package/theme/ap-attachment/ap-attachment.less +2 -2
  48. package/theme/ap-batch-action/ap-batch-action.css +1 -1
  49. package/theme/ap-button/ap-button.css +1 -1
  50. package/theme/ap-card/ap-card.css +1 -1
  51. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  52. package/theme/ap-download/ap-download.css +1 -1
  53. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  54. package/theme/ap-expand-alert/ap-expand-alert.less +2 -1
  55. package/theme/ap-field/checkbox.css +1 -1
  56. package/theme/ap-field/index.css +1 -1
  57. package/theme/ap-field/number.css +1 -1
  58. package/theme/ap-field/radio.css +1 -1
  59. package/theme/ap-field/text-area.css +1 -1
  60. package/theme/ap-form/ap-form-item-group.css +1 -1
  61. package/theme/ap-form/ap-form-item.css +1 -1
  62. package/theme/ap-form/drawer-form.css +1 -1
  63. package/theme/ap-form/index.css +14 -5
  64. package/theme/ap-form/item-text-group.css +1 -1
  65. package/theme/ap-form/item-text.css +1 -1
  66. package/theme/ap-form/modal-form.css +1 -1
  67. package/theme/ap-form/search-form-sorter.css +6 -5
  68. package/theme/ap-form/search-form-sorter.less +1 -0
  69. package/theme/ap-form/search-form.css +14 -5
  70. package/theme/ap-form/search-form.less +8 -0
  71. package/theme/ap-grid/editable.css +1 -1
  72. package/theme/ap-grid/index.css +26 -7
  73. package/theme/ap-grid/index.less +11 -1
  74. package/theme/ap-group-search/ap-extension-select.css +1 -1
  75. package/theme/ap-group-search/ap-group-search.css +1 -1
  76. package/theme/ap-group-search/ap-popover-select.css +1 -1
  77. package/theme/ap-image/ap-image.css +1 -1
  78. package/theme/ap-input-radio/ap-input-radio.css +1 -1
  79. package/theme/ap-label/ap-label.css +1 -1
  80. package/theme/ap-ladder/ap-ladder.css +2 -1
  81. package/theme/ap-ladder/ap-ladder.less +1 -0
  82. package/theme/ap-layout/ap-info-layout.css +1 -1
  83. package/theme/ap-list/index.css +1 -1
  84. package/theme/ap-product-info/ap-product-info.css +1 -1
  85. package/theme/ap-select-layout/ap-select-layout.css +1 -1
  86. package/theme/ap-size-input/ap-size-input.css +1 -1
  87. package/theme/ap-status/ap-status.css +2 -2
  88. package/theme/ap-status/ap-status.less +1 -1
  89. package/theme/ap-summary/index.css +1 -1
  90. package/theme/ap-table/ap-table-index.css +1 -1
  91. package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
  92. package/theme/ap-table/ap-table.css +20 -12
  93. package/theme/ap-table/ap-table.less +4 -4
  94. package/theme/ap-table/setting/index.css +2 -3
  95. package/theme/ap-table/setting/modal.css +2 -2
  96. package/theme/ap-table/setting/select-group.css +1 -1
  97. package/theme/ap-table/setting/sortable-item-meta.css +1 -1
  98. package/theme/ap-table/setting/sortable-item.css +1 -1
  99. package/theme/ap-table/setting/sorter.css +1 -2
  100. package/theme/ap-table-modal/index.css +20 -12
  101. package/theme/ap-tag/ap-tag-group.css +3 -3
  102. package/theme/ap-tag/ap-tag-group.less +2 -3
  103. package/theme/ap-tag/ap-tag.css +4 -4
  104. package/theme/ap-tag/ap-tag.less +3 -3
  105. package/theme/ap-title/ap-title.css +6 -4
  106. package/theme/ap-title/ap-title.less +5 -3
  107. package/theme/ap-upload/index.css +6 -6
  108. package/theme/ap-upload/multiple-file.css +2 -2
  109. package/theme/ap-upload/multiple-file.less +1 -1
  110. package/theme/ap-upload/picture.css +3 -3
  111. package/theme/ap-upload/picture.less +2 -2
  112. package/theme/ap-upload/single-file.css +3 -3
  113. package/theme/ap-upload/single-file.less +2 -2
  114. package/theme/ap-upload/upload.css +1 -1
  115. package/theme/ap-upload-single/index.css +1 -1
  116. package/theme/ap-view/ap-view.css +1 -1
  117. package/theme/batch-input-group/index.css +2 -1
  118. package/theme/batch-input-group/popover-input.css +2 -1
  119. package/theme/batch-input-group/popover-input.less +1 -0
  120. package/theme/check-card/index.css +4 -4
  121. package/theme/editable-table/index.css +15 -6
  122. package/theme/full-screen/index.css +1 -1
  123. package/theme/index.css +60 -37
  124. package/theme/mask/index.css +1 -1
  125. package/theme/mixins/config.less +1 -1
  126. package/theme/mixins/mixins.css +1 -1
  127. package/theme/scroll-bar/index.css +1 -1
  128. package/theme/scroll-view/index.css +1 -1
  129. package/theme/splitter/index.css +3 -3
  130. package/theme/text/group.css +1 -1
  131. package/theme/text/index.css +2 -2
  132. package/theme/work-order-modal/index.css +1 -1
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -48,6 +48,7 @@
48
48
  position: relative;
49
49
  width: inherit;
50
50
  font-size: 12px;
51
+ line-height: 1.5;
51
52
  /** 自动溢出省略 */
52
53
  /** Aplus端样式 */
53
54
  /** Admin端样式 */
@@ -6,6 +6,7 @@
6
6
  position: relative;
7
7
  width: inherit;
8
8
  font-size: @font-size-base;
9
+ line-height: @line-height-base;
9
10
 
10
11
 
11
12
  &__value-group-item{
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -51,7 +51,7 @@
51
51
  }
52
52
  .aplus-ap-status {
53
53
  font-size: 16px;
54
- line-height: 1.6;
54
+ line-height: 2;
55
55
  display: inline-block;
56
56
  position: relative;
57
57
  font-family: 'customFont';
@@ -8,7 +8,7 @@
8
8
  }
9
9
  .b('ap-status', {
10
10
  font-size: @fonts-size-xl;
11
- line-height: @line-height-small;
11
+ line-height: 2;
12
12
  display: inline-block;
13
13
  position: relative;
14
14
  font-family: 'customFont';
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -66,7 +66,7 @@
66
66
  box-sizing: border-box;
67
67
  margin: 0;
68
68
  padding: 0;
69
- color: rgba(0 0 0 / 85%);
69
+ color: #182948;
70
70
  font-size: 12px;
71
71
  font-family: inherit;
72
72
  line-height: 1.5;
@@ -194,7 +194,6 @@
194
194
  box-sizing: border-box;
195
195
  margin: 0;
196
196
  padding: 0;
197
- color: rgba(0 0 0 / 85%);
198
197
  font-size: 12px;
199
198
  font-family: inherit;
200
199
  line-height: 1.5;
@@ -368,7 +367,7 @@
368
367
  box-sizing: border-box;
369
368
  margin: 0;
370
369
  padding: 0;
371
- color: rgba(0 0 0 / 85%);
370
+ color: #182948;
372
371
  font-size: 12px;
373
372
  font-family: inherit;
374
373
  line-height: 1.5;
@@ -382,7 +381,7 @@
382
381
  box-sizing: border-box;
383
382
  margin: 0;
384
383
  padding: 0;
385
- color: rgba(0 0 0 / 85%);
384
+ color: #182948;
386
385
  font-size: 12px;
387
386
  font-family: inherit;
388
387
  line-height: 1.5;
@@ -398,7 +397,7 @@
398
397
  box-sizing: border-box;
399
398
  margin: 0;
400
399
  padding: 0;
401
- color: rgba(0 0 0 / 85%);
400
+ color: #182948;
402
401
  font-size: 12px;
403
402
  font-family: inherit;
404
403
  line-height: 1.5;
@@ -424,6 +423,7 @@
424
423
  padding: 8px;
425
424
  display: flex;
426
425
  align-items: center;
426
+ background-color: #fff;
427
427
  }
428
428
  .aplus-search-form-sorter-sorter-item > div:hover {
429
429
  border-color: var(--basic-color-primary, #0070ff);
@@ -439,7 +439,7 @@
439
439
  box-sizing: border-box;
440
440
  margin: 0;
441
441
  padding: 0;
442
- color: rgba(0 0 0 / 85%);
442
+ color: #182948;
443
443
  font-size: 12px;
444
444
  font-family: inherit;
445
445
  line-height: 1.5;
@@ -483,6 +483,14 @@
483
483
  .aplus-ap-form-search-form__popover-footer button.ant-btn {
484
484
  padding-inline: 16px;
485
485
  }
486
+ .aplus-ap-form-search-form-trigger-btn {
487
+ font-size: 0px;
488
+ }
489
+ .aplus-ap-form-search-form-trigger-btn-active {
490
+ color: var(--ap-form-bordered-border-color-hover);
491
+ border-color: var(--ap-form-bordered-border-color-hover);
492
+ z-index: 1;
493
+ }
486
494
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
487
495
  flex-shrink: 0;
488
496
  }
@@ -589,7 +597,7 @@
589
597
  box-sizing: border-box;
590
598
  margin: 0;
591
599
  padding: 0;
592
- color: rgba(0 0 0 / 85%);
600
+ color: #182948;
593
601
  font-size: 12px;
594
602
  font-family: inherit;
595
603
  line-height: 1.5;
@@ -764,16 +772,16 @@
764
772
  background-color: #D8DDE5 !important;
765
773
  }
766
774
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
767
- padding: 12px;
775
+ padding: 9px 12px;
768
776
  }
769
777
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
770
- padding: 12px;
778
+ padding: 9px 12px;
771
779
  }
772
780
  .aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
773
- padding: 8px;
781
+ padding: 6px 9px;
774
782
  }
775
783
  .aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
776
- padding: 8px;
784
+ padding: 6px 9px;
777
785
  }
778
786
  .aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
779
787
  border-inline-end-width: 0px !important;
@@ -76,16 +76,16 @@
76
76
  }
77
77
  }
78
78
  .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
79
- padding: 12px;
79
+ padding: 9px 12px;
80
80
  }
81
81
  .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
82
- padding: 12px;
82
+ padding: 9px 12px;
83
83
  }
84
84
  .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
85
- padding: 8px;
85
+ padding: 6px 9px;
86
86
  }
87
87
  .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
88
- padding: 8px;
88
+ padding: 6px 9px;
89
89
  }
90
90
  .ant-table-placeholder .ant-table-expanded-row-fixed {
91
91
  // 这里不需要滚动的时候显示单边框,因为默认情况下会显示双边框
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -54,7 +54,7 @@
54
54
  box-sizing: border-box;
55
55
  margin: 0;
56
56
  padding: 0;
57
- color: rgba(0 0 0 / 85%);
57
+ color: #182948;
58
58
  font-size: 12px;
59
59
  font-family: inherit;
60
60
  line-height: 1.5;
@@ -182,7 +182,6 @@
182
182
  box-sizing: border-box;
183
183
  margin: 0;
184
184
  padding: 0;
185
- color: rgba(0 0 0 / 85%);
186
185
  font-size: 12px;
187
186
  font-family: inherit;
188
187
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -54,7 +54,7 @@
54
54
  box-sizing: border-box;
55
55
  margin: 0;
56
56
  padding: 0;
57
- color: rgba(0 0 0 / 85%);
57
+ color: #182948;
58
58
  font-size: 12px;
59
59
  font-family: inherit;
60
60
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -63,7 +63,6 @@
63
63
  box-sizing: border-box;
64
64
  margin: 0;
65
65
  padding: 0;
66
- color: rgba(0 0 0 / 85%);
67
66
  font-size: 12px;
68
67
  font-family: inherit;
69
68
  line-height: 1.5;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -66,7 +66,7 @@
66
66
  box-sizing: border-box;
67
67
  margin: 0;
68
68
  padding: 0;
69
- color: rgba(0 0 0 / 85%);
69
+ color: #182948;
70
70
  font-size: 12px;
71
71
  font-family: inherit;
72
72
  line-height: 1.5;
@@ -194,7 +194,6 @@
194
194
  box-sizing: border-box;
195
195
  margin: 0;
196
196
  padding: 0;
197
- color: rgba(0 0 0 / 85%);
198
197
  font-size: 12px;
199
198
  font-family: inherit;
200
199
  line-height: 1.5;
@@ -368,7 +367,7 @@
368
367
  box-sizing: border-box;
369
368
  margin: 0;
370
369
  padding: 0;
371
- color: rgba(0 0 0 / 85%);
370
+ color: #182948;
372
371
  font-size: 12px;
373
372
  font-family: inherit;
374
373
  line-height: 1.5;
@@ -382,7 +381,7 @@
382
381
  box-sizing: border-box;
383
382
  margin: 0;
384
383
  padding: 0;
385
- color: rgba(0 0 0 / 85%);
384
+ color: #182948;
386
385
  font-size: 12px;
387
386
  font-family: inherit;
388
387
  line-height: 1.5;
@@ -398,7 +397,7 @@
398
397
  box-sizing: border-box;
399
398
  margin: 0;
400
399
  padding: 0;
401
- color: rgba(0 0 0 / 85%);
400
+ color: #182948;
402
401
  font-size: 12px;
403
402
  font-family: inherit;
404
403
  line-height: 1.5;
@@ -424,6 +423,7 @@
424
423
  padding: 8px;
425
424
  display: flex;
426
425
  align-items: center;
426
+ background-color: #fff;
427
427
  }
428
428
  .aplus-search-form-sorter-sorter-item > div:hover {
429
429
  border-color: var(--basic-color-primary, #0070ff);
@@ -439,7 +439,7 @@
439
439
  box-sizing: border-box;
440
440
  margin: 0;
441
441
  padding: 0;
442
- color: rgba(0 0 0 / 85%);
442
+ color: #182948;
443
443
  font-size: 12px;
444
444
  font-family: inherit;
445
445
  line-height: 1.5;
@@ -483,6 +483,14 @@
483
483
  .aplus-ap-form-search-form__popover-footer button.ant-btn {
484
484
  padding-inline: 16px;
485
485
  }
486
+ .aplus-ap-form-search-form-trigger-btn {
487
+ font-size: 0px;
488
+ }
489
+ .aplus-ap-form-search-form-trigger-btn-active {
490
+ color: var(--ap-form-bordered-border-color-hover);
491
+ border-color: var(--ap-form-bordered-border-color-hover);
492
+ z-index: 1;
493
+ }
486
494
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
487
495
  flex-shrink: 0;
488
496
  }
@@ -589,7 +597,7 @@
589
597
  box-sizing: border-box;
590
598
  margin: 0;
591
599
  padding: 0;
592
- color: rgba(0 0 0 / 85%);
600
+ color: #182948;
593
601
  font-size: 12px;
594
602
  font-family: inherit;
595
603
  line-height: 1.5;
@@ -764,16 +772,16 @@
764
772
  background-color: #D8DDE5 !important;
765
773
  }
766
774
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
767
- padding: 12px;
775
+ padding: 9px 12px;
768
776
  }
769
777
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
770
- padding: 12px;
778
+ padding: 9px 12px;
771
779
  }
772
780
  .aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
773
- padding: 8px;
781
+ padding: 6px 9px;
774
782
  }
775
783
  .aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
776
- padding: 8px;
784
+ padding: 6px 9px;
777
785
  }
778
786
  .aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
779
787
  border-inline-end-width: 0px !important;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -53,9 +53,9 @@
53
53
  }
54
54
  .aplus-tag-group-ellipsis-text--admin {
55
55
  font-size: 12px;
56
- color: #1890FF;
56
+ color: #333;
57
57
  }
58
58
  .aplus-tag-group-ellipsis-text--aplus {
59
59
  font-size: 12px;
60
- color: #0070FF;
60
+ color: #182948;
61
61
  }
@@ -6,17 +6,16 @@
6
6
  flex-wrap: nowrap;
7
7
  white-space: nowrap;
8
8
  align-items: center;
9
-
10
9
  &-ellipsis-text {
11
10
  &--admin {
12
11
  font-size: @font-size-base;
13
12
  // 链接色
14
- color: #1890FF;
13
+ color: #333;
15
14
  }
16
15
  &--aplus {
17
16
  font-size: @font-size-base;
18
17
  // 链接色
19
- color: #0070FF;
18
+ color: #182948;
20
19
  }
21
20
  }
22
21
  });
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -62,13 +62,13 @@
62
62
  }
63
63
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
64
64
  line-height: 1.5;
65
- padding: 3px 4px;
65
+ padding: 3px 6px;
66
66
  font-size: 12px;
67
67
  }
68
68
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
69
69
  padding: 0 4px;
70
- line-height: 1.6;
71
- font-size: 10px;
70
+ line-height: 1.5;
71
+ font-size: 12px;
72
72
  }
73
73
  .aplus-tag-wrapper-purely > * {
74
74
  background-color: var(--tag-main-color-background);
@@ -19,13 +19,13 @@
19
19
  }
20
20
  &--middle {
21
21
  line-height: @line-height-base;
22
- padding: 3px 4px;
22
+ padding: 3px 6px;
23
23
  font-size: @font-size-base;
24
24
  }
25
25
  &--small {
26
26
  padding: 0 4px;
27
- line-height: @line-height-small;
28
- font-size: @font-size-small;
27
+ line-height: @line-height-base;
28
+ font-size: @font-size-base;
29
29
  }
30
30
  }
31
31
  &-wrapper-purely {
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -60,7 +60,7 @@
60
60
  top: 50%;
61
61
  transform: translateY(-50%);
62
62
  width: 3px;
63
- height: 16px;
63
+ height: 14px;
64
64
  background: #0070ff;
65
65
  border-radius: 0px 4px 4px 0px;
66
66
  z-index: 1;
@@ -72,8 +72,9 @@
72
72
  align-items: center;
73
73
  }
74
74
  .aplus-ap-title__prefix .anticon-question-circle {
75
+ font-size: 14px;
75
76
  margin-left: 5px;
76
- color: #0070ff;
77
+ color: #8896b0;
77
78
  }
78
79
  .aplus-ap-title--admin {
79
80
  padding-left: 14px;
@@ -97,8 +98,9 @@
97
98
  align-items: center;
98
99
  }
99
100
  .aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
101
+ font-size: 14px;
100
102
  margin-left: 5px;
101
- color: #34b77c;
103
+ color: #999999;
102
104
  }
103
105
  .aplus-ap-title__suffix {
104
106
  color: #526a90;
@@ -17,7 +17,7 @@
17
17
  top: 50%;
18
18
  transform: translateY(-50%);
19
19
  width: 3px;
20
- height: 16px;
20
+ height: 14px;
21
21
  background: @aplus-primary-color;
22
22
  border-radius: 0px 4px 4px 0px;
23
23
  z-index: 1;
@@ -28,8 +28,9 @@
28
28
  display: flex;
29
29
  align-items: center;
30
30
  .anticon-question-circle {
31
+ font-size: 14px;
31
32
  margin-left: 5px;
32
- color: @aplus-primary-color;
33
+ color: #8896b0;
33
34
  }
34
35
  }
35
36
 
@@ -54,8 +55,9 @@
54
55
  display: flex;
55
56
  align-items: center;
56
57
  .anticon-question-circle {
58
+ font-size: 14px;
57
59
  margin-left: 5px;
58
- color: @admin-primary-color;
60
+ color: #999999;
59
61
  }
60
62
  }
61
63
  }
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -51,7 +51,7 @@
51
51
  .aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
52
52
  display: flex;
53
53
  align-items: center;
54
- padding: 7px 16px;
54
+ padding: 7px 12px;
55
55
  transition: all 0.3s;
56
56
  border: 1px solid #dee4ed;
57
57
  border-radius: 4px;
@@ -131,8 +131,8 @@
131
131
  aspect-ratio: 1 / 1;
132
132
  }
133
133
  .aplus-ap-upload-picture .picture-context .picture-upload > * + * {
134
- margin-top: 8px;
135
- font-size: 14px;
134
+ margin-top: 4px;
135
+ font-size: 12px;
136
136
  }
137
137
  .aplus-ap-upload-picture .picture-context .picture-upload:hover {
138
138
  border: 1px dashed #0070ff;
@@ -248,8 +248,8 @@
248
248
  .aplus-ap-upload-single-file .state-un .state-un-title {
249
249
  margin-top: 10px;
250
250
  color: #182948;
251
- font-size: 16px;
252
- line-height: 22px;
251
+ font-size: 14px;
252
+ line-height: 1.1 0.57142857;
253
253
  }
254
254
  .aplus-ap-upload-single-file .state-un .state-un-subtitle {
255
255
  margin-top: 4px;
@@ -2,7 +2,7 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
5
+ color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
8
  line-height: 1.5;
@@ -51,7 +51,7 @@
51
51
  .aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
52
52
  display: flex;
53
53
  align-items: center;
54
- padding: 7px 16px;
54
+ padding: 7px 12px;
55
55
  transition: all 0.3s;
56
56
  border: 1px solid #dee4ed;
57
57
  border-radius: 4px;