@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,
@@ -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,9 +32,8 @@
32
32
  src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
33
33
  }
34
34
  .aplus-ap-status {
35
- font-size: 20px;
36
- height: 36px;
37
- line-height: 36px;
35
+ font-size: 16px;
36
+ line-height: 1.6;
38
37
  display: inline-block;
39
38
  position: relative;
40
39
  font-family: 'customFont';
@@ -7,9 +7,8 @@
7
7
  src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
8
8
  }
9
9
  .b('ap-status', {
10
- font-size: 20px;
11
- height: 36px;
12
- line-height: 36px;
10
+ font-size: @fonts-size-xl;
11
+ line-height: @line-height-small;
13
12
  display: inline-block;
14
13
  position: relative;
15
14
  font-family: 'customFont';
@@ -19,5 +18,4 @@
19
18
  mask-size:100% 100%;
20
19
  position: absolute;
21
20
  left:0;top:0;right:0;bottom: 0 }
22
-
23
21
  });
@@ -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,
@@ -27,14 +27,14 @@
27
27
  box-sizing: border-box;
28
28
  }
29
29
  .aplus-ap-summary__item {
30
- height: 48px;
31
- padding: 8px 16px !important;
30
+ height: 38px;
31
+ padding: 8px 12px !important;
32
32
  background-color: var(--ap-summary-background, #f9ecc7) !important;
33
33
  color: #333;
34
34
  font-weight: bolder;
35
35
  }
36
36
  .aplus-ap-summary__item--small {
37
37
  height: 28px;
38
- padding: 4px 16px !important;
38
+ padding: 4px 12px !important;
39
39
  background-color: var(--ap-summary-background, #E6EDFF) !important;
40
40
  }
@@ -3,15 +3,15 @@
3
3
 
4
4
  .b('ap-summary', {
5
5
  &__item {
6
- height: 48px;
7
- padding: 8px 16px !important;
6
+ height: 38px;
7
+ padding: 8px 12px !important;
8
8
  background-color: var(--ap-summary-background, #f9ecc7) !important;
9
9
  color: #333;
10
10
  font-weight: bolder;
11
11
 
12
12
  &--small {
13
13
  height: 28px;
14
- padding: 4px 16px !important;
14
+ padding: 4px 12px !important;
15
15
  background-color: var(--ap-summary-background, #E6EDFF) !important;
16
16
  }
17
17
  }
@@ -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,11 +30,11 @@
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
  }
@@ -5,12 +5,12 @@
5
5
  display: inline-flex;
6
6
  justify-content: center;
7
7
  align-items: center;
8
- width: 18px;
9
- height: 18px;
8
+ width: 14px;
9
+ height: 14px;
10
10
  color: #fff;
11
- font-size: 12px;
12
- line-height: 12px;
13
- border-radius: 9px;
11
+ font-size: 10px;
12
+ line-height: 10px;
13
+ border-radius: 7px;
14
14
  background-color: #979797;
15
15
  }
16
16
  });
@@ -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,
@@ -20,7 +20,7 @@
20
20
  }
21
21
  &-copyable {
22
22
  flex-shrink: 0;
23
- margin-left: 8px;
23
+ margin-left: @spacing;
24
24
  cursor: pointer;
25
25
  color: var(--ap-action-color-primary-base, #0070ff);
26
26
  }
@@ -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;
@@ -14,7 +14,7 @@
14
14
 
15
15
  .b(ap-table, {
16
16
  &-wrapper {
17
- padding: 16px;
17
+ padding: @spacing @spacing @spacing-lg;
18
18
  background-color: #fff;
19
19
  }
20
20
  &-adaptive {
@@ -42,10 +42,11 @@
42
42
  }
43
43
  }
44
44
  &__search-wrapper {
45
- padding:16px;
45
+ padding: @spacing;
46
46
  padding-bottom: 0;
47
47
  background-color: #fff;
48
48
  margin-bottom: 10px;
49
+ border-radius: @border-radius;
49
50
  }
50
51
  &__table-wrapper {
51
52
  flex: 1;
@@ -54,7 +55,8 @@
54
55
  flex-direction: column;
55
56
  }
56
57
  &__table-wrapper-card {
57
- padding: 12px 16px 16px;
58
+ padding: @spacing @spacing @spacing-lg;
59
+ border-radius: @border-radius;
58
60
  background-color: #fff;
59
61
  overflow: hidden;
60
62
  }
@@ -67,23 +69,22 @@
67
69
  }
68
70
  tr > th.ant-table-cell {
69
71
  &::before {
70
- // display: none;
71
72
  background-color: #D8DDE5 !important;
72
73
  }
73
74
  background-color: var(--ap-table-header-bg, #F2F6F9);
74
75
  }
75
76
  }
76
77
  .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
77
- padding: 12px 16px;
78
+ padding: 12px;
78
79
  }
79
80
  .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
80
- padding: 12px 16px;
81
+ padding: 12px;
81
82
  }
82
83
  .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
83
- padding: 9px 16px;
84
+ padding: 8px;
84
85
  }
85
86
  .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
86
- padding: 9px 16px;
87
+ padding: 8px;
87
88
  }
88
89
  .ant-table-placeholder .ant-table-expanded-row-fixed {
89
90
  // 这里不需要滚动的时候显示单边框,因为默认情况下会显示双边框
@@ -128,7 +129,7 @@
128
129
  }
129
130
  // ApTable的header区域
130
131
  &-header {
131
- padding-bottom: 16px;
132
+ padding-bottom: @spacing;
132
133
  display: flex;
133
134
  justify-content: space-between;
134
135
  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,
@@ -37,9 +37,9 @@
37
37
  margin: 0;
38
38
  padding: 0;
39
39
  color: rgba(0 0 0 / 85%);
40
- font-size: 14px;
40
+ font-size: 12px;
41
41
  font-family: inherit;
42
- line-height: 22px;
42
+ line-height: 1.5;
43
43
  list-style: none;
44
44
  display: inline-block;
45
45
  -webkit-line-clamp: unset;
@@ -165,9 +165,9 @@
165
165
  margin: 0;
166
166
  padding: 0;
167
167
  color: rgba(0 0 0 / 85%);
168
- font-size: 14px;
168
+ font-size: 12px;
169
169
  font-family: inherit;
170
- line-height: 22px;
170
+ line-height: 1.5;
171
171
  list-style: none;
172
172
  font-weight: bold;
173
173
  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,
@@ -37,9 +37,9 @@
37
37
  margin: 0;
38
38
  padding: 0;
39
39
  color: rgba(0 0 0 / 85%);
40
- font-size: 14px;
40
+ font-size: 12px;
41
41
  font-family: inherit;
42
- line-height: 22px;
42
+ line-height: 1.5;
43
43
  list-style: none;
44
44
  display: inline-block;
45
45
  -webkit-line-clamp: unset;
@@ -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,
@@ -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,
@@ -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,