@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
package/theme/index.css CHANGED
@@ -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,
@@ -31,9 +31,9 @@
31
31
  margin: 0;
32
32
  padding: 0;
33
33
  color: rgba(0 0 0 / 85%);
34
- font-size: 14px;
34
+ font-size: 12px;
35
35
  font-family: inherit;
36
- line-height: 22px;
36
+ line-height: 1.5;
37
37
  list-style: none;
38
38
  display: inline-block;
39
39
  cursor: pointer;
@@ -75,8 +75,8 @@
75
75
  }
76
76
  .aplus-action-item-dropdown__icon {
77
77
  color: #0070ff;
78
- margin-left: 4px;
79
- font-size: 14px;
78
+ margin-left: 2px;
79
+ font-size: 12px;
80
80
  display: inline-flex;
81
81
  }
82
82
  .aplus-ap-attachment {
@@ -104,7 +104,7 @@
104
104
  white-space: nowrap;
105
105
  overflow: hidden;
106
106
  text-overflow: ellipsis;
107
- font-size: 14px;
107
+ font-size: 12px;
108
108
  cursor: pointer;
109
109
  color: var(--download-main-color);
110
110
  }
@@ -113,7 +113,7 @@
113
113
  }
114
114
  .aplus-ap-attachment__more {
115
115
  display: inline-block;
116
- font-size: 14px;
116
+ font-size: 12px;
117
117
  cursor: pointer;
118
118
  color: var(--download-main-color);
119
119
  }
@@ -131,7 +131,7 @@
131
131
  flex: 1;
132
132
  word-wrap: break-word;
133
133
  margin-bottom: 16px;
134
- font-size: 14px;
134
+ font-size: 12px;
135
135
  color: #000;
136
136
  cursor: pointer;
137
137
  }
@@ -139,7 +139,7 @@
139
139
  color: var(--download-main-color);
140
140
  }
141
141
  .aplus-ap-attachment__down-load-all {
142
- font-size: 14px;
142
+ font-size: 12px;
143
143
  color: var(--download-main-color);
144
144
  cursor: pointer;
145
145
  margin-bottom: 0;
@@ -162,13 +162,16 @@
162
162
  flex-shrink: 0;
163
163
  }
164
164
  .aplus-ap-batch-action-body .selected-desc-conut {
165
- font-size: 14px;
165
+ display: flex;
166
+ align-items: center;
167
+ font-size: 12px;
166
168
  color: var(--ap-batch-action-color-font, #8896b0);
167
169
  }
168
170
  .aplus-ap-batch-action-body .selected-desc-conut span {
169
171
  color: var(--ap-batch-action-color-active, #0070ff);
170
172
  font-weight: bold;
171
173
  min-width: 10px;
174
+ text-align: center;
172
175
  display: inline-block;
173
176
  }
174
177
  .aplus-ap-batch-action-body .selected-desc-clean {
@@ -179,8 +182,8 @@
179
182
  }
180
183
  .aplus-ap-batch-action-header {
181
184
  width: 100%;
182
- padding-bottom: 12px;
183
- margin-bottom: 12px;
185
+ padding-bottom: 8px;
186
+ margin-bottom: 8px;
184
187
  border-bottom: 1px solid var(--ap-batch-action-color-border, #E9EDF3);
185
188
  }
186
189
  .aplus-ap-action-button-border-link:not(:disabled):hover,
@@ -216,7 +219,7 @@
216
219
  padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
217
220
  }
218
221
  .aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
219
- margin-inline: 4px 20px;
222
+ margin-inline: 4px 12px;
220
223
  }
221
224
  .aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-label {
222
225
  flex-shrink: 0;
@@ -244,8 +247,7 @@
244
247
  }
245
248
  .aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
246
249
  margin-left: 4px;
247
- color: #34b77c;
248
- font-size: 16px;
250
+ color: #999999;
249
251
  }
250
252
  .aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
251
253
  color: #333333;
@@ -261,8 +263,7 @@
261
263
  }
262
264
  .aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
263
265
  margin-left: 4px;
264
- color: #0070FF;
265
- font-size: 16px;
266
+ color: #8896B0;
266
267
  }
267
268
  .aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
268
269
  color: #182948;
@@ -287,7 +288,7 @@
287
288
  }
288
289
  .aplus-ap-download-inner-wrapper .icon {
289
290
  position: relative;
290
- font-size: 18px;
291
+ font-size: 16px;
291
292
  margin-right: 5px;
292
293
  }
293
294
  .aplus-ap-download-inner-wrapper .text {
@@ -297,19 +298,16 @@
297
298
  color: var(--download-main-color-opacity);
298
299
  }
299
300
  .aplus-ap-download-inner-wrapper--large {
300
- line-height: 26px;
301
- height: 28px;
302
- font-size: 16px;
301
+ line-height: 1.1 0.57142857;
302
+ font-size: 14px;
303
303
  }
304
304
  .aplus-ap-download-inner-wrapper--middle {
305
- line-height: 22px;
306
- height: 24px;
307
- font-size: 14px;
305
+ line-height: 1.5;
306
+ font-size: 12px;
308
307
  }
309
308
  .aplus-ap-download-inner-wrapper--small {
310
- line-height: 19px;
311
- height: 20px;
312
- font-size: 12px;
309
+ line-height: 1.6;
310
+ font-size: 10px;
313
311
  }
314
312
  .aplus-ap-download-inner-wrapper--disabled {
315
313
  color: #8896b0;
@@ -365,7 +363,7 @@
365
363
  line-height: 18px;
366
364
  }
367
365
  .aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
368
- font-size: 16px;
366
+ font-size: 14px;
369
367
  transform: translateY(2px);
370
368
  }
371
369
  .aplus-ap-expand-alert--aplus .card-alert {
@@ -381,7 +379,7 @@
381
379
  }
382
380
  .aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
383
381
  display: flex;
384
- margin-block-end: 16px;
382
+ margin-block-end: 12px;
385
383
  }
386
384
  .aplus-field-number-label-left {
387
385
  padding-right: 4px;
@@ -391,7 +389,7 @@
391
389
  }
392
390
  .aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
393
391
  display: flex;
394
- margin-block-end: 16px;
392
+ margin-block-end: 12px;
395
393
  }
396
394
  .aplus-field-text-area {
397
395
  white-space: pre-wrap;
@@ -411,7 +409,7 @@
411
409
  box-sizing: border-box;
412
410
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
413
411
  border-radius: 4px;
414
- padding-inline: 12px;
412
+ padding-inline: 8px;
415
413
  }
416
414
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
417
415
  padding: 0;
@@ -441,8 +439,11 @@
441
439
  .aplus-ap-form-item--bordered:has(.ant-select) {
442
440
  padding-right: 0px;
443
441
  }
442
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
443
+ padding-right: 4px;
444
+ }
444
445
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
445
- padding-right: 16px;
446
+ padding-right: 12px;
446
447
  height: 30px;
447
448
  }
448
449
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -466,9 +467,8 @@
466
467
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
467
468
  }
468
469
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
469
- font-size: 12px;
470
- line-height: 18px;
471
- margin-top: 2px;
470
+ font-size: 10px;
471
+ line-height: 1.6;
472
472
  }
473
473
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
474
474
  line-height: 22px;
@@ -530,11 +530,11 @@
530
530
  margin: 0;
531
531
  padding: 0;
532
532
  color: rgba(0 0 0 / 85%);
533
- font-size: 14px;
533
+ font-size: 12px;
534
534
  font-family: inherit;
535
- line-height: 22px;
535
+ line-height: 1.5;
536
536
  list-style: none;
537
- font-size: 16px;
537
+ font-size: 14px;
538
538
  font-weight: 700;
539
539
  display: inline-block;
540
540
  padding-bottom: 4px;
@@ -544,9 +544,9 @@
544
544
  margin: 0;
545
545
  padding: 0;
546
546
  color: rgba(0 0 0 / 85%);
547
- font-size: 14px;
547
+ font-size: 12px;
548
548
  font-family: inherit;
549
- line-height: 22px;
549
+ line-height: 1.5;
550
550
  list-style: none;
551
551
  color: #8896b0;
552
552
  }
@@ -560,9 +560,9 @@
560
560
  margin: 0;
561
561
  padding: 0;
562
562
  color: rgba(0 0 0 / 85%);
563
- font-size: 14px;
563
+ font-size: 12px;
564
564
  font-family: inherit;
565
- line-height: 22px;
565
+ line-height: 1.5;
566
566
  list-style: none;
567
567
  color: #0070ff;
568
568
  }
@@ -601,9 +601,9 @@
601
601
  margin: 0;
602
602
  padding: 0;
603
603
  color: rgba(0 0 0 / 85%);
604
- font-size: 14px;
604
+ font-size: 12px;
605
605
  font-family: inherit;
606
- line-height: 22px;
606
+ line-height: 1.5;
607
607
  list-style: none;
608
608
  padding-left: 4px;
609
609
  max-width: 100%;
@@ -612,7 +612,7 @@
612
612
  text-overflow: ellipsis;
613
613
  }
614
614
  .aplus-ap-form-search-form .ant-form-item {
615
- margin-bottom: 16px;
615
+ margin-bottom: 8px;
616
616
  }
617
617
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
618
618
  display: flex;
@@ -621,7 +621,7 @@
621
621
  width: 100%;
622
622
  }
623
623
  .aplus-ap-form-search-form__popover .ant-form-item {
624
- margin-bottom: 16px;
624
+ margin-bottom: 8px;
625
625
  }
626
626
  .aplus-ap-form-search-form__popover .ant-popover-arrow {
627
627
  display: none;
@@ -764,7 +764,7 @@
764
764
  .aplus-ap-ladder {
765
765
  position: relative;
766
766
  width: inherit;
767
- font-size: 14px;
767
+ font-size: 12px;
768
768
  /** 自动溢出省略 */
769
769
  /** Aplus端样式 */
770
770
  /** Admin端样式 */
@@ -867,11 +867,11 @@
867
867
  margin-left: 4px;
868
868
  }
869
869
  .aplus-ap-ladder__major {
870
- line-height: 22px;
870
+ line-height: 1.5;
871
871
  color: #182948;
872
872
  }
873
873
  .aplus-ap-ladder__minor {
874
- line-height: 22px;
874
+ line-height: 1.5;
875
875
  color: #8896B0;
876
876
  }
877
877
  .aplus-ap-ladder__label {
@@ -1049,7 +1049,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1049
1049
  pointer-events: none;
1050
1050
  }
1051
1051
  .aplus-ap-list__footer {
1052
- margin-top: 16px;
1052
+ margin-top: 8px;
1053
1053
  display: flex;
1054
1054
  justify-content: flex-end;
1055
1055
  }
@@ -1124,17 +1124,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1124
1124
  .aplus-ap-select-layout-side__header > h3 {
1125
1125
  margin: 0;
1126
1126
  color: #333;
1127
- font-size: 16px;
1127
+ font-size: 14px;
1128
1128
  font-weight: bold;
1129
- line-height: 18px;
1129
+ line-height: 1.1 0.57142857;
1130
1130
  }
1131
1131
  .aplus-ap-select-layout-side__header--imgWrap {
1132
1132
  border-radius: 2px;
1133
1133
  cursor: pointer;
1134
- font-size: 24px;
1134
+ font-size: 20px;
1135
1135
  color: #999;
1136
1136
  display: flex;
1137
- height: 24px;
1137
+ height: 20px;
1138
1138
  }
1139
1139
  .aplus-ap-select-layout-side__header--imgWrap:hover {
1140
1140
  background: #f5f5f5;
@@ -1198,9 +1198,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1198
1198
  margin-right: 10px;
1199
1199
  border-radius: 2px;
1200
1200
  cursor: pointer;
1201
- font-size: 24px;
1201
+ font-size: 20px;
1202
1202
  display: flex;
1203
- height: 24px;
1203
+ height: 20px;
1204
1204
  color: #999;
1205
1205
  }
1206
1206
  .aplus-ap-select-layout-content__header--imgWrap:hover {
@@ -1208,9 +1208,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1208
1208
  }
1209
1209
  .aplus-ap-select-layout-content__header--title {
1210
1210
  margin: 0;
1211
- font-size: 16px;
1211
+ font-size: 14px;
1212
1212
  font-weight: bold;
1213
- line-height: 32px;
1213
+ line-height: 1.1 0.57142857;
1214
1214
  }
1215
1215
  @font-face {
1216
1216
  font-family: customFont;
@@ -1218,9 +1218,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1218
1218
  src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
1219
1219
  }
1220
1220
  .aplus-ap-status {
1221
- font-size: 20px;
1222
- height: 36px;
1223
- line-height: 36px;
1221
+ font-size: 16px;
1222
+ line-height: 1.6;
1224
1223
  display: inline-block;
1225
1224
  position: relative;
1226
1225
  font-family: 'customFont';
@@ -1242,12 +1241,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1242
1241
  display: inline-flex;
1243
1242
  justify-content: center;
1244
1243
  align-items: center;
1245
- width: 18px;
1246
- height: 18px;
1244
+ width: 14px;
1245
+ height: 14px;
1247
1246
  color: #fff;
1248
- font-size: 12px;
1249
- line-height: 12px;
1250
- border-radius: 9px;
1247
+ font-size: 10px;
1248
+ line-height: 10px;
1249
+ border-radius: 7px;
1251
1250
  background-color: #979797;
1252
1251
  }
1253
1252
  .aplus-ap-column-setting-wrapper {
@@ -1261,9 +1260,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1261
1260
  margin: 0;
1262
1261
  padding: 0;
1263
1262
  color: rgba(0 0 0 / 85%);
1264
- font-size: 14px;
1263
+ font-size: 12px;
1265
1264
  font-family: inherit;
1266
- line-height: 22px;
1265
+ line-height: 1.5;
1267
1266
  list-style: none;
1268
1267
  display: inline-block;
1269
1268
  -webkit-line-clamp: unset;
@@ -1389,9 +1388,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1389
1388
  margin: 0;
1390
1389
  padding: 0;
1391
1390
  color: rgba(0 0 0 / 85%);
1392
- font-size: 14px;
1391
+ font-size: 12px;
1393
1392
  font-family: inherit;
1394
- line-height: 22px;
1393
+ line-height: 1.5;
1395
1394
  list-style: none;
1396
1395
  font-weight: bold;
1397
1396
  color: #182948;
@@ -1427,7 +1426,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1427
1426
  color: var(--ap-action-color-primary-base, #0070ff);
1428
1427
  }
1429
1428
  .aplus-ap-table-wrapper {
1430
- padding: 16px;
1429
+ padding: 8px 8px 12px;
1431
1430
  background-color: #fff;
1432
1431
  }
1433
1432
  .aplus-ap-table-adaptive {
@@ -1457,10 +1456,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1457
1456
  height: 100%;
1458
1457
  }
1459
1458
  .aplus-ap-table__search-wrapper {
1460
- padding: 16px;
1459
+ padding: 8px;
1461
1460
  padding-bottom: 0;
1462
1461
  background-color: #fff;
1463
1462
  margin-bottom: 10px;
1463
+ border-radius: 4px;
1464
1464
  }
1465
1465
  .aplus-ap-table__table-wrapper {
1466
1466
  flex: 1;
@@ -1469,7 +1469,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1469
1469
  flex-direction: column;
1470
1470
  }
1471
1471
  .aplus-ap-table__table-wrapper-card {
1472
- padding: 12px 16px 16px;
1472
+ padding: 8px 8px 12px;
1473
+ border-radius: 4px;
1473
1474
  background-color: #fff;
1474
1475
  overflow: hidden;
1475
1476
  }
@@ -1486,16 +1487,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1486
1487
  background-color: #D8DDE5 !important;
1487
1488
  }
1488
1489
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
1489
- padding: 12px 16px;
1490
+ padding: 12px;
1490
1491
  }
1491
1492
  .aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
1492
- padding: 12px 16px;
1493
+ padding: 12px;
1493
1494
  }
1494
1495
  .aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
1495
- padding: 9px 16px;
1496
+ padding: 8px;
1496
1497
  }
1497
1498
  .aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
1498
- padding: 9px 16px;
1499
+ padding: 8px;
1499
1500
  }
1500
1501
  .aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
1501
1502
  border-inline-end-width: 0px !important;
@@ -1531,7 +1532,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1531
1532
  color: var(--ap-table-pagination-total-color, #526A90);
1532
1533
  }
1533
1534
  .aplus-ap-table-header {
1534
- padding-bottom: 16px;
1535
+ padding-bottom: 8px;
1535
1536
  display: flex;
1536
1537
  justify-content: space-between;
1537
1538
  align-items: center;
@@ -1578,35 +1579,44 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1578
1579
  .aplus-tag-wrapper .aplus-tag-inner-wrapper {
1579
1580
  display: inline-block;
1580
1581
  border-radius: 4px;
1581
- border: 1px solid var(--tag-main-color);
1582
- background-color: var(--tag-main-color-opacity);
1583
1582
  box-sizing: border-box;
1584
- color: var(--tag-main-color);
1585
1583
  }
1586
1584
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
1587
- padding: 0 8px;
1588
- line-height: 26px;
1589
- height: 28px;
1585
+ padding: 6px;
1586
+ line-height: 1.1 0.57142857;
1590
1587
  font-size: 14px;
1591
1588
  }
1592
1589
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
1593
- line-height: 22px;
1594
- padding: 0 8px;
1595
- height: 24px;
1590
+ line-height: 1.5;
1591
+ padding: 4px;
1596
1592
  font-size: 12px;
1597
1593
  }
1598
1594
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
1599
- padding: 0 6px;
1600
- line-height: 19px;
1601
- height: 20px;
1602
- font-size: 12px;
1595
+ padding: 0 4px;
1596
+ line-height: 1.6;
1597
+ font-size: 10px;
1598
+ }
1599
+ .aplus-tag-wrapper-purely > * {
1600
+ background-color: var(--tag-main-color-background);
1601
+ color: var(--ap-upload-single-color-main, #182948);
1602
+ }
1603
+ .aplus-tag-wrapper-border > * {
1604
+ border: 1px solid var(--tag-main-color);
1605
+ background-color: var(--tag-main-color-opacity);
1606
+ color: var(--tag-main-color);
1603
1607
  }
1604
- .aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled {
1608
+ .aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
1609
+ background-color: rgba(136, 150, 176, 0.15);
1610
+ }
1611
+ .aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
1612
+ background-color: rgba(51, 51, 51, 0.15);
1613
+ }
1614
+ .aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
1605
1615
  border: 1px solid #DEE4ED;
1606
1616
  background-color: #526a900f;
1607
1617
  color: #8896b0;
1608
1618
  }
1609
- .aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
1619
+ .aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
1610
1620
  border: 1px solid #d9d9d9;
1611
1621
  background-color: #9999990f;
1612
1622
  color: #999;
@@ -1632,8 +1642,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1632
1642
  display: flex;
1633
1643
  align-items: center;
1634
1644
  justify-content: space-between;
1635
- padding-left: 11px;
1636
- font-size: 14px;
1645
+ padding-left: 10px;
1646
+ font-size: 12px;
1637
1647
  }
1638
1648
  .aplus-ap-title::before {
1639
1649
  position: absolute;
@@ -1705,7 +1715,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1705
1715
  .aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
1706
1716
  padding-left: 16px;
1707
1717
  color: #8896b0;
1708
- font-size: 14px;
1718
+ font-size: 12px;
1709
1719
  }
1710
1720
  .aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
1711
1721
  background: #f5f9fa;
@@ -1812,7 +1822,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1812
1822
  border-radius: 2px;
1813
1823
  background: rgba(0, 0, 0, 0.5);
1814
1824
  color: #fff;
1815
- font-size: 14px;
1825
+ font-size: 12px;
1816
1826
  }
1817
1827
  .aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
1818
1828
  display: flex;
@@ -1843,7 +1853,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1843
1853
  .aplus-ap-upload-picture .picture-title {
1844
1854
  margin-top: 8px;
1845
1855
  color: #8896b0;
1846
- font-size: 14px;
1856
+ font-size: 12px;
1847
1857
  }
1848
1858
  .aplus-ap-upload-picture-admin .picture-context .picture-upload {
1849
1859
  border: 1px dashed #d9d9d9;
@@ -1968,9 +1978,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1968
1978
  margin: 0;
1969
1979
  padding: 0;
1970
1980
  color: rgba(0 0 0 / 85%);
1971
- font-size: 14px;
1981
+ font-size: 12px;
1972
1982
  font-family: inherit;
1973
- line-height: 22px;
1983
+ line-height: 1.5;
1974
1984
  list-style: none;
1975
1985
  border-radius: 4px;
1976
1986
  position: relative;
@@ -1994,8 +2004,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1994
2004
  opacity: 0;
1995
2005
  inset-block-start: -2px;
1996
2006
  inset-inline-end: -2px;
1997
- border-inline-start: var(--check-card-indicator-size, 16px) solid transparent;
1998
- border-block-end: var(--check-card-indicator-size, 16px) solid transparent;
2007
+ border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
2008
+ border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
1999
2009
  border-radius: 4px;
2000
2010
  }
2001
2011
  .aplus-check-card--checked {
@@ -2006,9 +2016,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2006
2016
  }
2007
2017
  .aplus-check-card--checked::after {
2008
2018
  opacity: 1;
2009
- border: var(--check-card-indicator-size, 16px) solid var(--check-card-checked-bg, #0070ff);
2010
- border-inline-start: var(--check-card-indicator-size, 16px) solid transparent;
2011
- border-block-end: var(--check-card-indicator-size, 16px) solid transparent;
2019
+ border: var(--check-card-indicator-size, 14px) solid var(--check-card-checked-bg, #0070ff);
2020
+ border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
2021
+ border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
2012
2022
  inset-block-start: -2px;
2013
2023
  inset-inline-end: -2px;
2014
2024
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
@@ -2017,28 +2027,28 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2017
2027
  outline-color: #E9EDF3;
2018
2028
  }
2019
2029
  .aplus-check-card--checked.aplus-check-card--disabled::after {
2020
- border: var(--check-card-indicator-size, 16px) solid #E9EDF3;
2021
- border-inline-start: var(--check-card-indicator-size, 16px) solid transparent;
2022
- border-block-end: var(--check-card-indicator-size, 16px) solid transparent;
2030
+ border: var(--check-card-indicator-size, 14px) solid #E9EDF3;
2031
+ border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
2032
+ border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
2023
2033
  }
2024
2034
  .aplus-check-card--middle {
2025
- padding: 16px 24px;
2035
+ padding: 12px;
2026
2036
  }
2027
2037
  .aplus-check-card--small {
2028
- padding: 12px 24px;
2038
+ padding: 6px 12px;
2029
2039
  }
2030
2040
  .aplus-check-card__title {
2031
2041
  box-sizing: border-box;
2032
2042
  margin: 0;
2033
2043
  padding: 0;
2034
2044
  color: rgba(0 0 0 / 85%);
2035
- font-size: 14px;
2045
+ font-size: 12px;
2036
2046
  font-family: inherit;
2037
- line-height: 22px;
2047
+ line-height: 1.5;
2038
2048
  list-style: none;
2039
- margin-bottom: 8px;
2049
+ margin-bottom: 4px;
2040
2050
  color: #333;
2041
- font-weight: 500;
2051
+ font-weight: bold;
2042
2052
  }
2043
2053
  .aplus-check-card__title--disabled {
2044
2054
  color: #ABB7CC;
@@ -2048,9 +2058,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2048
2058
  margin: 0;
2049
2059
  padding: 0;
2050
2060
  color: rgba(0 0 0 / 85%);
2051
- font-size: 14px;
2061
+ font-size: 12px;
2052
2062
  font-family: inherit;
2053
- line-height: 22px;
2063
+ line-height: 1.5;
2054
2064
  list-style: none;
2055
2065
  color: #333;
2056
2066
  }
@@ -2068,11 +2078,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2068
2078
  user-select: none;
2069
2079
  }
2070
2080
  .aplus-check-card__checked-icon > img {
2071
- width: calc(var(--check-card-indicator-size, 16px) - 2px);
2081
+ width: calc(var(--check-card-indicator-size, 14px) - 2px);
2072
2082
  vertical-align: top;
2073
2083
  }
2074
2084
  .aplus-editable-table .ant-form-item {
2075
- margin-bottom: 20px;
2085
+ margin-bottom: 16px;
2076
2086
  }
2077
2087
  .aplus-editable-table__header-cell--required {
2078
2088
  color: #FF4D4F;
@@ -2091,22 +2101,24 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2091
2101
  display: none;
2092
2102
  }
2093
2103
  .aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:has(.is-editable) {
2094
- padding: 20px 16px 0px;
2104
+ padding-top: 16px;
2105
+ padding-bottom: 0px;
2095
2106
  }
2096
2107
  .aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
2097
- padding: 12px 16px;
2108
+ padding: 12px;
2098
2109
  }
2099
2110
  .aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
2100
- padding: 12px 16px;
2111
+ padding: 12px;
2101
2112
  }
2102
2113
  .aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:has(.is-editable) {
2103
- padding: 20px 16px 0px;
2114
+ padding-top: 16px;
2115
+ padding-bottom: 0px;
2104
2116
  }
2105
2117
  .aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
2106
- padding: 9px 16px;
2118
+ padding: 8px;
2107
2119
  }
2108
2120
  .aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
2109
- padding: 9px 16px;
2121
+ padding: 8px;
2110
2122
  }
2111
2123
  .aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
2112
2124
  border-inline-end-width: 0px !important;
@@ -2133,15 +2145,15 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2133
2145
  min-width: 86px;
2134
2146
  }
2135
2147
  .aplus-ap-summary__item {
2136
- height: 48px;
2137
- padding: 8px 16px !important;
2148
+ height: 38px;
2149
+ padding: 8px 12px !important;
2138
2150
  background-color: var(--ap-summary-background, #f9ecc7) !important;
2139
2151
  color: #333;
2140
2152
  font-weight: bolder;
2141
2153
  }
2142
2154
  .aplus-ap-summary__item--small {
2143
2155
  height: 28px;
2144
- padding: 4px 16px !important;
2156
+ padding: 4px 12px !important;
2145
2157
  background-color: var(--ap-summary-background, #E6EDFF) !important;
2146
2158
  }
2147
2159
  .aplus-ap-table-modal--table-layout {
@@ -2281,10 +2293,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2281
2293
  overflow: hidden;
2282
2294
  width: -moz-max-content;
2283
2295
  width: max-content;
2296
+ display: flex;
2297
+ align-items: center;
2284
2298
  }
2285
2299
  .aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
2286
- font-size: 14px;
2287
- line-height: 22px;
2300
+ font-size: 12px;
2301
+ line-height: 1.5;
2288
2302
  color: var(--ap-appendix-area-color-font, #182948);
2289
2303
  transition: color 0.2s;
2290
2304
  }
@@ -2589,18 +2603,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2589
2603
  flex: 1;
2590
2604
  }
2591
2605
  .aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
2592
- margin: 16px 0px 0px;
2606
+ margin-block: 12px;
2593
2607
  }
2594
2608
  .aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
2595
2609
  background-color: #fff;
2596
2610
  z-index: 10;
2597
2611
  position: sticky;
2598
2612
  bottom: 0;
2599
- padding-bottom: 16px;
2600
2613
  }
2601
2614
  .aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
2602
2615
  margin-top: 0;
2603
- padding-top: 8px;
2616
+ padding-top: 4px;
2604
2617
  }
2605
2618
  .aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
2606
2619
  opacity: 0;
@@ -2609,9 +2622,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2609
2622
  height: 0px !important;
2610
2623
  }
2611
2624
  .aplus-ap-grid-wrapper {
2612
- padding: 16px;
2625
+ padding: 8px;
2626
+ padding-bottom: 12px;
2613
2627
  background-color: #fff;
2614
2628
  }
2629
+ .aplus-ap-grid-wrapper:has(ul.ant-pagination) {
2630
+ padding-bottom: 0;
2631
+ }
2615
2632
  .aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
2616
2633
  padding-bottom: 0;
2617
2634
  }
@@ -2619,9 +2636,10 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2619
2636
  padding-bottom: 0;
2620
2637
  }
2621
2638
  .aplus-ap-grid__search-wrapper {
2622
- padding: 16px;
2639
+ padding: 8px;
2623
2640
  padding-bottom: 0;
2624
2641
  background-color: #fff;
2642
+ border-radius: 4px;
2625
2643
  margin-bottom: 10px;
2626
2644
  }
2627
2645
  .aplus-ap-grid__table-wrapper {
@@ -2633,11 +2651,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2633
2651
  flex-direction: column;
2634
2652
  }
2635
2653
  .aplus-ap-grid__table-wrapper-card {
2636
- padding: 12px 16px 16px;
2654
+ padding: 8px;
2655
+ padding-bottom: 12px;
2656
+ border-radius: 4px;
2637
2657
  background-color: #fff;
2638
2658
  }
2659
+ .aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
2660
+ padding-bottom: 0;
2661
+ }
2639
2662
  .aplus-ap-grid-pagination {
2640
- margin-top: 16px;
2663
+ margin-block: 12px;
2641
2664
  display: flex;
2642
2665
  flex-wrap: wrap;
2643
2666
  row-gap: 8px;
@@ -2693,19 +2716,19 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2693
2716
  flex: 1;
2694
2717
  }
2695
2718
  .aplus-editable-grid .ant-form-item {
2696
- margin-bottom: 20px;
2719
+ margin-bottom: 16px;
2697
2720
  }
2698
2721
  .aplus-editable-grid .vxe-cell:has(.is-editable) {
2699
- padding-block: 20px 0px !important;
2722
+ padding-block: 16px 0px !important;
2700
2723
  }
2701
2724
  .aplus-ap-text {
2702
2725
  box-sizing: border-box;
2703
2726
  margin: 0;
2704
2727
  padding: 0;
2705
2728
  color: rgba(0 0 0 / 85%);
2706
- font-size: 14px;
2729
+ font-size: 12px;
2707
2730
  font-family: inherit;
2708
- line-height: 22px;
2731
+ line-height: 1.5;
2709
2732
  list-style: none;
2710
2733
  display: flex;
2711
2734
  align-items: baseline;
@@ -2837,8 +2860,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2837
2860
  margin: 0;
2838
2861
  padding: 0;
2839
2862
  color: rgba(0 0 0 / 85%);
2840
- font-size: 14px;
2841
- line-height: 22px;
2863
+ font-size: 12px;
2864
+ line-height: 1.5;
2842
2865
  list-style: none;
2843
2866
  font-family: inherit;
2844
2867
  display: flex;
@@ -2908,7 +2931,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2908
2931
  transform: translate(-50%, -50%);
2909
2932
  z-index: 1000;
2910
2933
  background: rgba(0, 0, 0, 0.04);
2911
- font-size: 12px;
2934
+ font-size: 10px;
2912
2935
  border-radius: 2px;
2913
2936
  color: rgba(0 0 0 / 85%);
2914
2937
  cursor: pointer;
@@ -2973,7 +2996,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2973
2996
  width: 2px;
2974
2997
  }
2975
2998
  .aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
2976
- width: 12px;
2999
+ width: 10px;
2977
3000
  height: 24px;
2978
3001
  }
2979
3002
  .aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-start {
@@ -3021,7 +3044,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3021
3044
  height: 2px;
3022
3045
  }
3023
3046
  .aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
3024
- height: 12px;
3047
+ height: 10px;
3025
3048
  width: 24px;
3026
3049
  }
3027
3050
  .aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-start {
@@ -3129,10 +3152,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3129
3152
  .aplus-ap-view-menu-list-content .menu-list-content-action-text {
3130
3153
  cursor: pointer;
3131
3154
  font-size: 12px;
3155
+ display: flex;
3156
+ align-items: center;
3132
3157
  color: var(--basic-color-primary, #0070ff);
3133
3158
  }
3134
3159
  .aplus-ap-view-menu-list-content .menu-list-content-action-delete {
3135
3160
  cursor: pointer;
3161
+ display: flex;
3162
+ align-items: center;
3136
3163
  color: var(--ap-view-icon-color, #8896b0);
3137
3164
  }
3138
3165
  .aplus-ap-view-menu-list-content .menu-list-content-edit {