@aplus-frontend/ui 0.6.0-beta.0 → 0.6.0-beta.2

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 (209) hide show
  1. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  2. package/es/src/ap-form/ap-form.vue2.mjs +57 -58
  3. package/es/src/ap-form/interface.d.ts +4 -0
  4. package/es/src/ap-form/item/index.vue.mjs +33 -28
  5. package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
  6. package/es/src/ap-form/items/date/index.vue.mjs +8 -7
  7. package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
  8. package/es/src/ap-form/items/number/index.vue.mjs +9 -8
  9. package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
  10. package/es/src/ap-form/items/select/index.vue.mjs +7 -6
  11. package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
  12. package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
  13. package/es/src/ap-form/items/text/password.vue.mjs +1 -0
  14. package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
  15. package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
  16. package/es/src/ap-form/render/item.vue.mjs +5 -4
  17. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  18. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
  19. package/es/src/ap-form/search-form/index.vue.mjs +36 -35
  20. package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
  21. package/es/src/ap-grid/editable/index.vue.mjs +1 -1
  22. package/es/src/ap-grid/index.vue.mjs +149 -140
  23. package/es/src/ap-grid/interface.d.ts +1 -1
  24. package/es/src/ap-table/ap-table.vue2.mjs +206 -199
  25. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  26. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  27. package/es/src/ap-tag/interface.d.ts +4 -0
  28. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
  29. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  30. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
  31. package/es/src/business/ap-export-group/index.d.ts +3 -0
  32. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  33. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  34. package/es/src/business/ap-view/ap-view.vue2.mjs +120 -114
  35. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +63 -55
  36. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +38 -38
  37. package/es/src/business/ap-view/interface.d.ts +4 -0
  38. package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
  39. package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
  40. package/es/src/check-card/index.vue2.mjs +1 -1
  41. package/es/src/config-provider/css-var.mjs +2 -2
  42. package/es/src/design-token/index.mjs +9 -3
  43. package/es/src/editable-table/form-item.vue.mjs +1 -1
  44. package/es/src/editable-table/index.vue.mjs +27 -27
  45. package/es/src/locale/lang/en.mjs +1 -1
  46. package/es/src/locale/lang/zh-cn.mjs +1 -1
  47. package/lib/src/ap-button/ap-button.vue.js +1 -1
  48. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  49. package/lib/src/ap-form/interface.d.ts +4 -0
  50. package/lib/src/ap-form/item/index.vue.js +1 -1
  51. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  52. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  53. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  54. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  55. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  56. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  57. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  58. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  59. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  60. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  61. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  62. package/lib/src/ap-form/render/item.vue.js +1 -1
  63. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  64. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -1
  65. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  66. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  67. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  68. package/lib/src/ap-grid/index.vue.js +1 -1
  69. package/lib/src/ap-grid/interface.d.ts +1 -1
  70. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  71. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  72. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  73. package/lib/src/ap-tag/interface.d.ts +4 -0
  74. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  75. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  76. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  77. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  78. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  79. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
  80. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  81. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  82. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  83. package/lib/src/business/ap-view/interface.d.ts +4 -0
  84. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  85. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  86. package/lib/src/check-card/index.vue2.js +1 -1
  87. package/lib/src/config-provider/css-var.js +1 -1
  88. package/lib/src/design-token/index.js +1 -1
  89. package/lib/src/editable-table/form-item.vue.js +1 -1
  90. package/lib/src/editable-table/index.vue.js +1 -1
  91. package/lib/src/locale/lang/en.js +1 -1
  92. package/lib/src/locale/lang/zh-cn.js +1 -1
  93. package/package.json +1 -1
  94. package/theme/antd-global-overwrite/admin/index.css +5 -8
  95. package/theme/antd-global-overwrite/admin/modal.css +2 -5
  96. package/theme/antd-global-overwrite/admin/modal.less +3 -3
  97. package/theme/antd-global-overwrite/admin/table.css +3 -3
  98. package/theme/antd-global-overwrite/admin/table.less +3 -3
  99. package/theme/antd-global-overwrite/aplus/index.css +5 -8
  100. package/theme/antd-global-overwrite/aplus/modal.css +2 -5
  101. package/theme/antd-global-overwrite/aplus/modal.less +3 -3
  102. package/theme/antd-global-overwrite/aplus/table.css +3 -3
  103. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  104. package/theme/ap-action/item-dropdown.css +5 -5
  105. package/theme/ap-action/item-dropdown.less +1 -1
  106. package/theme/ap-action/item.css +5 -5
  107. package/theme/ap-action/item.less +1 -1
  108. package/theme/ap-appendix/ap-appendix.css +7 -5
  109. package/theme/ap-appendix/ap-appendix.less +4 -2
  110. package/theme/ap-attachment/ap-attachment.css +7 -7
  111. package/theme/ap-attachment/ap-attachment.less +4 -4
  112. package/theme/ap-batch-action/ap-batch-action.css +9 -6
  113. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  114. package/theme/ap-button/ap-button.css +3 -3
  115. package/theme/ap-card/ap-card.css +3 -3
  116. package/theme/ap-descriptions/ap-descriptions.css +6 -8
  117. package/theme/ap-descriptions/ap-descriptions.less +3 -5
  118. package/theme/ap-download/ap-download.css +10 -13
  119. package/theme/ap-download/ap-download.less +8 -11
  120. package/theme/ap-expand-alert/ap-expand-alert.css +4 -4
  121. package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
  122. package/theme/ap-field/checkbox.css +4 -4
  123. package/theme/ap-field/checkbox.less +2 -1
  124. package/theme/ap-field/index.css +5 -5
  125. package/theme/ap-field/number.css +3 -3
  126. package/theme/ap-field/radio.css +4 -4
  127. package/theme/ap-field/radio.less +1 -1
  128. package/theme/ap-field/text-area.css +3 -3
  129. package/theme/ap-form/ap-form-item-group.css +3 -3
  130. package/theme/ap-form/ap-form-item.css +10 -8
  131. package/theme/ap-form/ap-form-item.less +8 -6
  132. package/theme/ap-form/drawer-form.css +3 -3
  133. package/theme/ap-form/index.css +21 -19
  134. package/theme/ap-form/item-text-group.css +3 -3
  135. package/theme/ap-form/item-text.css +3 -3
  136. package/theme/ap-form/modal-form.css +3 -3
  137. package/theme/ap-form/search-form-sorter.css +12 -12
  138. package/theme/ap-form/search-form-sorter.less +7 -7
  139. package/theme/ap-form/search-form.css +21 -19
  140. package/theme/ap-form/search-form.less +5 -5
  141. package/theme/ap-grid/editable.css +5 -5
  142. package/theme/ap-grid/editable.less +3 -2
  143. package/theme/ap-grid/index.css +43 -32
  144. package/theme/ap-grid/index.less +20 -9
  145. package/theme/ap-group-search/ap-extension-select.css +3 -3
  146. package/theme/ap-group-search/ap-group-search.css +3 -3
  147. package/theme/ap-group-search/ap-popover-select.css +3 -3
  148. package/theme/ap-image/ap-image.css +3 -3
  149. package/theme/ap-input-radio/ap-input-radio.css +3 -3
  150. package/theme/ap-label/ap-label.css +3 -3
  151. package/theme/ap-ladder/ap-ladder.css +6 -6
  152. package/theme/ap-ladder/ap-ladder.less +3 -3
  153. package/theme/ap-layout/ap-info-layout.css +3 -3
  154. package/theme/ap-list/index.css +4 -4
  155. package/theme/ap-list/index.less +2 -1
  156. package/theme/ap-product-info/ap-product-info.css +3 -3
  157. package/theme/ap-select-layout/ap-select-layout.css +11 -11
  158. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  159. package/theme/ap-size-input/ap-size-input.css +3 -3
  160. package/theme/ap-status/ap-status.css +5 -6
  161. package/theme/ap-status/ap-status.less +2 -4
  162. package/theme/ap-summary/index.css +6 -6
  163. package/theme/ap-summary/index.less +3 -3
  164. package/theme/ap-table/ap-table-index.css +8 -8
  165. package/theme/ap-table/ap-table-index.less +5 -5
  166. package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
  167. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  168. package/theme/ap-table/ap-table.css +46 -42
  169. package/theme/ap-table/ap-table.less +10 -9
  170. package/theme/ap-table/setting/index.css +7 -7
  171. package/theme/ap-table/setting/modal.css +5 -5
  172. package/theme/ap-table/setting/select-group.css +3 -3
  173. package/theme/ap-table/setting/sortable-item-meta.css +3 -3
  174. package/theme/ap-table/setting/sortable-item.css +3 -3
  175. package/theme/ap-table/setting/sorter.css +5 -5
  176. package/theme/ap-table-modal/index.css +46 -42
  177. package/theme/ap-tag/ap-tag-group.css +3 -3
  178. package/theme/ap-tag/ap-tag-group.less +2 -2
  179. package/theme/ap-tag/ap-tag.css +27 -18
  180. package/theme/ap-tag/ap-tag.less +37 -24
  181. package/theme/ap-title/ap-title.css +5 -5
  182. package/theme/ap-title/ap-title.less +2 -2
  183. package/theme/ap-upload/index.css +6 -6
  184. package/theme/ap-upload/multiple-file.css +4 -4
  185. package/theme/ap-upload/multiple-file.less +1 -1
  186. package/theme/ap-upload/picture.css +5 -5
  187. package/theme/ap-upload/picture.less +2 -2
  188. package/theme/ap-upload/single-file.css +3 -3
  189. package/theme/ap-upload/upload.css +3 -3
  190. package/theme/ap-upload-single/index.css +3 -3
  191. package/theme/ap-view/ap-view.css +7 -3
  192. package/theme/ap-view/ap-view.less +4 -0
  193. package/theme/batch-input-group/index.css +5 -5
  194. package/theme/batch-input-group/popover-input.css +3 -3
  195. package/theme/check-card/index.css +22 -22
  196. package/theme/check-card/index.less +17 -15
  197. package/theme/editable-table/index.css +36 -32
  198. package/theme/editable-table/index.less +9 -7
  199. package/theme/full-screen/index.css +3 -3
  200. package/theme/index.css +174 -147
  201. package/theme/mask/index.css +3 -3
  202. package/theme/mixins/config.less +26 -4
  203. package/theme/mixins/mixins.css +3 -3
  204. package/theme/scroll-bar/index.css +3 -3
  205. package/theme/scroll-view/index.css +3 -3
  206. package/theme/splitter/index.css +8 -8
  207. package/theme/text/group.css +3 -3
  208. package/theme/text/index.css +5 -5
  209. package/theme/work-order-modal/index.css +3 -3
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -46,9 +46,9 @@
46
46
  margin: 0;
47
47
  padding: 0;
48
48
  color: rgba(0 0 0 / 85%);
49
- font-size: 14px;
49
+ font-size: 12px;
50
50
  font-family: inherit;
51
- line-height: 22px;
51
+ line-height: 1.5;
52
52
  list-style: none;
53
53
  font-weight: bold;
54
54
  color: #182948;
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -30,12 +30,12 @@
30
30
  display: inline-flex;
31
31
  justify-content: center;
32
32
  align-items: center;
33
- width: 18px;
34
- height: 18px;
33
+ width: 14px;
34
+ height: 14px;
35
35
  color: #fff;
36
- font-size: 12px;
37
- line-height: 12px;
38
- border-radius: 9px;
36
+ font-size: 10px;
37
+ line-height: 10px;
38
+ border-radius: 7px;
39
39
  background-color: #979797;
40
40
  }
41
41
  .aplus-ap-column-setting-wrapper {
@@ -49,9 +49,9 @@
49
49
  margin: 0;
50
50
  padding: 0;
51
51
  color: rgba(0 0 0 / 85%);
52
- font-size: 14px;
52
+ font-size: 12px;
53
53
  font-family: inherit;
54
- line-height: 22px;
54
+ line-height: 1.5;
55
55
  list-style: none;
56
56
  display: inline-block;
57
57
  -webkit-line-clamp: unset;
@@ -177,9 +177,9 @@
177
177
  margin: 0;
178
178
  padding: 0;
179
179
  color: rgba(0 0 0 / 85%);
180
- font-size: 14px;
180
+ font-size: 12px;
181
181
  font-family: inherit;
182
- line-height: 22px;
182
+ line-height: 1.5;
183
183
  list-style: none;
184
184
  font-weight: bold;
185
185
  color: #182948;
@@ -227,7 +227,7 @@
227
227
  box-sizing: border-box;
228
228
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
229
229
  border-radius: 4px;
230
- padding-inline: 12px;
230
+ padding-inline: 8px;
231
231
  }
232
232
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
233
233
  padding: 0;
@@ -257,8 +257,11 @@
257
257
  .aplus-ap-form-item--bordered:has(.ant-select) {
258
258
  padding-right: 0px;
259
259
  }
260
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
261
+ padding-right: 4px;
262
+ }
260
263
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
261
- padding-right: 16px;
264
+ padding-right: 12px;
262
265
  height: 30px;
263
266
  }
264
267
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -282,9 +285,8 @@
282
285
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
283
286
  }
284
287
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
285
- font-size: 12px;
286
- line-height: 18px;
287
- margin-top: 2px;
288
+ font-size: 10px;
289
+ line-height: 1.6;
288
290
  }
289
291
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
290
292
  line-height: 22px;
@@ -346,11 +348,11 @@
346
348
  margin: 0;
347
349
  padding: 0;
348
350
  color: rgba(0 0 0 / 85%);
349
- font-size: 14px;
351
+ font-size: 12px;
350
352
  font-family: inherit;
351
- line-height: 22px;
353
+ line-height: 1.5;
352
354
  list-style: none;
353
- font-size: 16px;
355
+ font-size: 14px;
354
356
  font-weight: 700;
355
357
  display: inline-block;
356
358
  padding-bottom: 4px;
@@ -360,9 +362,9 @@
360
362
  margin: 0;
361
363
  padding: 0;
362
364
  color: rgba(0 0 0 / 85%);
363
- font-size: 14px;
365
+ font-size: 12px;
364
366
  font-family: inherit;
365
- line-height: 22px;
367
+ line-height: 1.5;
366
368
  list-style: none;
367
369
  color: #8896b0;
368
370
  }
@@ -376,9 +378,9 @@
376
378
  margin: 0;
377
379
  padding: 0;
378
380
  color: rgba(0 0 0 / 85%);
379
- font-size: 14px;
381
+ font-size: 12px;
380
382
  font-family: inherit;
381
- line-height: 22px;
383
+ line-height: 1.5;
382
384
  list-style: none;
383
385
  color: #0070ff;
384
386
  }
@@ -417,9 +419,9 @@
417
419
  margin: 0;
418
420
  padding: 0;
419
421
  color: rgba(0 0 0 / 85%);
420
- font-size: 14px;
422
+ font-size: 12px;
421
423
  font-family: inherit;
422
- line-height: 22px;
424
+ line-height: 1.5;
423
425
  list-style: none;
424
426
  padding-left: 4px;
425
427
  max-width: 100%;
@@ -428,7 +430,7 @@
428
430
  text-overflow: ellipsis;
429
431
  }
430
432
  .aplus-ap-form-search-form .ant-form-item {
431
- margin-bottom: 16px;
433
+ margin-bottom: 8px;
432
434
  }
433
435
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
434
436
  display: flex;
@@ -437,7 +439,7 @@
437
439
  width: 100%;
438
440
  }
439
441
  .aplus-ap-form-search-form__popover .ant-form-item {
440
- margin-bottom: 16px;
442
+ margin-bottom: 8px;
441
443
  }
442
444
  .aplus-ap-form-search-form__popover .ant-popover-arrow {
443
445
  display: none;
@@ -542,7 +544,7 @@
542
544
  }
543
545
  .aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
544
546
  display: flex;
545
- margin-block-end: 16px;
547
+ margin-block-end: 12px;
546
548
  }
547
549
  .aplus-field-number-label-left {
548
550
  padding-right: 4px;
@@ -552,7 +554,7 @@
552
554
  }
553
555
  .aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
554
556
  display: flex;
555
- margin-block-end: 16px;
557
+ margin-block-end: 12px;
556
558
  }
557
559
  .aplus-field-text-area {
558
560
  white-space: pre-wrap;
@@ -564,9 +566,9 @@
564
566
  margin: 0;
565
567
  padding: 0;
566
568
  color: rgba(0 0 0 / 85%);
567
- font-size: 14px;
569
+ font-size: 12px;
568
570
  font-family: inherit;
569
- line-height: 22px;
571
+ line-height: 1.5;
570
572
  list-style: none;
571
573
  display: inline-block;
572
574
  cursor: pointer;
@@ -608,8 +610,8 @@
608
610
  }
609
611
  .aplus-action-item-dropdown__icon {
610
612
  color: #0070ff;
611
- margin-left: 4px;
612
- font-size: 14px;
613
+ margin-left: 2px;
614
+ font-size: 12px;
613
615
  display: inline-flex;
614
616
  }
615
617
  .aplus-scroll-bar {
@@ -659,7 +661,7 @@
659
661
  left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
660
662
  }
661
663
  .aplus-ap-table-wrapper {
662
- padding: 16px;
664
+ padding: 8px 8px 12px;
663
665
  background-color: #fff;
664
666
  }
665
667
  .aplus-ap-table-adaptive {
@@ -689,10 +691,11 @@
689
691
  height: 100%;
690
692
  }
691
693
  .aplus-ap-table__search-wrapper {
692
- padding: 16px;
694
+ padding: 8px;
693
695
  padding-bottom: 0;
694
696
  background-color: #fff;
695
697
  margin-bottom: 10px;
698
+ border-radius: 4px;
696
699
  }
697
700
  .aplus-ap-table__table-wrapper {
698
701
  flex: 1;
@@ -701,7 +704,8 @@
701
704
  flex-direction: column;
702
705
  }
703
706
  .aplus-ap-table__table-wrapper-card {
704
- padding: 12px 16px 16px;
707
+ padding: 8px 8px 12px;
708
+ border-radius: 4px;
705
709
  background-color: #fff;
706
710
  overflow: hidden;
707
711
  }
@@ -718,16 +722,16 @@
718
722
  background-color: #D8DDE5 !important;
719
723
  }
720
724
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
721
- padding: 12px 16px;
725
+ padding: 12px;
722
726
  }
723
727
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
724
- padding: 12px 16px;
728
+ padding: 12px;
725
729
  }
726
730
  .aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
727
- padding: 9px 16px;
731
+ padding: 8px;
728
732
  }
729
733
  .aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
730
- padding: 9px 16px;
734
+ padding: 8px;
731
735
  }
732
736
  .aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
733
737
  border-inline-end-width: 0px !important;
@@ -763,7 +767,7 @@
763
767
  color: var(--ap-table-pagination-total-color, #526A90);
764
768
  }
765
769
  .aplus-ap-table-header {
766
- padding-bottom: 16px;
770
+ padding-bottom: 8px;
767
771
  display: flex;
768
772
  justify-content: space-between;
769
773
  align-items: center;
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -9,12 +9,12 @@
9
9
 
10
10
  &-ellipsis-text {
11
11
  &--admin {
12
- font-size: 12px;
12
+ font-size: @font-size-base;
13
13
  // 链接色
14
14
  color: #1890FF;
15
15
  }
16
16
  &--aplus {
17
- font-size: 12px;
17
+ font-size: @font-size-base;
18
18
  // 链接色
19
19
  color: #0070FF;
20
20
  }
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -35,35 +35,44 @@
35
35
  .aplus-tag-wrapper .aplus-tag-inner-wrapper {
36
36
  display: inline-block;
37
37
  border-radius: 4px;
38
- border: 1px solid var(--tag-main-color);
39
- background-color: var(--tag-main-color-opacity);
40
38
  box-sizing: border-box;
41
- color: var(--tag-main-color);
42
39
  }
43
40
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
44
- padding: 0 8px;
45
- line-height: 26px;
46
- height: 28px;
41
+ padding: 6px;
42
+ line-height: 1.1 0.57142857;
47
43
  font-size: 14px;
48
44
  }
49
45
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
50
- line-height: 22px;
51
- padding: 0 8px;
52
- height: 24px;
46
+ line-height: 1.5;
47
+ padding: 4px;
53
48
  font-size: 12px;
54
49
  }
55
50
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
56
- padding: 0 6px;
57
- line-height: 19px;
58
- height: 20px;
59
- font-size: 12px;
51
+ padding: 0 4px;
52
+ line-height: 1.6;
53
+ font-size: 10px;
54
+ }
55
+ .aplus-tag-wrapper-purely > * {
56
+ background-color: var(--tag-main-color-background);
57
+ color: var(--ap-upload-single-color-main, #182948);
58
+ }
59
+ .aplus-tag-wrapper-border > * {
60
+ border: 1px solid var(--tag-main-color);
61
+ background-color: var(--tag-main-color-opacity);
62
+ color: var(--tag-main-color);
63
+ }
64
+ .aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
65
+ background-color: rgba(136, 150, 176, 0.15);
66
+ }
67
+ .aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
68
+ background-color: rgba(51, 51, 51, 0.15);
60
69
  }
61
- .aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled {
70
+ .aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
62
71
  border: 1px solid #DEE4ED;
63
72
  background-color: #526a900f;
64
73
  color: #8896b0;
65
74
  }
66
- .aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
75
+ .aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
67
76
  border: 1px solid #d9d9d9;
68
77
  background-color: #9999990f;
69
78
  color: #999;
@@ -7,41 +7,54 @@
7
7
  display: inline-block;
8
8
  max-width: 100%;
9
9
  }
10
-
11
10
  &-wrapper &-inner-wrapper {
12
11
  display: inline-block;
13
12
  border-radius: 4px;
14
- border: 1px solid var(--tag-main-color);
15
- background-color: var(--tag-main-color-opacity);
16
13
  box-sizing: border-box;
17
- color: var(--tag-main-color);
14
+
18
15
  &--large {
19
- padding: 0 8px;
20
- line-height: 26px;
21
- height: 28px;
22
- font-size: 14px;
16
+ padding: 6px;
17
+ line-height: @line-height-lg;
18
+ font-size: @font-size-lg;
23
19
  }
24
20
  &--middle {
25
- line-height: 22px;
26
- padding: 0 8px;
27
- height: 24px;
28
- font-size: 12px;
21
+ line-height: @line-height-base;
22
+ padding: 4px;
23
+ font-size: @font-size-base;
29
24
  }
30
25
  &--small {
31
- padding: 0 6px;
32
- line-height: 19px;
33
- height: 20px;
34
- font-size: 12px;
26
+ padding: 0 4px;
27
+ line-height: @line-height-small;
28
+ font-size: @font-size-small;
35
29
  }
36
- &--disabled {
37
- border: 1px solid #DEE4ED;
38
- background-color: #526a900f;
39
- color: #8896b0;
30
+ }
31
+ &-wrapper-purely {
32
+ & > * {
33
+ background-color: var(--tag-main-color-background);
34
+ color: var(--ap-upload-single-color-main,#182948);
40
35
  }
41
- &--disabled-admin {
42
- border: 1px solid #d9d9d9;
43
- background-color: #9999990f;
44
- color: #999;
36
+ }
37
+ &-wrapper-border {
38
+ & > * {
39
+ border: 1px solid var(--tag-main-color);
40
+ background-color: var(--tag-main-color-opacity);
41
+ color: var(--tag-main-color);
45
42
  }
46
43
  }
44
+ &-wrapper-purely &-inner-wrapper--disabled {
45
+ background-color: rgba(#8896b0,0.15);
46
+ }
47
+ &-wrapper-purely &-inner-wrapper--disabled-admin {
48
+ background-color: rgba(#333,0.15);
49
+ }
50
+ &-wrapper-border &-inner-wrapper--disabled {
51
+ border: 1px solid #DEE4ED;
52
+ background-color: #526a900f;
53
+ color: #8896b0;
54
+ }
55
+ &-wrapper-border &-inner-wrapper--disabled-admin {
56
+ border: 1px solid #d9d9d9;
57
+ background-color: #9999990f;
58
+ color: #999;
59
+ }
47
60
  });
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -32,8 +32,8 @@
32
32
  display: flex;
33
33
  align-items: center;
34
34
  justify-content: space-between;
35
- padding-left: 11px;
36
- font-size: 14px;
35
+ padding-left: 10px;
36
+ font-size: 12px;
37
37
  }
38
38
  .aplus-ap-title::before {
39
39
  position: absolute;
@@ -8,8 +8,8 @@
8
8
  display: flex;
9
9
  align-items: center;
10
10
  justify-content: space-between;
11
- padding-left: 11px;
12
- font-size: 14px;
11
+ padding-left: 10px;
12
+ font-size: @font-size-base;
13
13
  &::before {
14
14
  position: absolute;
15
15
  content: '';
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -46,7 +46,7 @@
46
46
  .aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
47
47
  padding-left: 16px;
48
48
  color: #8896b0;
49
- font-size: 14px;
49
+ font-size: 12px;
50
50
  }
51
51
  .aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
52
52
  background: #f5f9fa;
@@ -153,7 +153,7 @@
153
153
  border-radius: 2px;
154
154
  background: rgba(0, 0, 0, 0.5);
155
155
  color: #fff;
156
- font-size: 14px;
156
+ font-size: 12px;
157
157
  }
158
158
  .aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
159
159
  display: flex;
@@ -184,7 +184,7 @@
184
184
  .aplus-ap-upload-picture .picture-title {
185
185
  margin-top: 8px;
186
186
  color: #8896b0;
187
- font-size: 14px;
187
+ font-size: 12px;
188
188
  }
189
189
  .aplus-ap-upload-picture-admin .picture-context .picture-upload {
190
190
  border: 1px dashed #d9d9d9;
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -46,7 +46,7 @@
46
46
  .aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
47
47
  padding-left: 16px;
48
48
  color: #8896b0;
49
- font-size: 14px;
49
+ font-size: 12px;
50
50
  }
51
51
  .aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
52
52
  background: #f5f9fa;
@@ -23,7 +23,7 @@
23
23
  .sub-title {
24
24
  padding-left: 16px;
25
25
  color: #8896b0;
26
- font-size: 14px;
26
+ font-size: @font-size-base;
27
27
  }
28
28
  }
29
29
 
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -91,7 +91,7 @@
91
91
  border-radius: 2px;
92
92
  background: rgba(0, 0, 0, 0.5);
93
93
  color: #fff;
94
- font-size: 14px;
94
+ font-size: 12px;
95
95
  }
96
96
  .aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
97
97
  display: flex;
@@ -122,7 +122,7 @@
122
122
  .aplus-ap-upload-picture .picture-title {
123
123
  margin-top: 8px;
124
124
  color: #8896b0;
125
- font-size: 14px;
125
+ font-size: 12px;
126
126
  }
127
127
  .aplus-ap-upload-picture-admin .picture-context .picture-upload {
128
128
  border: 1px dashed #d9d9d9;
@@ -68,7 +68,7 @@
68
68
  border-radius: 2px;
69
69
  background: rgb(0 0 0 / 50%);
70
70
  color: #fff;
71
- font-size: 14px;
71
+ font-size: @font-size-base;
72
72
 
73
73
  .picture-item-close {
74
74
  display: flex;
@@ -105,7 +105,7 @@
105
105
  .picture-title {
106
106
  margin-top: 8px;
107
107
  color: #8896b0;
108
- font-size: 14px;
108
+ font-size: 12px;
109
109
  }
110
110
  });
111
111
 
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,