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

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 (335) hide show
  1. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  3. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  4. package/es/src/ap-field/date/helper.mjs +12 -12
  5. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  6. package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  8. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  9. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  10. package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
  11. package/es/src/ap-form/ap-form.vue2.mjs +57 -58
  12. package/es/src/ap-form/interface.d.ts +8 -0
  13. package/es/src/ap-form/item/index.vue.d.ts +1 -1
  14. package/es/src/ap-form/item/index.vue.mjs +33 -28
  15. package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
  16. package/es/src/ap-form/items/date/index.vue.mjs +8 -7
  17. package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
  18. package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
  19. package/es/src/ap-form/items/number/index.vue.mjs +9 -8
  20. package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
  21. package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
  22. package/es/src/ap-form/items/select/index.vue.mjs +7 -6
  23. package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
  24. package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
  25. package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
  26. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  27. package/es/src/ap-form/items/text/password.vue.mjs +1 -0
  28. package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
  29. package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  30. package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
  31. package/es/src/ap-form/render/item.vue.d.ts +1 -1
  32. package/es/src/ap-form/render/item.vue.mjs +5 -4
  33. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  34. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +41 -37
  35. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
  36. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
  37. package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
  38. package/es/src/ap-form/search-form/index.vue.mjs +91 -89
  39. package/es/src/ap-grid/constants.d.ts +3 -3
  40. package/es/src/ap-grid/constants.mjs +9 -9
  41. package/es/src/ap-grid/editable/form-item.vue.mjs +95 -84
  42. package/es/src/ap-grid/editable/index.vue.mjs +90 -79
  43. package/es/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  44. package/es/src/ap-grid/hooks/use-inner-params.mjs +24 -35
  45. package/es/src/ap-grid/index.vue.mjs +171 -148
  46. package/es/src/ap-grid/interface.d.ts +3 -3
  47. package/es/src/ap-grid/utils/table.mjs +32 -32
  48. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  49. package/es/src/ap-table/ap-table.vue2.mjs +209 -198
  50. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  51. package/es/src/ap-table/constants.d.ts +30 -30
  52. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  53. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +147 -130
  54. package/es/src/ap-table/utils.d.ts +14 -14
  55. package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
  56. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  57. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  58. package/es/src/ap-tag/interface.d.ts +4 -0
  59. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  60. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +93 -73
  61. package/es/src/business/ap-expand-alert/index.d.ts +4 -4
  62. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  63. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +109 -99
  64. package/es/src/business/ap-export-group/index.d.ts +3 -0
  65. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  66. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
  67. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  68. package/es/src/business/ap-label/constans.mjs +1 -1
  69. package/es/src/business/ap-label/index.d.ts +3 -3
  70. package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
  71. package/es/src/business/ap-ladder/index.d.ts +3 -3
  72. package/es/src/business/ap-status/interface.d.ts +1 -1
  73. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  74. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  75. package/es/src/business/ap-view/ap-view.vue2.mjs +136 -117
  76. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +60 -48
  77. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +86 -80
  78. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  79. package/es/src/business/ap-view/index.d.ts +3 -0
  80. package/es/src/business/ap-view/interface.d.ts +8 -0
  81. package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  82. package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
  83. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  84. package/es/src/business/hooks/usePageListApGrid.mjs +3 -5
  85. package/es/src/check-card/group.vue.d.ts +1 -1
  86. package/es/src/check-card/index.vue2.mjs +1 -1
  87. package/es/src/config-provider/config-provider-props.d.ts +0 -5
  88. package/es/src/config-provider/config-provider-props.mjs +0 -4
  89. package/es/src/config-provider/config-provider.d.ts +0 -138
  90. package/es/src/config-provider/config-provider.mjs +21 -26
  91. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
  92. package/es/src/config-provider/index.d.ts +0 -652
  93. package/es/src/design-token/index.mjs +9 -3
  94. package/es/src/editable-table/form-item.vue.d.ts +2 -14
  95. package/es/src/editable-table/form-item.vue.mjs +85 -77
  96. package/es/src/editable-table/index.vue.d.ts +2 -16
  97. package/es/src/editable-table/index.vue.mjs +86 -78
  98. package/es/src/editable-table/interface.d.ts +7 -0
  99. package/es/src/locale/lang/en.mjs +1 -1
  100. package/es/src/locale/lang/zh-cn.mjs +1 -1
  101. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  102. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  103. package/lib/src/ap-button/ap-button.vue.js +1 -1
  104. package/lib/src/ap-field/date/helper.js +1 -1
  105. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  106. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
  107. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  108. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  109. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  110. package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
  111. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  112. package/lib/src/ap-form/interface.d.ts +8 -0
  113. package/lib/src/ap-form/item/index.vue.d.ts +1 -1
  114. package/lib/src/ap-form/item/index.vue.js +1 -1
  115. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  116. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  117. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  118. package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
  119. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  120. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  121. package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
  122. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  123. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  124. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
  125. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  126. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  127. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  128. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  129. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  130. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  131. package/lib/src/ap-form/render/item.vue.d.ts +1 -1
  132. package/lib/src/ap-form/render/item.vue.js +1 -1
  133. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  134. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  135. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  136. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -1
  137. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
  138. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  139. package/lib/src/ap-grid/constants.d.ts +3 -3
  140. package/lib/src/ap-grid/constants.js +1 -1
  141. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  142. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  143. package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  144. package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
  145. package/lib/src/ap-grid/index.vue.js +1 -1
  146. package/lib/src/ap-grid/interface.d.ts +3 -3
  147. package/lib/src/ap-grid/utils/table.js +1 -1
  148. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  149. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  150. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  151. package/lib/src/ap-table/constants.d.ts +30 -30
  152. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  153. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  154. package/lib/src/ap-table/utils.d.ts +14 -14
  155. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  156. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  157. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  158. package/lib/src/ap-tag/interface.d.ts +4 -0
  159. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  160. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  161. package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
  162. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  163. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  164. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  165. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  166. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  167. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  168. package/lib/src/business/ap-label/constans.js +1 -1
  169. package/lib/src/business/ap-label/index.d.ts +3 -3
  170. package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
  171. package/lib/src/business/ap-ladder/index.d.ts +3 -3
  172. package/lib/src/business/ap-status/interface.d.ts +1 -1
  173. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
  174. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  175. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  176. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  177. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  178. package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  179. package/lib/src/business/ap-view/index.d.ts +3 -0
  180. package/lib/src/business/ap-view/interface.d.ts +8 -0
  181. package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  182. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  183. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  184. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  185. package/lib/src/check-card/group.vue.d.ts +1 -1
  186. package/lib/src/check-card/index.vue2.js +1 -1
  187. package/lib/src/config-provider/config-provider-props.d.ts +0 -5
  188. package/lib/src/config-provider/config-provider-props.js +1 -1
  189. package/lib/src/config-provider/config-provider.d.ts +0 -138
  190. package/lib/src/config-provider/config-provider.js +1 -1
  191. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
  192. package/lib/src/config-provider/index.d.ts +0 -652
  193. package/lib/src/design-token/index.js +1 -1
  194. package/lib/src/editable-table/form-item.vue.d.ts +2 -14
  195. package/lib/src/editable-table/form-item.vue.js +1 -1
  196. package/lib/src/editable-table/index.vue.d.ts +2 -16
  197. package/lib/src/editable-table/index.vue.js +1 -1
  198. package/lib/src/editable-table/interface.d.ts +7 -0
  199. package/lib/src/locale/lang/en.js +1 -1
  200. package/lib/src/locale/lang/zh-cn.js +1 -1
  201. package/package.json +4 -4
  202. package/theme/antd-global-overwrite/admin/index.css +14 -27
  203. package/theme/antd-global-overwrite/admin/index.less +1 -0
  204. package/theme/antd-global-overwrite/admin/modal.css +8 -24
  205. package/theme/antd-global-overwrite/admin/modal.less +9 -24
  206. package/theme/antd-global-overwrite/admin/table.css +3 -3
  207. package/theme/antd-global-overwrite/admin/table.less +3 -3
  208. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  209. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  210. package/theme/antd-global-overwrite/aplus/index.css +13 -20
  211. package/theme/antd-global-overwrite/aplus/index.less +1 -0
  212. package/theme/antd-global-overwrite/aplus/modal.css +7 -17
  213. package/theme/antd-global-overwrite/aplus/modal.less +8 -18
  214. package/theme/antd-global-overwrite/aplus/table.css +3 -3
  215. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  216. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  217. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  218. package/theme/ap-action/item-dropdown.css +24 -6
  219. package/theme/ap-action/item-dropdown.less +1 -1
  220. package/theme/ap-action/item.css +25 -7
  221. package/theme/ap-action/item.less +1 -1
  222. package/theme/ap-appendix/ap-appendix.css +28 -8
  223. package/theme/ap-appendix/ap-appendix.less +6 -4
  224. package/theme/ap-attachment/ap-attachment.css +28 -9
  225. package/theme/ap-attachment/ap-attachment.less +6 -6
  226. package/theme/ap-batch-action/ap-batch-action.css +28 -7
  227. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  228. package/theme/ap-button/ap-button.css +22 -4
  229. package/theme/ap-card/ap-card.css +22 -4
  230. package/theme/ap-descriptions/ap-descriptions.css +27 -9
  231. package/theme/ap-descriptions/ap-descriptions.less +5 -5
  232. package/theme/ap-download/ap-download.css +29 -14
  233. package/theme/ap-download/ap-download.less +8 -11
  234. package/theme/ap-expand-alert/ap-expand-alert.css +24 -6
  235. package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
  236. package/theme/ap-field/checkbox.css +23 -5
  237. package/theme/ap-field/checkbox.less +2 -1
  238. package/theme/ap-field/index.css +24 -6
  239. package/theme/ap-field/number.css +22 -4
  240. package/theme/ap-field/radio.css +23 -5
  241. package/theme/ap-field/radio.less +1 -1
  242. package/theme/ap-field/text-area.css +22 -4
  243. package/theme/ap-form/ap-form-item-group.css +22 -4
  244. package/theme/ap-form/ap-form-item.css +33 -10
  245. package/theme/ap-form/ap-form-item.less +17 -9
  246. package/theme/ap-form/drawer-form.css +22 -4
  247. package/theme/ap-form/index.css +61 -26
  248. package/theme/ap-form/item-text-group.css +22 -4
  249. package/theme/ap-form/item-text.css +22 -4
  250. package/theme/ap-form/modal-form.css +22 -4
  251. package/theme/ap-form/search-form-sorter.css +36 -17
  252. package/theme/ap-form/search-form-sorter.less +8 -7
  253. package/theme/ap-form/search-form.css +61 -26
  254. package/theme/ap-form/search-form.less +17 -6
  255. package/theme/ap-grid/editable.css +24 -6
  256. package/theme/ap-grid/editable.less +3 -2
  257. package/theme/ap-grid/index.css +117 -43
  258. package/theme/ap-grid/index.less +35 -11
  259. package/theme/ap-group-search/ap-extension-select.css +22 -4
  260. package/theme/ap-group-search/ap-group-search.css +22 -4
  261. package/theme/ap-group-search/ap-popover-select.css +22 -4
  262. package/theme/ap-image/ap-image.css +22 -4
  263. package/theme/ap-input-radio/ap-input-radio.css +22 -4
  264. package/theme/ap-label/ap-label.css +22 -4
  265. package/theme/ap-ladder/ap-ladder.css +26 -7
  266. package/theme/ap-ladder/ap-ladder.less +4 -3
  267. package/theme/ap-layout/ap-info-layout.css +22 -4
  268. package/theme/ap-list/index.css +23 -5
  269. package/theme/ap-list/index.less +2 -1
  270. package/theme/ap-product-info/ap-product-info.css +22 -4
  271. package/theme/ap-select-layout/ap-select-layout.css +30 -12
  272. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  273. package/theme/ap-size-input/ap-size-input.css +22 -4
  274. package/theme/ap-status/ap-status.css +24 -7
  275. package/theme/ap-status/ap-status.less +2 -4
  276. package/theme/ap-summary/index.css +25 -7
  277. package/theme/ap-summary/index.less +3 -3
  278. package/theme/ap-table/ap-table-index.css +27 -9
  279. package/theme/ap-table/ap-table-index.less +5 -5
  280. package/theme/ap-table/ap-table-paragraph-ellipsis.css +22 -4
  281. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  282. package/theme/ap-table/ap-table.css +109 -55
  283. package/theme/ap-table/ap-table.less +11 -9
  284. package/theme/ap-table/setting/index.css +30 -13
  285. package/theme/ap-table/setting/modal.css +26 -9
  286. package/theme/ap-table/setting/modal.less +1 -2
  287. package/theme/ap-table/setting/select-group.css +24 -5
  288. package/theme/ap-table/setting/select-group.less +2 -1
  289. package/theme/ap-table/setting/sortable-item-meta.css +22 -4
  290. package/theme/ap-table/setting/sortable-item.css +22 -4
  291. package/theme/ap-table/setting/sorter.css +24 -7
  292. package/theme/ap-table-modal/index.css +109 -55
  293. package/theme/ap-tag/ap-tag-group.css +24 -6
  294. package/theme/ap-tag/ap-tag-group.less +4 -5
  295. package/theme/ap-tag/ap-tag.css +45 -18
  296. package/theme/ap-tag/ap-tag.less +37 -24
  297. package/theme/ap-title/ap-title.css +29 -9
  298. package/theme/ap-title/ap-title.less +7 -5
  299. package/theme/ap-upload/index.css +30 -12
  300. package/theme/ap-upload/multiple-file.css +24 -6
  301. package/theme/ap-upload/multiple-file.less +2 -2
  302. package/theme/ap-upload/picture.css +26 -8
  303. package/theme/ap-upload/picture.less +4 -4
  304. package/theme/ap-upload/single-file.css +24 -6
  305. package/theme/ap-upload/single-file.less +2 -2
  306. package/theme/ap-upload/upload.css +22 -4
  307. package/theme/ap-upload-single/index.css +22 -4
  308. package/theme/ap-view/ap-view.css +26 -4
  309. package/theme/ap-view/ap-view.less +4 -0
  310. package/theme/batch-input-group/index.css +25 -6
  311. package/theme/batch-input-group/popover-input.css +23 -4
  312. package/theme/batch-input-group/popover-input.less +1 -0
  313. package/theme/check-card/index.css +44 -26
  314. package/theme/check-card/index.less +17 -15
  315. package/theme/editable-table/index.css +77 -40
  316. package/theme/editable-table/index.less +9 -7
  317. package/theme/full-screen/index.css +22 -4
  318. package/theme/index.css +390 -182
  319. package/theme/index.less +1 -0
  320. package/theme/mask/index.css +22 -4
  321. package/theme/mixins/config.less +27 -5
  322. package/theme/mixins/mixins.css +22 -4
  323. package/theme/mixins/mixins.less +25 -0
  324. package/theme/scroll-bar/index.css +22 -4
  325. package/theme/scroll-view/index.css +22 -4
  326. package/theme/splitter/index.css +29 -11
  327. package/theme/text/group.css +22 -4
  328. package/theme/text/index.css +25 -7
  329. package/theme/ui-mode.css +94 -0
  330. package/theme/ui-mode.less +95 -0
  331. package/theme/work-order-modal/index.css +22 -4
  332. package/es/src/config-provider/css-var.d.ts +0 -139
  333. package/es/src/config-provider/css-var.mjs +0 -278
  334. package/lib/src/config-provider/css-var.d.ts +0 -139
  335. package/lib/src/config-provider/css-var.js +0 -1
@@ -2,12 +2,30 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
5
+ color: #182948;
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
+ .reset-scrollbar ::-webkit-scrollbar {
12
+ width: 10px;
13
+ height: 10px;
14
+ }
15
+ .reset-scrollbar ::-webkit-scrollbar-thumb {
16
+ background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
17
+ background-clip: content-box;
18
+ border: 1px solid transparent;
19
+ border-radius: 4px;
20
+ }
21
+ .reset-scrollbar ::-webkit-scrollbar-track,
22
+ .reset-scrollbar ::-webkit-scrollbar-corner {
23
+ background-color: var(--ap-table-header-bg, #f2f6f9);
24
+ }
25
+ .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
26
+ .reset-scrollbar ::-webkit-scrollbar-thumb:active {
27
+ background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
28
+ }
11
29
  .clear-fix::before {
12
30
  display: table;
13
31
  content: '';
@@ -19,7 +37,7 @@
19
37
  }
20
38
  .common-style {
21
39
  box-sizing: border-box;
22
- font-size: 14px;
40
+ font-size: 12px;
23
41
  font-family: inherit;
24
42
  }
25
43
  .common-style::before,
@@ -30,11 +48,14 @@
30
48
  box-sizing: border-box;
31
49
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
32
50
  border-radius: 4px;
33
- padding-inline: 12px;
51
+ padding-inline: 8px;
34
52
  }
35
53
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
36
54
  padding: 0;
37
55
  }
56
+ .aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
57
+ padding-right: 8px;
58
+ }
38
59
  .aplus-ap-form-item--bordered .ant-input {
39
60
  padding: 0;
40
61
  }
@@ -48,7 +69,7 @@
48
69
  inset-inline-end: 0;
49
70
  }
50
71
  .aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
51
- padding-left: 11px;
72
+ padding-left: 8px;
52
73
  }
53
74
  .aplus-ap-form-item--bordered .ant-select-selector {
54
75
  border-width: 0 !important;
@@ -60,8 +81,11 @@
60
81
  .aplus-ap-form-item--bordered:has(.ant-select) {
61
82
  padding-right: 0px;
62
83
  }
84
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
85
+ padding-right: 4px;
86
+ }
63
87
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
64
- padding-right: 16px;
88
+ padding-right: 12px;
65
89
  height: 30px;
66
90
  }
67
91
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -86,8 +110,7 @@
86
110
  }
87
111
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
88
112
  font-size: 12px;
89
- line-height: 18px;
90
- margin-top: 2px;
113
+ line-height: 16px;
91
114
  }
92
115
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
93
116
  line-height: 22px;
@@ -99,7 +122,7 @@
99
122
  width: 100%;
100
123
  }
101
124
  .aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
102
- padding-inline: 11px;
125
+ padding-inline: 8px;
103
126
  flex: 1;
104
127
  }
105
128
  .aplus-search-form-sorter-content {
@@ -112,12 +135,12 @@
112
135
  box-sizing: border-box;
113
136
  margin: 0;
114
137
  padding: 0;
115
- color: rgba(0 0 0 / 85%);
116
- font-size: 14px;
138
+ color: #182948;
139
+ font-size: 12px;
117
140
  font-family: inherit;
118
- line-height: 22px;
141
+ line-height: 1.5;
119
142
  list-style: none;
120
- font-size: 16px;
143
+ font-size: 14px;
121
144
  font-weight: 700;
122
145
  display: inline-block;
123
146
  padding-bottom: 4px;
@@ -126,10 +149,10 @@
126
149
  box-sizing: border-box;
127
150
  margin: 0;
128
151
  padding: 0;
129
- color: rgba(0 0 0 / 85%);
130
- font-size: 14px;
152
+ color: #182948;
153
+ font-size: 12px;
131
154
  font-family: inherit;
132
- line-height: 22px;
155
+ line-height: 1.5;
133
156
  list-style: none;
134
157
  color: #8896b0;
135
158
  }
@@ -142,10 +165,10 @@
142
165
  box-sizing: border-box;
143
166
  margin: 0;
144
167
  padding: 0;
145
- color: rgba(0 0 0 / 85%);
146
- font-size: 14px;
168
+ color: #182948;
169
+ font-size: 12px;
147
170
  font-family: inherit;
148
- line-height: 22px;
171
+ line-height: 1.5;
149
172
  list-style: none;
150
173
  color: #0070ff;
151
174
  }
@@ -168,6 +191,7 @@
168
191
  padding: 8px;
169
192
  display: flex;
170
193
  align-items: center;
194
+ background-color: #fff;
171
195
  }
172
196
  .aplus-search-form-sorter-sorter-item > div:hover {
173
197
  border-color: var(--basic-color-primary, #0070ff);
@@ -183,10 +207,10 @@
183
207
  box-sizing: border-box;
184
208
  margin: 0;
185
209
  padding: 0;
186
- color: rgba(0 0 0 / 85%);
187
- font-size: 14px;
210
+ color: #182948;
211
+ font-size: 12px;
188
212
  font-family: inherit;
189
- line-height: 22px;
213
+ line-height: 1.5;
190
214
  list-style: none;
191
215
  padding-left: 4px;
192
216
  max-width: 100%;
@@ -195,7 +219,7 @@
195
219
  text-overflow: ellipsis;
196
220
  }
197
221
  .aplus-ap-form-search-form .ant-form-item {
198
- margin-bottom: 16px;
222
+ margin-bottom: 8px;
199
223
  }
200
224
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
201
225
  display: flex;
@@ -204,7 +228,7 @@
204
228
  width: 100%;
205
229
  }
206
230
  .aplus-ap-form-search-form__popover .ant-form-item {
207
- margin-bottom: 16px;
231
+ margin-bottom: 8px;
208
232
  }
209
233
  .aplus-ap-form-search-form__popover .ant-popover-arrow {
210
234
  display: none;
@@ -224,6 +248,17 @@
224
248
  .aplus-ap-form-search-form__popover-footer-confirm-btn {
225
249
  margin-left: 10px;
226
250
  }
251
+ .aplus-ap-form-search-form__popover-footer button.ant-btn {
252
+ padding-inline: 16px;
253
+ }
254
+ .aplus-ap-form-search-form-trigger-btn {
255
+ font-size: 0px;
256
+ }
257
+ .aplus-ap-form-search-form-trigger-btn-active {
258
+ color: var(--ap-form-bordered-border-color-hover);
259
+ border-color: var(--ap-form-bordered-border-color-hover);
260
+ z-index: 1;
261
+ }
227
262
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
228
263
  flex-shrink: 0;
229
264
  }
@@ -250,5 +285,5 @@
250
285
  padding-inline: 12px;
251
286
  }
252
287
  .aplus-ap-form-search-form-action-btn-reset {
253
- background-color: #E9EDF3;
288
+ background-color: var(--basic-bg-color);
254
289
  }
@@ -5,7 +5,7 @@
5
5
 
6
6
  .b(ap-form-search-form, {
7
7
  .ant-form-item {
8
- margin-bottom: 16px;
8
+ margin-bottom: @spacing;
9
9
  }
10
10
  .ant-form-item-control {
11
11
  .ant-picker {
@@ -17,7 +17,7 @@
17
17
  }
18
18
  &__popover {
19
19
  .ant-form-item {
20
- margin-bottom: 16px;
20
+ margin-bottom: @spacing;
21
21
  }
22
22
  & .ant-popover-arrow {
23
23
  display: none;
@@ -27,16 +27,27 @@
27
27
  padding: 0;
28
28
  }
29
29
  &-content {
30
- padding: 12px 16px 16px;
30
+ padding: @spacing-lg @spacing-xl @spacing-xl;
31
31
  textarea {
32
32
  padding: 0;
33
33
  }
34
34
  }
35
35
  &-footer {
36
- padding: 12px 16px;
36
+ padding: @spacing-lg @spacing-xl;
37
37
  &-confirm-btn {
38
38
  margin-left: 10px;
39
39
  }
40
+ & button.ant-btn {
41
+ padding-inline: @spacing-xl;
42
+ }
43
+ }
44
+ }
45
+ &-trigger-btn {
46
+ font-size: 0px;
47
+ &-active {
48
+ color: var(--ap-form-bordered-border-color-hover);
49
+ border-color: var(--ap-form-bordered-border-color-hover);
50
+ z-index: 1;
40
51
  }
41
52
  }
42
53
  &-column-setting-trigger-wrapper {
@@ -64,9 +75,9 @@
64
75
  }
65
76
  }
66
77
  &-action-btn {
67
- padding-inline: 12px;
78
+ padding-inline: @spacing-lg;
68
79
  }
69
80
  &-action-btn-reset {
70
- background-color: #E9EDF3;
81
+ background-color: var(--basic-bg-color);
71
82
  }
72
83
  });
@@ -2,12 +2,30 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
5
+ color: #182948;
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
+ .reset-scrollbar ::-webkit-scrollbar {
12
+ width: 10px;
13
+ height: 10px;
14
+ }
15
+ .reset-scrollbar ::-webkit-scrollbar-thumb {
16
+ background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
17
+ background-clip: content-box;
18
+ border: 1px solid transparent;
19
+ border-radius: 4px;
20
+ }
21
+ .reset-scrollbar ::-webkit-scrollbar-track,
22
+ .reset-scrollbar ::-webkit-scrollbar-corner {
23
+ background-color: var(--ap-table-header-bg, #f2f6f9);
24
+ }
25
+ .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
26
+ .reset-scrollbar ::-webkit-scrollbar-thumb:active {
27
+ background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
28
+ }
11
29
  .clear-fix::before {
12
30
  display: table;
13
31
  content: '';
@@ -19,7 +37,7 @@
19
37
  }
20
38
  .common-style {
21
39
  box-sizing: border-box;
22
- font-size: 14px;
40
+ font-size: 12px;
23
41
  font-family: inherit;
24
42
  }
25
43
  .common-style::before,
@@ -43,8 +61,8 @@
43
61
  flex: 1;
44
62
  }
45
63
  .aplus-editable-grid .ant-form-item {
46
- margin-bottom: 20px;
64
+ margin-bottom: 16px;
47
65
  }
48
66
  .aplus-editable-grid .vxe-cell:has(.is-editable) {
49
- padding-block: 20px 0px !important;
67
+ padding-block: 16px 0px !important;
50
68
  }
@@ -19,10 +19,11 @@
19
19
  flex: 1;
20
20
  }
21
21
  }
22
+ // 总的可编辑单元格为上下16px 左右8px
22
23
  .ant-form-item {
23
- margin-bottom: 20px;
24
+ margin-bottom: @spacing-xl;
24
25
  }
25
26
  .vxe-cell:has(.is-editable) {
26
- padding-block: 20px 0px !important;
27
+ padding-block: @spacing-xl 0px !important;
27
28
  }
28
29
  });
@@ -2,12 +2,30 @@
2
2
  box-sizing: border-box;
3
3
  margin: 0;
4
4
  padding: 0;
5
- color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
5
+ color: #182948;
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
+ .reset-scrollbar ::-webkit-scrollbar {
12
+ width: 10px;
13
+ height: 10px;
14
+ }
15
+ .reset-scrollbar ::-webkit-scrollbar-thumb {
16
+ background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
17
+ background-clip: content-box;
18
+ border: 1px solid transparent;
19
+ border-radius: 4px;
20
+ }
21
+ .reset-scrollbar ::-webkit-scrollbar-track,
22
+ .reset-scrollbar ::-webkit-scrollbar-corner {
23
+ background-color: var(--ap-table-header-bg, #f2f6f9);
24
+ }
25
+ .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
26
+ .reset-scrollbar ::-webkit-scrollbar-thumb:active {
27
+ background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
28
+ }
11
29
  .clear-fix::before {
12
30
  display: table;
13
31
  content: '';
@@ -19,7 +37,7 @@
19
37
  }
20
38
  .common-style {
21
39
  box-sizing: border-box;
22
- font-size: 14px;
40
+ font-size: 12px;
23
41
  font-family: inherit;
24
42
  }
25
43
  .common-style::before,
@@ -39,11 +57,14 @@
39
57
  box-sizing: border-box;
40
58
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
41
59
  border-radius: 4px;
42
- padding-inline: 12px;
60
+ padding-inline: 8px;
43
61
  }
44
62
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
45
63
  padding: 0;
46
64
  }
65
+ .aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
66
+ padding-right: 8px;
67
+ }
47
68
  .aplus-ap-form-item--bordered .ant-input {
48
69
  padding: 0;
49
70
  }
@@ -57,7 +78,7 @@
57
78
  inset-inline-end: 0;
58
79
  }
59
80
  .aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
60
- padding-left: 11px;
81
+ padding-left: 8px;
61
82
  }
62
83
  .aplus-ap-form-item--bordered .ant-select-selector {
63
84
  border-width: 0 !important;
@@ -69,8 +90,11 @@
69
90
  .aplus-ap-form-item--bordered:has(.ant-select) {
70
91
  padding-right: 0px;
71
92
  }
93
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
94
+ padding-right: 4px;
95
+ }
72
96
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
73
- padding-right: 16px;
97
+ padding-right: 12px;
74
98
  height: 30px;
75
99
  }
76
100
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -95,8 +119,7 @@
95
119
  }
96
120
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
97
121
  font-size: 12px;
98
- line-height: 18px;
99
- margin-top: 2px;
122
+ line-height: 16px;
100
123
  }
101
124
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
102
125
  line-height: 22px;
@@ -108,7 +131,7 @@
108
131
  width: 100%;
109
132
  }
110
133
  .aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
111
- padding-inline: 11px;
134
+ padding-inline: 8px;
112
135
  flex: 1;
113
136
  }
114
137
  .aplus-ap-form-drawer-form__resize-bar {
@@ -157,12 +180,12 @@
157
180
  box-sizing: border-box;
158
181
  margin: 0;
159
182
  padding: 0;
160
- color: rgba(0 0 0 / 85%);
161
- font-size: 14px;
183
+ color: #182948;
184
+ font-size: 12px;
162
185
  font-family: inherit;
163
- line-height: 22px;
186
+ line-height: 1.5;
164
187
  list-style: none;
165
- font-size: 16px;
188
+ font-size: 14px;
166
189
  font-weight: 700;
167
190
  display: inline-block;
168
191
  padding-bottom: 4px;
@@ -171,10 +194,10 @@
171
194
  box-sizing: border-box;
172
195
  margin: 0;
173
196
  padding: 0;
174
- color: rgba(0 0 0 / 85%);
175
- font-size: 14px;
197
+ color: #182948;
198
+ font-size: 12px;
176
199
  font-family: inherit;
177
- line-height: 22px;
200
+ line-height: 1.5;
178
201
  list-style: none;
179
202
  color: #8896b0;
180
203
  }
@@ -187,10 +210,10 @@
187
210
  box-sizing: border-box;
188
211
  margin: 0;
189
212
  padding: 0;
190
- color: rgba(0 0 0 / 85%);
191
- font-size: 14px;
213
+ color: #182948;
214
+ font-size: 12px;
192
215
  font-family: inherit;
193
- line-height: 22px;
216
+ line-height: 1.5;
194
217
  list-style: none;
195
218
  color: #0070ff;
196
219
  }
@@ -213,6 +236,7 @@
213
236
  padding: 8px;
214
237
  display: flex;
215
238
  align-items: center;
239
+ background-color: #fff;
216
240
  }
217
241
  .aplus-search-form-sorter-sorter-item > div:hover {
218
242
  border-color: var(--basic-color-primary, #0070ff);
@@ -228,10 +252,10 @@
228
252
  box-sizing: border-box;
229
253
  margin: 0;
230
254
  padding: 0;
231
- color: rgba(0 0 0 / 85%);
232
- font-size: 14px;
255
+ color: #182948;
256
+ font-size: 12px;
233
257
  font-family: inherit;
234
- line-height: 22px;
258
+ line-height: 1.5;
235
259
  list-style: none;
236
260
  padding-left: 4px;
237
261
  max-width: 100%;
@@ -240,7 +264,7 @@
240
264
  text-overflow: ellipsis;
241
265
  }
242
266
  .aplus-ap-form-search-form .ant-form-item {
243
- margin-bottom: 16px;
267
+ margin-bottom: 8px;
244
268
  }
245
269
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
246
270
  display: flex;
@@ -249,7 +273,7 @@
249
273
  width: 100%;
250
274
  }
251
275
  .aplus-ap-form-search-form__popover .ant-form-item {
252
- margin-bottom: 16px;
276
+ margin-bottom: 8px;
253
277
  }
254
278
  .aplus-ap-form-search-form__popover .ant-popover-arrow {
255
279
  display: none;
@@ -269,6 +293,17 @@
269
293
  .aplus-ap-form-search-form__popover-footer-confirm-btn {
270
294
  margin-left: 10px;
271
295
  }
296
+ .aplus-ap-form-search-form__popover-footer button.ant-btn {
297
+ padding-inline: 16px;
298
+ }
299
+ .aplus-ap-form-search-form-trigger-btn {
300
+ font-size: 0px;
301
+ }
302
+ .aplus-ap-form-search-form-trigger-btn-active {
303
+ color: var(--ap-form-bordered-border-color-hover);
304
+ border-color: var(--ap-form-bordered-border-color-hover);
305
+ z-index: 1;
306
+ }
272
307
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
273
308
  flex-shrink: 0;
274
309
  }
@@ -295,7 +330,7 @@
295
330
  padding-inline: 12px;
296
331
  }
297
332
  .aplus-ap-form-search-form-action-btn-reset {
298
- background-color: #E9EDF3;
333
+ background-color: var(--basic-bg-color);
299
334
  }
300
335
  .aplus-ap-form-item-text-group-compact .ant-select-focused {
301
336
  z-index: 1;
@@ -354,7 +389,7 @@
354
389
  }
355
390
  .aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
356
391
  display: flex;
357
- margin-block-end: 16px;
392
+ margin-block-end: 12px;
358
393
  }
359
394
  .aplus-field-number-label-left {
360
395
  padding-right: 4px;
@@ -364,7 +399,7 @@
364
399
  }
365
400
  .aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
366
401
  display: flex;
367
- margin-block-end: 16px;
402
+ margin-block-end: 12px;
368
403
  }
369
404
  .aplus-field-text-area {
370
405
  white-space: pre-wrap;
@@ -375,10 +410,10 @@
375
410
  box-sizing: border-box;
376
411
  margin: 0;
377
412
  padding: 0;
378
- color: rgba(0 0 0 / 85%);
379
- font-size: 14px;
413
+ color: #182948;
414
+ font-size: 12px;
380
415
  font-family: inherit;
381
- line-height: 22px;
416
+ line-height: 1.5;
382
417
  list-style: none;
383
418
  display: inline-block;
384
419
  cursor: pointer;
@@ -420,10 +455,39 @@
420
455
  }
421
456
  .aplus-action-item-dropdown__icon {
422
457
  color: #0070ff;
423
- margin-left: 4px;
424
- font-size: 14px;
458
+ margin-left: 2px;
459
+ font-size: 12px;
425
460
  display: inline-flex;
426
461
  }
462
+ .aplus-ap-grid ::-webkit-scrollbar {
463
+ width: 10px;
464
+ height: 10px;
465
+ }
466
+ .aplus-ap-grid ::-webkit-scrollbar-thumb {
467
+ background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
468
+ background-clip: content-box;
469
+ border: 1px solid transparent;
470
+ border-radius: 4px;
471
+ }
472
+ .aplus-ap-grid ::-webkit-scrollbar-track,
473
+ .aplus-ap-grid ::-webkit-scrollbar-corner {
474
+ background-color: var(--ap-table-header-bg, #f2f6f9);
475
+ }
476
+ .aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
477
+ .aplus-ap-grid ::-webkit-scrollbar-thumb:active {
478
+ background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
479
+ }
480
+ .aplus-ap-grid .vxe-table .vxe-cell {
481
+ min-height: unset !important;
482
+ padding: 9px 12px !important;
483
+ font-size: 12px;
484
+ line-height: 1.5;
485
+ }
486
+ .aplus-ap-grid .vxe-table.size--mini .vxe-cell {
487
+ min-height: unset !important;
488
+ padding: 6px 9px !important;
489
+ line-height: 1.5;
490
+ }
427
491
  .aplus-ap-grid-adaptive {
428
492
  height: 100%;
429
493
  display: flex;
@@ -434,18 +498,17 @@
434
498
  flex: 1;
435
499
  }
436
500
  .aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
437
- margin: 16px 0px 0px;
501
+ margin-block: 12px;
438
502
  }
439
503
  .aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
440
504
  background-color: #fff;
441
505
  z-index: 10;
442
506
  position: sticky;
443
507
  bottom: 0;
444
- padding-bottom: 16px;
445
508
  }
446
509
  .aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
447
510
  margin-top: 0;
448
- padding-top: 8px;
511
+ padding-top: 4px;
449
512
  }
450
513
  .aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
451
514
  opacity: 0;
@@ -454,9 +517,13 @@
454
517
  height: 0px !important;
455
518
  }
456
519
  .aplus-ap-grid-wrapper {
457
- padding: 16px;
520
+ padding: 8px;
521
+ padding-bottom: 12px;
458
522
  background-color: #fff;
459
523
  }
524
+ .aplus-ap-grid-wrapper:has(ul.ant-pagination) {
525
+ padding-bottom: 0;
526
+ }
460
527
  .aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
461
528
  padding-bottom: 0;
462
529
  }
@@ -464,9 +531,10 @@
464
531
  padding-bottom: 0;
465
532
  }
466
533
  .aplus-ap-grid__search-wrapper {
467
- padding: 16px;
534
+ padding: 8px;
468
535
  padding-bottom: 0;
469
536
  background-color: #fff;
537
+ border-radius: 4px;
470
538
  margin-bottom: 10px;
471
539
  }
472
540
  .aplus-ap-grid__table-wrapper {
@@ -478,11 +546,16 @@
478
546
  flex-direction: column;
479
547
  }
480
548
  .aplus-ap-grid__table-wrapper-card {
481
- padding: 12px 16px 16px;
549
+ padding: 8px;
550
+ padding-bottom: 12px;
551
+ border-radius: 4px;
482
552
  background-color: #fff;
483
553
  }
554
+ .aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
555
+ padding-bottom: 0;
556
+ }
484
557
  .aplus-ap-grid-pagination {
485
- margin-top: 16px;
558
+ margin-block: 12px;
486
559
  display: flex;
487
560
  flex-wrap: wrap;
488
561
  row-gap: 8px;
@@ -511,13 +584,14 @@
511
584
  word-break: break-all;
512
585
  flex: 1;
513
586
  }
514
- .aplus-ap-grid th .vxe-cell--wrapper {
587
+ .aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper {
515
588
  display: flex;
516
589
  flex-direction: row;
517
590
  flex-wrap: nowrap;
518
591
  align-items: center;
592
+ min-width: unset;
519
593
  }
520
- .aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
594
+ .aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper .vxe-cell--title {
521
595
  flex-shrink: 1;
522
- flex-grow: 1;
596
+ flex-grow: 0;
523
597
  }