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

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 (506) hide show
  1. package/es/index.mjs +307 -289
  2. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +9 -8
  3. package/es/src/ap-descriptions/help-message/index.vue2.mjs +1 -1
  4. package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +7 -0
  5. package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +4 -0
  6. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +25 -0
  7. package/es/src/ap-drawer/index.d.ts +2 -0
  8. package/es/src/ap-drawer/index.mjs +5 -2
  9. package/es/src/ap-drawer/utils/createDrawer.mjs +38 -33
  10. package/es/src/ap-field/date-range/index.vue.mjs +8 -7
  11. package/es/src/ap-field/hooks/use-date-timezone.mjs +17 -8
  12. package/es/src/ap-field/number/index.vue.d.ts +2 -4
  13. package/es/src/ap-field/radio/index.vue.d.ts +2 -4
  14. package/es/src/ap-field/rate/index.vue.d.ts +2 -4
  15. package/es/src/ap-field/select/index.vue.d.ts +3 -6
  16. package/es/src/ap-field/slider/index.vue.d.ts +2 -4
  17. package/es/src/ap-field/text/index.vue2.mjs +42 -44
  18. package/es/src/ap-field/text/password.vue.mjs +15 -17
  19. package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
  20. package/es/src/ap-field/tree-select/index.vue.mjs +31 -30
  21. package/es/src/ap-form/ap-form.vue2.mjs +89 -77
  22. package/es/src/ap-form/dependency/index.vue.mjs +29 -23
  23. package/es/src/ap-form/drawer-form/index.vue.d.ts +9 -7
  24. package/es/src/ap-form/drawer-form/index.vue.mjs +58 -49
  25. package/es/src/ap-form/interface.d.ts +9 -5
  26. package/es/src/ap-form/item/index.vue.d.ts +5 -10
  27. package/es/src/ap-form/item/index.vue.mjs +69 -73
  28. package/es/src/ap-form/item-group/index.vue.mjs +34 -35
  29. package/es/src/ap-form/items/select/index.vue.mjs +12 -14
  30. package/es/src/ap-form/items/text/password.vue.mjs +9 -9
  31. package/es/src/ap-form/items/text-area/index.vue.d.ts +5 -5
  32. package/es/src/ap-form/items/tree-select/index.vue.mjs +12 -14
  33. package/es/src/ap-form/modal-form/index.vue.d.ts +9 -7
  34. package/es/src/ap-form/modal-form/index.vue.mjs +64 -55
  35. package/es/src/ap-form/provider/index.vue.mjs +6 -5
  36. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +31 -13
  37. package/es/src/ap-form/search-form/index.vue.d.ts +4 -8
  38. package/es/src/ap-form/search-form/index.vue.mjs +63 -62
  39. package/es/src/ap-form/set/index.vue.mjs +20 -20
  40. package/es/src/ap-grid/editable/form-item.vue.mjs +39 -36
  41. package/es/src/ap-grid/editable/index.vue.mjs +13 -10
  42. package/es/src/ap-grid/hooks/use-editable-columns.mjs +17 -17
  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/hooks/use-render-columns.mjs +8 -8
  46. package/es/src/ap-grid/hooks/use-row-selection.d.ts +100 -0
  47. package/es/src/ap-grid/hooks/use-row-selection.mjs +122 -0
  48. package/es/src/ap-grid/hooks/use-table-style.d.ts +16 -0
  49. package/es/src/ap-grid/hooks/use-table-style.mjs +26 -0
  50. package/es/src/ap-grid/index.vue.mjs +295 -243
  51. package/es/src/ap-grid/interface.d.ts +32 -3
  52. package/es/src/ap-grid/utils/table.mjs +15 -15
  53. package/es/src/ap-list/index.vue.d.ts +2 -9
  54. package/es/src/ap-list/index.vue.mjs +113 -103
  55. package/es/src/ap-list/interface.d.ts +24 -3
  56. package/es/src/ap-modal/interface.d.ts +2 -1
  57. package/es/src/ap-modal/utils/createModalStream.mjs +24 -24
  58. package/es/src/ap-table/ap-table.vue.d.ts +10 -2
  59. package/es/src/ap-table/ap-table.vue2.mjs +86 -82
  60. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +42 -44
  61. package/es/src/ap-table/constants.d.ts +22 -22
  62. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +24 -5
  63. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +158 -130
  64. package/es/src/ap-table/interface.d.ts +17 -4
  65. package/es/src/ap-table/utils.d.ts +21 -21
  66. package/es/src/business/ap-card/ApCard.vue.d.ts +2 -4
  67. package/es/src/business/ap-card/ApCard.vue2.mjs +34 -33
  68. package/es/src/business/ap-card/index.d.ts +2 -4
  69. package/es/src/business/ap-card/interface.d.ts +5 -0
  70. package/es/src/business/ap-copy/ApCopy.d.ts +52 -0
  71. package/es/src/business/ap-copy/ApCopy.mjs +79 -0
  72. package/es/src/business/ap-copy/constans.d.ts +24 -0
  73. package/es/src/business/ap-copy/constans.mjs +25 -0
  74. package/es/src/business/ap-copy/index.d.ts +102 -0
  75. package/es/src/business/ap-copy/index.mjs +7 -0
  76. package/es/src/business/ap-copy/interface.d.ts +8 -0
  77. package/es/src/business/ap-copy/interface.mjs +1 -0
  78. package/es/src/business/ap-copy/style/css.d.ts +0 -0
  79. package/es/src/business/ap-copy/style/css.js +1 -0
  80. package/es/src/business/ap-copy/style/index.d.ts +0 -0
  81. package/es/src/business/ap-copy/style/index.js +1 -0
  82. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +51 -49
  83. package/es/src/business/ap-keep-alive/cacher/cacher.d.ts +10 -0
  84. package/es/src/business/ap-keep-alive/cacher/lru-cacher.d.ts +16 -0
  85. package/es/src/business/ap-keep-alive/cacher/lru-cacher.mjs +43 -0
  86. package/es/src/business/ap-keep-alive/hook.d.ts +10 -0
  87. package/es/src/business/ap-keep-alive/hook.mjs +33 -0
  88. package/es/src/business/ap-keep-alive/index.d.ts +108 -0
  89. package/es/src/business/ap-keep-alive/index.mjs +15 -0
  90. package/es/src/business/ap-keep-alive/interface.d.ts +36 -0
  91. package/es/src/business/ap-keep-alive/interface.mjs +54 -0
  92. package/es/src/business/ap-keep-alive/keep-alive.d.ts +54 -0
  93. package/es/src/business/ap-keep-alive/keep-alive.mjs +154 -0
  94. package/es/src/business/ap-keep-alive/keeper/ap-form-keeper.d.ts +7 -0
  95. package/es/src/business/ap-keep-alive/keeper/ap-form-keeper.mjs +21 -0
  96. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.d.ts +14 -0
  97. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +27 -0
  98. package/es/src/business/ap-keep-alive/keeper/ap-list-keeper.d.ts +13 -0
  99. package/es/src/business/ap-keep-alive/keeper/ap-list-keeper.mjs +18 -0
  100. package/es/src/business/ap-keep-alive/keeper/ap-radio-group-keeper.d.ts +6 -0
  101. package/es/src/business/ap-keep-alive/keeper/ap-radio-group-keeper.mjs +17 -0
  102. package/es/src/business/ap-keep-alive/keeper/ap-search-form-keeper.d.ts +7 -0
  103. package/es/src/business/ap-keep-alive/keeper/ap-search-form-keeper.mjs +18 -0
  104. package/es/src/business/ap-keep-alive/keeper/ap-table-keeper.d.ts +13 -0
  105. package/es/src/business/ap-keep-alive/keeper/ap-table-keeper.mjs +18 -0
  106. package/es/src/business/ap-keep-alive/keeper/ap-view-keeper.d.ts +6 -0
  107. package/es/src/business/ap-keep-alive/keeper/ap-view-keeper.mjs +12 -0
  108. package/es/src/business/ap-keep-alive/keeper/edit-grid-keeper.d.ts +6 -0
  109. package/es/src/business/ap-keep-alive/keeper/edit-grid-keeper.mjs +18 -0
  110. package/es/src/business/ap-keep-alive/keeper/edit-table-keeper.d.ts +6 -0
  111. package/es/src/business/ap-keep-alive/keeper/edit-table-keeper.mjs +18 -0
  112. package/es/src/business/ap-keep-alive/keeper/index.d.ts +3 -0
  113. package/es/src/business/ap-keep-alive/keeper/index.mjs +28 -0
  114. package/es/src/business/ap-keep-alive/keeper/step-keeper.d.ts +6 -0
  115. package/es/src/business/ap-keep-alive/keeper/step-keeper.mjs +17 -0
  116. package/es/src/business/ap-keep-alive/keeper/tab-keeper.d.ts +6 -0
  117. package/es/src/business/ap-keep-alive/keeper/tab-keeper.mjs +17 -0
  118. package/es/src/business/ap-keep-alive/utils.d.ts +23 -0
  119. package/es/src/business/ap-keep-alive/utils.mjs +42 -0
  120. package/es/src/business/ap-label/group/ApLabelGroup.mjs +15 -16
  121. package/es/src/business/ap-label/interface.d.ts +2 -3
  122. package/es/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
  123. package/es/src/business/ap-product-info/ApProductInfo.mjs +53 -54
  124. package/es/src/business/ap-product-info/constans.d.ts +4 -0
  125. package/es/src/business/ap-product-info/constans.mjs +4 -0
  126. package/es/src/business/ap-product-info/index.d.ts +15 -0
  127. package/es/src/business/ap-product-info/interface.d.ts +1 -0
  128. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +21 -0
  129. package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
  130. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +73 -0
  131. package/es/src/business/ap-radio-group/index.d.ts +66 -0
  132. package/es/src/business/ap-radio-group/index.mjs +8 -0
  133. package/es/src/business/ap-radio-group/interface.d.ts +11 -0
  134. package/es/src/business/ap-radio-group/interface.mjs +1 -0
  135. package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
  136. package/es/src/business/ap-radio-group/style/css.js +1 -0
  137. package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
  138. package/es/src/business/ap-radio-group/style/index.js +1 -0
  139. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +4 -1
  140. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +4 -1
  141. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +4 -1
  142. package/es/src/business/ap-table-modal/index.d.ts +32 -5
  143. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +14 -3
  144. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +43 -42
  145. package/es/src/business/ap-view/ap-view.vue.d.ts +4 -1
  146. package/es/src/business/ap-view/ap-view.vue2.mjs +135 -115
  147. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +1 -1
  148. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +1 -1
  149. package/es/src/business/ap-view/index.d.ts +12 -3
  150. package/es/src/business/ap-view/interface.d.ts +7 -0
  151. package/es/src/business/batch-input-group/form-item.vue.mjs +14 -13
  152. package/es/src/business/batch-input-group/index.vue.mjs +10 -9
  153. package/es/src/business/hooks/usePageListApGrid.mjs +33 -28
  154. package/es/src/business/hooks/usePageListApTable.d.ts +4 -1
  155. package/es/src/business/index.d.ts +3 -0
  156. package/es/src/business/index.mjs +36 -30
  157. package/es/src/components.d.ts +1 -0
  158. package/es/src/editable-table/form-item.vue.mjs +23 -23
  159. package/es/src/full-screen/interface.d.ts +5 -6
  160. package/es/src/index.mjs +112 -97
  161. package/es/src/locale/lang/en.mjs +4 -0
  162. package/es/src/locale/lang/zh-cn.mjs +4 -0
  163. package/es/src/mask/index.vue.mjs +21 -20
  164. package/es/src/path-map.mjs +3 -1
  165. package/es/src/resize-observer/interface.d.ts +2 -3
  166. package/es/src/scroll-bar/interface.d.ts +7 -7
  167. package/es/src/scroll-view/interface.d.ts +2 -3
  168. package/es/src/splitter/SplitBar.vue2.mjs +1 -0
  169. package/es/src/splitter/Splitter.vue2.mjs +1 -0
  170. package/es/src/tests/mock-resize-observer.d.ts +2 -0
  171. package/es/src/tests/mock-warning.d.ts +1 -0
  172. package/es/src/tests/utils.d.ts +8 -0
  173. package/es/src/text/group.vue.mjs +7 -6
  174. package/es/src/text/index.vue.mjs +20 -19
  175. package/es/src/version.d.ts +2 -0
  176. package/es/src/version.mjs +4 -0
  177. package/es/src/work-order-modal/createWorkOrder.d.ts +2 -1
  178. package/es/src/work-order-modal/createWorkOrder.mjs +19 -15
  179. package/es/src/work-order-modal/interfaces.d.ts +4 -0
  180. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  181. package/es/src/work-order-modal/work-order-modal.vue.mjs +120 -105
  182. package/es/test/setup.d.ts +5 -0
  183. package/lib/index.js +1 -1
  184. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  185. package/lib/src/ap-descriptions/help-message/index.vue2.js +1 -1
  186. package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +7 -0
  187. package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +1 -0
  188. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -0
  189. package/lib/src/ap-drawer/index.d.ts +2 -0
  190. package/lib/src/ap-drawer/index.js +1 -1
  191. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  192. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  193. package/lib/src/ap-field/hooks/use-date-timezone.js +1 -1
  194. package/lib/src/ap-field/number/index.vue.d.ts +2 -4
  195. package/lib/src/ap-field/radio/index.vue.d.ts +2 -4
  196. package/lib/src/ap-field/rate/index.vue.d.ts +2 -4
  197. package/lib/src/ap-field/select/index.vue.d.ts +3 -6
  198. package/lib/src/ap-field/slider/index.vue.d.ts +2 -4
  199. package/lib/src/ap-field/text/index.vue2.js +1 -1
  200. package/lib/src/ap-field/text/password.vue.js +1 -1
  201. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
  202. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  203. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  204. package/lib/src/ap-form/dependency/index.vue.js +1 -1
  205. package/lib/src/ap-form/drawer-form/index.vue.d.ts +9 -7
  206. package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
  207. package/lib/src/ap-form/interface.d.ts +9 -5
  208. package/lib/src/ap-form/item/index.vue.d.ts +5 -10
  209. package/lib/src/ap-form/item/index.vue.js +1 -1
  210. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  211. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  212. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  213. package/lib/src/ap-form/items/text-area/index.vue.d.ts +5 -5
  214. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  215. package/lib/src/ap-form/modal-form/index.vue.d.ts +9 -7
  216. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  217. package/lib/src/ap-form/provider/index.vue.js +1 -1
  218. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  219. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -8
  220. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  221. package/lib/src/ap-form/set/index.vue.js +1 -1
  222. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  223. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  224. package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -1
  225. package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  226. package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
  227. package/lib/src/ap-grid/hooks/use-render-columns.js +1 -1
  228. package/lib/src/ap-grid/hooks/use-row-selection.d.ts +100 -0
  229. package/lib/src/ap-grid/hooks/use-row-selection.js +1 -0
  230. package/lib/src/ap-grid/hooks/use-table-style.d.ts +16 -0
  231. package/lib/src/ap-grid/hooks/use-table-style.js +1 -0
  232. package/lib/src/ap-grid/index.vue.js +1 -1
  233. package/lib/src/ap-grid/interface.d.ts +32 -3
  234. package/lib/src/ap-grid/utils/table.js +1 -1
  235. package/lib/src/ap-list/index.vue.d.ts +2 -9
  236. package/lib/src/ap-list/index.vue.js +1 -1
  237. package/lib/src/ap-list/interface.d.ts +24 -3
  238. package/lib/src/ap-modal/interface.d.ts +2 -1
  239. package/lib/src/ap-modal/utils/createModalStream.js +1 -1
  240. package/lib/src/ap-table/ap-table.vue.d.ts +10 -2
  241. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  242. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  243. package/lib/src/ap-table/constants.d.ts +22 -22
  244. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +24 -5
  245. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  246. package/lib/src/ap-table/interface.d.ts +17 -4
  247. package/lib/src/ap-table/utils.d.ts +21 -21
  248. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -4
  249. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  250. package/lib/src/business/ap-card/index.d.ts +2 -4
  251. package/lib/src/business/ap-card/interface.d.ts +5 -0
  252. package/lib/src/business/ap-copy/ApCopy.d.ts +52 -0
  253. package/lib/src/business/ap-copy/ApCopy.js +1 -0
  254. package/lib/src/business/ap-copy/constans.d.ts +24 -0
  255. package/lib/src/business/ap-copy/constans.js +1 -0
  256. package/lib/src/business/ap-copy/index.d.ts +102 -0
  257. package/lib/src/business/ap-copy/index.js +1 -0
  258. package/lib/src/business/ap-copy/interface.d.ts +8 -0
  259. package/lib/src/business/ap-copy/interface.js +1 -0
  260. package/lib/src/business/ap-copy/style/css.cjs +1 -0
  261. package/lib/src/business/ap-copy/style/css.d.ts +0 -0
  262. package/lib/src/business/ap-copy/style/index.cjs +1 -0
  263. package/lib/src/business/ap-copy/style/index.d.ts +0 -0
  264. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  265. package/lib/src/business/ap-keep-alive/cacher/cacher.d.ts +10 -0
  266. package/lib/src/business/ap-keep-alive/cacher/lru-cacher.d.ts +16 -0
  267. package/lib/src/business/ap-keep-alive/cacher/lru-cacher.js +1 -0
  268. package/lib/src/business/ap-keep-alive/hook.d.ts +10 -0
  269. package/lib/src/business/ap-keep-alive/hook.js +1 -0
  270. package/lib/src/business/ap-keep-alive/index.d.ts +108 -0
  271. package/lib/src/business/ap-keep-alive/index.js +1 -0
  272. package/lib/src/business/ap-keep-alive/interface.d.ts +36 -0
  273. package/lib/src/business/ap-keep-alive/interface.js +1 -0
  274. package/lib/src/business/ap-keep-alive/keep-alive.d.ts +54 -0
  275. package/lib/src/business/ap-keep-alive/keep-alive.js +1 -0
  276. package/lib/src/business/ap-keep-alive/keeper/ap-form-keeper.d.ts +7 -0
  277. package/lib/src/business/ap-keep-alive/keeper/ap-form-keeper.js +1 -0
  278. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.d.ts +14 -0
  279. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -0
  280. package/lib/src/business/ap-keep-alive/keeper/ap-list-keeper.d.ts +13 -0
  281. package/lib/src/business/ap-keep-alive/keeper/ap-list-keeper.js +1 -0
  282. package/lib/src/business/ap-keep-alive/keeper/ap-radio-group-keeper.d.ts +6 -0
  283. package/lib/src/business/ap-keep-alive/keeper/ap-radio-group-keeper.js +1 -0
  284. package/lib/src/business/ap-keep-alive/keeper/ap-search-form-keeper.d.ts +7 -0
  285. package/lib/src/business/ap-keep-alive/keeper/ap-search-form-keeper.js +1 -0
  286. package/lib/src/business/ap-keep-alive/keeper/ap-table-keeper.d.ts +13 -0
  287. package/lib/src/business/ap-keep-alive/keeper/ap-table-keeper.js +1 -0
  288. package/lib/src/business/ap-keep-alive/keeper/ap-view-keeper.d.ts +6 -0
  289. package/lib/src/business/ap-keep-alive/keeper/ap-view-keeper.js +1 -0
  290. package/lib/src/business/ap-keep-alive/keeper/edit-grid-keeper.d.ts +6 -0
  291. package/lib/src/business/ap-keep-alive/keeper/edit-grid-keeper.js +1 -0
  292. package/lib/src/business/ap-keep-alive/keeper/edit-table-keeper.d.ts +6 -0
  293. package/lib/src/business/ap-keep-alive/keeper/edit-table-keeper.js +1 -0
  294. package/lib/src/business/ap-keep-alive/keeper/index.d.ts +3 -0
  295. package/lib/src/business/ap-keep-alive/keeper/index.js +1 -0
  296. package/lib/src/business/ap-keep-alive/keeper/step-keeper.d.ts +6 -0
  297. package/lib/src/business/ap-keep-alive/keeper/step-keeper.js +1 -0
  298. package/lib/src/business/ap-keep-alive/keeper/tab-keeper.d.ts +6 -0
  299. package/lib/src/business/ap-keep-alive/keeper/tab-keeper.js +1 -0
  300. package/lib/src/business/ap-keep-alive/utils.d.ts +23 -0
  301. package/lib/src/business/ap-keep-alive/utils.js +1 -0
  302. package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
  303. package/lib/src/business/ap-label/interface.d.ts +2 -3
  304. package/lib/src/business/ap-product-info/ApProductInfo.d.ts +9 -0
  305. package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
  306. package/lib/src/business/ap-product-info/constans.d.ts +4 -0
  307. package/lib/src/business/ap-product-info/constans.js +1 -1
  308. package/lib/src/business/ap-product-info/index.d.ts +15 -0
  309. package/lib/src/business/ap-product-info/interface.d.ts +1 -0
  310. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +21 -0
  311. package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
  312. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
  313. package/lib/src/business/ap-radio-group/index.d.ts +66 -0
  314. package/lib/src/business/ap-radio-group/index.js +1 -0
  315. package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
  316. package/lib/src/business/ap-radio-group/interface.js +1 -0
  317. package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
  318. package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
  319. package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
  320. package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
  321. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +4 -1
  322. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +4 -1
  323. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +4 -1
  324. package/lib/src/business/ap-table-modal/index.d.ts +32 -5
  325. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +14 -3
  326. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  327. package/lib/src/business/ap-view/ap-view.vue.d.ts +4 -1
  328. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  329. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +1 -1
  330. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +1 -1
  331. package/lib/src/business/ap-view/index.d.ts +12 -3
  332. package/lib/src/business/ap-view/interface.d.ts +7 -0
  333. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  334. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  335. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  336. package/lib/src/business/hooks/usePageListApTable.d.ts +4 -1
  337. package/lib/src/business/index.d.ts +3 -0
  338. package/lib/src/business/index.js +1 -1
  339. package/lib/src/components.d.ts +1 -0
  340. package/lib/src/editable-table/form-item.vue.js +1 -1
  341. package/lib/src/full-screen/interface.d.ts +5 -6
  342. package/lib/src/index.js +1 -1
  343. package/lib/src/locale/lang/en.js +1 -1
  344. package/lib/src/locale/lang/zh-cn.js +1 -1
  345. package/lib/src/mask/index.vue.js +1 -1
  346. package/lib/src/path-map.js +1 -1
  347. package/lib/src/resize-observer/interface.d.ts +2 -3
  348. package/lib/src/scroll-bar/interface.d.ts +7 -7
  349. package/lib/src/scroll-view/interface.d.ts +2 -3
  350. package/lib/src/splitter/SplitBar.vue2.js +1 -1
  351. package/lib/src/splitter/Splitter.vue2.js +1 -1
  352. package/lib/src/tests/mock-resize-observer.d.ts +2 -0
  353. package/lib/src/tests/mock-warning.d.ts +1 -0
  354. package/lib/src/tests/utils.d.ts +8 -0
  355. package/lib/src/text/group.vue.js +1 -1
  356. package/lib/src/text/index.vue.js +1 -1
  357. package/lib/src/version.d.ts +2 -0
  358. package/lib/src/version.js +1 -0
  359. package/lib/src/work-order-modal/createWorkOrder.d.ts +2 -1
  360. package/lib/src/work-order-modal/createWorkOrder.js +1 -1
  361. package/lib/src/work-order-modal/interfaces.d.ts +4 -0
  362. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  363. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  364. package/lib/test/setup.d.ts +5 -0
  365. package/package.json +18 -14
  366. package/theme/antd-global-overwrite/admin/alert.css +5 -18
  367. package/theme/antd-global-overwrite/admin/alert.less +25 -36
  368. package/theme/antd-global-overwrite/admin/button.css +13 -13
  369. package/theme/antd-global-overwrite/admin/button.less +24 -24
  370. package/theme/antd-global-overwrite/admin/drawer.css +3 -0
  371. package/theme/antd-global-overwrite/admin/drawer.less +5 -0
  372. package/theme/antd-global-overwrite/admin/field.css +42 -0
  373. package/theme/antd-global-overwrite/admin/field.less +43 -0
  374. package/theme/antd-global-overwrite/admin/index.css +93 -631
  375. package/theme/antd-global-overwrite/admin/index.less +1 -3
  376. package/theme/antd-global-overwrite/admin/message.css +2 -9
  377. package/theme/antd-global-overwrite/admin/message.less +2 -10
  378. package/theme/antd-global-overwrite/admin/modal.css +20 -34
  379. package/theme/antd-global-overwrite/admin/modal.less +20 -38
  380. package/theme/antd-global-overwrite/admin/table.css +11 -251
  381. package/theme/antd-global-overwrite/admin/table.less +4 -132
  382. package/theme/antd-global-overwrite/aplus/alert.css +8 -18
  383. package/theme/antd-global-overwrite/aplus/alert.less +27 -34
  384. package/theme/antd-global-overwrite/aplus/button.css +20 -20
  385. package/theme/antd-global-overwrite/aplus/button.less +24 -24
  386. package/theme/antd-global-overwrite/aplus/drawer.css +3 -0
  387. package/theme/antd-global-overwrite/aplus/drawer.less +5 -0
  388. package/theme/antd-global-overwrite/aplus/field.css +36 -0
  389. package/theme/antd-global-overwrite/aplus/field.less +36 -0
  390. package/theme/antd-global-overwrite/aplus/index.css +93 -679
  391. package/theme/antd-global-overwrite/aplus/index.less +0 -3
  392. package/theme/antd-global-overwrite/aplus/message.css +2 -9
  393. package/theme/antd-global-overwrite/aplus/message.less +2 -10
  394. package/theme/antd-global-overwrite/aplus/modal.css +18 -39
  395. package/theme/antd-global-overwrite/aplus/modal.less +19 -45
  396. package/theme/antd-global-overwrite/aplus/table.css +11 -236
  397. package/theme/antd-global-overwrite/aplus/table.less +4 -134
  398. package/theme/ap-action/item-dropdown.css +3 -3
  399. package/theme/ap-action/item.css +21 -10
  400. package/theme/ap-action/item.less +18 -6
  401. package/theme/ap-appendix/ap-appendix.css +10 -10
  402. package/theme/ap-appendix/ap-appendix.less +6 -6
  403. package/theme/ap-attachment/ap-attachment.css +4 -4
  404. package/theme/ap-batch-action/ap-batch-action.css +6 -6
  405. package/theme/ap-batch-action/ap-batch-action.less +3 -3
  406. package/theme/ap-button/ap-button.css +3 -3
  407. package/theme/ap-card/ap-card.css +4 -4
  408. package/theme/ap-card/ap-card.less +1 -1
  409. package/theme/ap-copy/ap-copy.css +96 -0
  410. package/theme/ap-copy/ap-copy.less +61 -0
  411. package/theme/ap-descriptions/ap-descriptions.css +9 -7
  412. package/theme/ap-descriptions/ap-descriptions.less +6 -4
  413. package/theme/ap-download/ap-download.css +6 -6
  414. package/theme/ap-drawer/ap-drawer.css +66 -0
  415. package/theme/ap-drawer/ap-drawer.less +27 -0
  416. package/theme/ap-expand-alert/ap-expand-alert.css +4 -3
  417. package/theme/ap-expand-alert/ap-expand-alert.less +2 -2
  418. package/theme/ap-field/checkbox.css +3 -3
  419. package/theme/ap-field/index.css +3 -3
  420. package/theme/ap-field/number.css +3 -3
  421. package/theme/ap-field/radio.css +3 -3
  422. package/theme/ap-field/text-area.css +3 -3
  423. package/theme/ap-form/ap-form-item-group.css +3 -3
  424. package/theme/ap-form/ap-form-item.css +11 -8
  425. package/theme/ap-form/ap-form-item.less +8 -5
  426. package/theme/ap-form/drawer-form.css +3 -3
  427. package/theme/ap-form/index.css +22 -19
  428. package/theme/ap-form/item-text-group.css +3 -3
  429. package/theme/ap-form/item-text.css +3 -3
  430. package/theme/ap-form/modal-form.css +3 -3
  431. package/theme/ap-form/search-form-sorter.css +11 -11
  432. package/theme/ap-form/search-form-sorter.less +4 -4
  433. package/theme/ap-form/search-form.css +22 -19
  434. package/theme/ap-form/search-form.less +3 -3
  435. package/theme/ap-grid/editable.css +3 -3
  436. package/theme/ap-grid/index.css +70 -39
  437. package/theme/ap-grid/index.less +26 -8
  438. package/theme/ap-group-search/ap-extension-select.css +3 -3
  439. package/theme/ap-group-search/ap-group-search.css +3 -3
  440. package/theme/ap-group-search/ap-popover-select.css +3 -3
  441. package/theme/ap-image/ap-image.css +3 -3
  442. package/theme/ap-input-radio/ap-input-radio.css +3 -3
  443. package/theme/ap-label/ap-label.css +3 -3
  444. package/theme/ap-ladder/ap-ladder.css +6 -6
  445. package/theme/ap-layout/ap-info-layout.css +3 -3
  446. package/theme/ap-list/index.css +3 -3
  447. package/theme/ap-product-info/ap-product-info.css +23 -33
  448. package/theme/ap-product-info/ap-product-info.less +28 -42
  449. package/theme/ap-radio-group/ap-radio-group.css +66 -0
  450. package/theme/ap-radio-group/ap-radio-group.less +26 -0
  451. package/theme/ap-select-layout/ap-select-layout.css +5 -5
  452. package/theme/ap-size-input/ap-size-input.css +3 -3
  453. package/theme/ap-status/ap-status.css +3 -3
  454. package/theme/ap-summary/index.css +3 -3
  455. package/theme/ap-table/ap-table-index.css +3 -3
  456. package/theme/ap-table/ap-table-paragraph-ellipsis.css +4 -4
  457. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  458. package/theme/ap-table/ap-table.css +76 -46
  459. package/theme/ap-table/ap-table.less +19 -7
  460. package/theme/ap-table/setting/index.css +17 -12
  461. package/theme/ap-table/setting/modal.css +9 -5
  462. package/theme/ap-table/setting/modal.less +5 -1
  463. package/theme/ap-table/setting/select-group.css +3 -3
  464. package/theme/ap-table/setting/sortable-item-meta.css +5 -5
  465. package/theme/ap-table/setting/sortable-item-meta.less +2 -2
  466. package/theme/ap-table/setting/sortable-item.css +3 -3
  467. package/theme/ap-table/setting/sorter.css +9 -8
  468. package/theme/ap-table/setting/sorter.less +4 -4
  469. package/theme/ap-table-modal/index.css +91 -59
  470. package/theme/ap-table-modal/index.less +15 -13
  471. package/theme/ap-tag/ap-tag-group.css +3 -3
  472. package/theme/ap-tag/ap-tag.css +7 -7
  473. package/theme/ap-tag/ap-tag.less +1 -1
  474. package/theme/ap-title/ap-title.css +3 -3
  475. package/theme/ap-upload/index.css +4 -4
  476. package/theme/ap-upload/multiple-file.css +3 -3
  477. package/theme/ap-upload/picture.css +3 -3
  478. package/theme/ap-upload/single-file.css +4 -4
  479. package/theme/ap-upload/upload.css +3 -3
  480. package/theme/ap-upload-single/index.css +7 -7
  481. package/theme/ap-upload-single/index.less +4 -4
  482. package/theme/ap-view/ap-view.css +10 -10
  483. package/theme/ap-view/ap-view.less +7 -7
  484. package/theme/batch-input-group/index.css +5 -5
  485. package/theme/batch-input-group/popover-input.css +5 -5
  486. package/theme/batch-input-group/popover-input.less +2 -2
  487. package/theme/check-card/index.css +11 -11
  488. package/theme/check-card/index.less +5 -5
  489. package/theme/editable-table/index.css +40 -26
  490. package/theme/full-screen/index.css +3 -3
  491. package/theme/index.css +344 -244
  492. package/theme/index.less +3 -0
  493. package/theme/mask/index.css +3 -3
  494. package/theme/mixins/config.less +3 -3
  495. package/theme/mixins/mixins.css +3 -3
  496. package/theme/mixins/mixins.less +2 -2
  497. package/theme/scroll-bar/index.css +3 -3
  498. package/theme/scroll-view/index.css +3 -3
  499. package/theme/splitter/index.css +7 -7
  500. package/theme/splitter/index.less +1 -1
  501. package/theme/text/group.css +3 -3
  502. package/theme/text/index.css +8 -8
  503. package/theme/text/index.less +4 -4
  504. package/theme/ui-mode.css +51 -83
  505. package/theme/ui-mode.less +99 -83
  506. package/theme/work-order-modal/index.css +3 -3
package/theme/index.css CHANGED
@@ -1,94 +1,62 @@
1
1
  [data-aplus-ui-mode='aplus'] {
2
- --ap-form-bordered-border-color-base: #dee4ed;
3
- --ap-form-bordered-border-color-hover: #66a9ff;
4
- --ap-form-bordered-border-color-active: #66a9ff;
2
+ --ap-border-color-base: #dee4ed;
3
+ --ap-hover-color-base: #66a9ff;
4
+ --ap-active-color-base: #66a9ff;
5
+ --ap-color-primary: #0070ff;
6
+ --ap-color-primary-disabled: #cce2ff;
7
+ --ap-color-link: #0070ff;
8
+ --ap-color-link-hover: #66a9ff;
9
+ --ap-color-link-disabled: #cce2ff;
5
10
  --ap-form-bordered-shadow-color: rgba(5, 155, 255, 0.1);
6
- --ap-action-color-primary-base: #0070ff;
7
- --ap-action-color-primary-hover: #66a9ff;
8
- --ap-action-color-success: #2ed1a3;
9
- --ap-action-color-error: #ff4d4f;
10
- --ap-action-color-warn: #ffa940;
11
- --check-card-outline-color: #e9edf3;
12
- --check-card-hover-outline-color: #0070ff;
13
- --check-card-checked-outline-color: #0070ff;
14
- --check-card-checked-bg: #0070ff;
11
+ --ap-color-success: #2ed1a3;
12
+ --ap-color-success-disabled: #d5f6ed;
13
+ --ap-color-error: #ff4d4f;
14
+ --ap-color-error-disabled: #ffdbdc;
15
+ --ap-color-warn: #ffa940;
16
+ --ap-color-warn-disabled: #ffeed9;
15
17
  --ap-table-header-bg: #f2f6f9;
16
- --ap-table-pagination-total-color: #526a90;
17
- --ap-table-pagination-total-count-color: #182948;
18
- --ap-table-setting-button-color: #8896b0;
19
- --ap-batch-action-color-font: #8896b0;
20
- --ap-batch-action-color-active: #0070ff;
21
- --ap-batch-action-color-border: #e9edf3;
22
- --basic-color-primary: #0070ff;
23
- --basic-scrollbar-thumb-color-base: #c8d1de;
24
- --basic-scrollbar-thumb-color-hover: #959ca7;
25
- --ap-descriptions-item-padding-bottom: 16px;
26
- --ap-descriptions-item-label-width: auto;
27
- --ap-descriptions-last-row-item-padding-bottom: 0px;
28
- --ap-appendix-area-color-border: #dee4ed;
29
- --ap-appendix-area-color-font: #182948;
30
- --ap-appendix-area-color-font-hover: #0070ff;
31
- --ap-appendix-area-color-font-disabled: #abb7cc;
32
- --ap-appendix-area-color-icon: #abb7cc;
33
- --ap-upload-single-color-main: #182948;
34
- --ap-upload-single-color-sub: #abb7cc;
35
- --ap-upload-single-color-border: #dee4ed;
36
- --ap-upload-single-color-primary: #0070ff;
37
- --batch-input-group-trigger-color: #526a90;
18
+ --ap-text-color-1: #526a90;
19
+ --ap-text-color-2: #182948;
20
+ --ap-text-color-3: #8896b0;
21
+ --ap-color-bg: #e9edf3;
22
+ --ap-color-bg-1: #f6f9fa;
23
+ --ap-color-bg-2: #f3f5f8;
24
+ --ap-scrollbar-thumb-color-base: #c8d1de;
25
+ --ap-scrollbar-thumb-color-hover: #959ca7;
26
+ --ap-text-color-4: #abb7cc;
38
27
  --batch-input-group-trigger-color-disabled: rgba(24, 41, 72, 0.25);
39
- --ap-text-label-color: #8896b0;
40
- --ap-text-content-color-major: #182948;
41
- --ap-text-content-color-minor: #8896b0;
42
- --ap-view-icon-color: #8896b0;
43
- --ap-view-bg-color: #f6f9fa;
44
- --ap-view-message-color: #abb7cc;
45
- --ap-view-border-color: #dee4ed;
28
+ --ap-radio-group-item-active-bg-color: rgba(0, 112, 255, 0.12);
29
+ --ap-drawer-wrapper-shadow: -8px 2px 24px 0px rgba(24, 41, 72, 0.2);
46
30
  }
47
31
  [data-aplus-ui-mode='admin'] {
48
- --ap-form-bordered-border-color-base: #d9d9d9;
49
- --ap-form-bordered-border-color-hover: #85d4b0;
50
- --ap-form-bordered-border-color-active: #85d4b0;
32
+ --ap-border-color-base: #d9d9d9;
33
+ --ap-hover-color-base: #85d4b0;
34
+ --ap-active-color-base: #85d4b0;
35
+ --ap-color-primary: #34b77c;
36
+ --ap-color-primary-disabled: #d6f1e5;
37
+ --ap-color-link: #1890ff;
38
+ --ap-color-link-hover: #5eb1ff;
39
+ --ap-color-link-disabled: #cce2ff;
51
40
  --ap-form-bordered-shadow-color: rgba(11, 166, 66, 0.09);
52
- --ap-action-color-primary-base: #1890ff;
53
- --ap-action-color-primary-hover: #5eb1ff;
54
- --ap-action-color-success: #52c41a;
55
- --ap-action-color-error: #ff4d4f;
56
- --ap-action-color-warn: #faad14;
57
- --check-card-outline-color: #d9d9d9;
58
- --check-card-hover-outline-color: #34b77c;
59
- --check-card-checked-outline-color: #34b77c;
60
- --check-card-checked-bg: #34b77c;
61
- --ap-table-header-bg: #fafafa;
62
- --ap-table-pagination-total-color: #666666;
63
- --ap-table-pagination-total-count-color: #333333;
64
- --ap-table-setting-button-color: #999999;
65
- --ap-batch-action-color-font: #999999;
66
- --ap-batch-action-color-active: #34b77c;
67
- --ap-batch-action-color-border: #e9e9e9;
68
- --basic-color-primary: #34b77c;
69
- --basic-scrollbar-thumb-color-base: #bfbfbf;
70
- --basic-scrollbar-thumb-color-hover: #787878;
71
- --ap-descriptions-item-padding-bottom: 16px;
72
- --ap-descriptions-item-label-width: auto;
73
- --ap-descriptions-last-row-item-padding-bottom: 0px;
74
- --ap-appendix-area-color-border: #d9d9d9;
75
- --ap-appendix-area-color-font: #333333;
76
- --ap-appendix-area-color-font-hover: #1890ff;
77
- --ap-appendix-area-color-font-disabled: #bfbfbf;
78
- --ap-appendix-area-color-icon: #bfbfbf;
79
- --ap-upload-single-color-main: #333333;
80
- --ap-upload-single-color-sub: #bfbfbf;
81
- --ap-upload-single-color-border: #d9d9d9;
82
- --ap-upload-single-color-primary: #34b77c;
83
- --batch-input-group-trigger-color: #999999;
41
+ --ap-color-success: #34b77c;
42
+ --ap-color-success-disabled: #d6f1e5;
43
+ --ap-color-error: #ff4d4f;
44
+ --ap-color-error-disabled: #ffdbdc;
45
+ --ap-color-warn: #faad14;
46
+ --ap-color-warn-disabled: #ffeed9;
47
+ --ap-table-header-bg: #f7f7f7;
48
+ --ap-text-color-1: #666666;
49
+ --ap-text-color-2: #333333;
50
+ --ap-text-color-3: #999999;
51
+ --ap-color-bg: #e9e9e9;
52
+ --ap-color-bg-1: #f6f9fa;
53
+ --ap-color-bg-2: #f5f5f5;
54
+ --ap-scrollbar-thumb-color-base: #bfbfbf;
55
+ --ap-scrollbar-thumb-color-hover: #787878;
56
+ --ap-text-color-4: #bfbfbf;
84
57
  --batch-input-group-trigger-color-disabled: rgba(0, 0, 0, 0.25);
85
- --ap-text-label-color: #999999;
86
- --ap-text-content-color-major: #333333;
87
- --ap-text-content-color-minor: #999999;
88
- --ap-view-icon-color: #999999;
89
- --ap-view-bg-color: #fafafa;
90
- --ap-view-message-color: #bfbfbf;
91
- --ap-view-border-color: #d9d9d9;
58
+ --ap-radio-group-item-active-bg-color: rgba(52, 183, 124, 0.12);
59
+ --ap-drawer-wrapper-shadow: -8px 2px 24px 0px rgba(51, 51, 51, 0.2);
92
60
  }
93
61
  .reset-component {
94
62
  box-sizing: border-box;
@@ -97,7 +65,7 @@
97
65
  color: #182948;
98
66
  font-size: 12px;
99
67
  font-family: inherit;
100
- line-height: 1.5;
68
+ line-height: 18px;
101
69
  list-style: none;
102
70
  }
103
71
  .reset-scrollbar ::-webkit-scrollbar {
@@ -105,7 +73,7 @@
105
73
  height: 10px;
106
74
  }
107
75
  .reset-scrollbar ::-webkit-scrollbar-thumb {
108
- background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
76
+ background-color: var(--ap-scrollbar-thumb-color-base);
109
77
  background-clip: content-box;
110
78
  border: 1px solid transparent;
111
79
  border-radius: 4px;
@@ -116,7 +84,7 @@
116
84
  }
117
85
  .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
118
86
  .reset-scrollbar ::-webkit-scrollbar-thumb:active {
119
- background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
87
+ background-color: var(--ap-scrollbar-thumb-color-hover);
120
88
  }
121
89
  .clear-fix::before {
122
90
  display: table;
@@ -143,25 +111,25 @@
143
111
  color: #182948;
144
112
  font-size: 12px;
145
113
  font-family: inherit;
146
- line-height: 1.5;
114
+ line-height: 18px;
147
115
  list-style: none;
148
116
  display: inline-block;
149
117
  cursor: pointer;
150
118
  }
151
119
  .aplus-action-item--primary {
152
- color: var(--ap-action-color-primary-base, #0070FF);
120
+ color: var(--ap-color-link);
153
121
  }
154
122
  .aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
155
- color: var(--ap-action-color-primary-hover, #66A9FF);
123
+ color: var(--ap-color-link-hover);
156
124
  }
157
125
  .aplus-action-item--success {
158
- color: var(--ap-action-color-success, #2ED1A3);
126
+ color: var(--ap-color-success);
159
127
  }
160
128
  .aplus-action-item--error {
161
- color: var(--ap-action-color-error, #FF4D4F);
129
+ color: var(--ap-color-error);
162
130
  }
163
131
  .aplus-action-item--warn {
164
- color: var(--ap-action-color-warn, #FFA940);
132
+ color: var(--ap-color-warn);
165
133
  }
166
134
  .aplus-action-item--loading {
167
135
  opacity: 0.35;
@@ -172,9 +140,20 @@
172
140
  margin-right: 4px;
173
141
  }
174
142
  .aplus-action-item--disabled {
175
- color: #CCE2FF;
176
143
  cursor: not-allowed;
177
144
  }
145
+ .aplus-action-item--primary.aplus-action-item--disabled {
146
+ color: var(--ap-color-link-disabled);
147
+ }
148
+ .aplus-action-item--success.aplus-action-item--disabled {
149
+ color: var(--ap-color-success-disabled);
150
+ }
151
+ .aplus-action-item--error.aplus-action-item--disabled {
152
+ color: var(--ap-color-error-disabled);
153
+ }
154
+ .aplus-action-item--warn.aplus-action-item--disabled {
155
+ color: var(--ap-color-warn-disabled);
156
+ }
178
157
  .aplus-action-item-dropdown__item .aplus-action-item {
179
158
  width: 100%;
180
159
  }
@@ -224,7 +203,7 @@
224
203
  .aplus-ap-attachment__more {
225
204
  display: inline-block;
226
205
  font-size: 12px;
227
- line-height: 1.5;
206
+ line-height: 18px;
228
207
  cursor: pointer;
229
208
  color: var(--download-main-color);
230
209
  }
@@ -276,10 +255,10 @@
276
255
  display: flex;
277
256
  align-items: center;
278
257
  font-size: 12px;
279
- color: var(--ap-batch-action-color-font, #8896b0);
258
+ color: var(--ap-text-color-3);
280
259
  }
281
260
  .aplus-ap-batch-action-body .selected-desc-conut span {
282
- color: var(--ap-batch-action-color-active, #0070ff);
261
+ color: var(--ap-color-primary);
283
262
  font-weight: bold;
284
263
  min-width: 10px;
285
264
  text-align: center;
@@ -295,7 +274,7 @@
295
274
  width: 100%;
296
275
  padding-bottom: 8px;
297
276
  margin-bottom: 8px;
298
- border-bottom: 1px solid var(--ap-batch-action-color-border, #E9EDF3);
277
+ border-bottom: 1px solid var(--ap-color-bg);
299
278
  }
300
279
  .aplus-ap-action-button-border-link:not(:disabled):hover,
301
280
  .aplus-ap-action-button-border-link:not(:disabled):active,
@@ -311,7 +290,7 @@
311
290
  margin-top: 10px;
312
291
  }
313
292
  .aplus-ap-card-title {
314
- margin-bottom: 14px;
293
+ margin-bottom: 12px;
315
294
  }
316
295
  /**
317
296
  TODO:
@@ -321,13 +300,13 @@
321
300
  table-layout: fixed;
322
301
  }
323
302
  .aplus-ap-descriptions .ant-descriptions td.ant-descriptions-item {
324
- padding-bottom: var(--ap-descriptions-item-padding-bottom);
303
+ padding-bottom: var(--ap-descriptions-item-padding-bottom, 16px);
325
304
  }
326
305
  .aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
327
306
  padding-bottom: 8px;
328
307
  }
329
308
  .aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
330
- padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
309
+ padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom, 0px);
331
310
  }
332
311
  .aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
333
312
  margin-inline: 4px 12px;
@@ -353,10 +332,11 @@
353
332
  }
354
333
  .aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label {
355
334
  justify-content: flex-end;
356
- width: var(--ap-descriptions-item-label-width);
335
+ width: var(--ap-descriptions-item-label-width, auto);
357
336
  color: #999999;
358
337
  }
359
338
  .aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
339
+ font-size: 14px;
360
340
  margin-left: 4px;
361
341
  color: #999999;
362
342
  }
@@ -369,10 +349,11 @@
369
349
  }
370
350
  .aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label {
371
351
  justify-content: flex-end;
372
- width: var(--ap-descriptions-item-label-width);
352
+ width: var(--ap-descriptions-item-label-width, auto);
373
353
  color: #8896B0;
374
354
  }
375
355
  .aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
356
+ font-size: 14px;
376
357
  margin-left: 4px;
377
358
  color: #8896B0;
378
359
  }
@@ -409,15 +390,15 @@
409
390
  color: var(--download-main-color-opacity);
410
391
  }
411
392
  .aplus-ap-download-inner-wrapper--large {
412
- line-height: 1.1 0.57142857;
393
+ line-height: 22;
413
394
  font-size: 14px;
414
395
  }
415
396
  .aplus-ap-download-inner-wrapper--middle {
416
- line-height: 1.5;
397
+ line-height: 18px;
417
398
  font-size: 12px;
418
399
  }
419
400
  .aplus-ap-download-inner-wrapper--small {
420
- line-height: 1.6;
401
+ line-height: 16px;
421
402
  font-size: 10px;
422
403
  }
423
404
  .aplus-ap-download-inner-wrapper--disabled {
@@ -475,6 +456,7 @@
475
456
  }
476
457
  .aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
477
458
  font-size: 14px;
459
+ transform: translateY(2px);
478
460
  display: block;
479
461
  }
480
462
  .aplus-ap-expand-alert--aplus .card-alert {
@@ -518,14 +500,14 @@
518
500
  }
519
501
  .aplus-ap-form-item--bordered {
520
502
  box-sizing: border-box;
521
- border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
503
+ border: 1px solid var(--ap-border-color-base);
522
504
  border-radius: 4px;
523
505
  padding-inline: 8px;
524
506
  }
525
507
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
526
508
  padding: 0;
527
509
  }
528
- .aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
510
+ .aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
529
511
  padding-right: 8px;
530
512
  }
531
513
  .aplus-ap-form-item--bordered .ant-input {
@@ -550,6 +532,9 @@
550
532
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
551
533
  height: 30px !important;
552
534
  }
535
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
536
+ padding-right: 0;
537
+ }
553
538
  .aplus-ap-form-item--bordered:has(.ant-select) {
554
539
  padding-right: 0px;
555
540
  }
@@ -567,17 +552,17 @@
567
552
  min-height: 30px;
568
553
  }
569
554
  .aplus-ap-form-item--bordered:hover {
570
- border-color: var(--ap-form-bordered-border-color-hover, #66a9ff);
555
+ border-color: var(--ap-hover-color-base);
571
556
  }
572
557
  .aplus-ap-form-item--bordered:focus {
573
- border-color: var(--ap-form-bordered-border-color-active, #66a9ff);
558
+ border-color: var(--ap-active-color-base);
574
559
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
575
560
  }
576
561
  .aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
577
562
  width: calc(100% + 12px);
578
563
  }
579
564
  .aplus-ap-form-item--focused {
580
- border-color: var(--ap-form-bordered-border-color-active, #66a9ff);
565
+ border-color: var(--ap-active-color-base);
581
566
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
582
567
  }
583
568
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
@@ -646,7 +631,7 @@
646
631
  color: #182948;
647
632
  font-size: 12px;
648
633
  font-family: inherit;
649
- line-height: 1.5;
634
+ line-height: 18px;
650
635
  list-style: none;
651
636
  font-size: 14px;
652
637
  font-weight: 700;
@@ -660,9 +645,9 @@
660
645
  color: #182948;
661
646
  font-size: 12px;
662
647
  font-family: inherit;
663
- line-height: 1.5;
648
+ line-height: 18px;
664
649
  list-style: none;
665
- color: #8896b0;
650
+ color: var(--ap-text-color-3);
666
651
  }
667
652
  .aplus-search-form-sorter-header-action-wrapper {
668
653
  padding: 8px;
@@ -676,9 +661,9 @@
676
661
  color: #182948;
677
662
  font-size: 12px;
678
663
  font-family: inherit;
679
- line-height: 1.5;
664
+ line-height: 18px;
680
665
  list-style: none;
681
- color: #0070ff;
666
+ color: var(--ap-color-link);
682
667
  }
683
668
  .aplus-search-form-sorter-sorter-wrapper {
684
669
  display: flex;
@@ -702,11 +687,11 @@
702
687
  background-color: #fff;
703
688
  }
704
689
  .aplus-search-form-sorter-sorter-item > div:hover {
705
- border-color: var(--basic-color-primary, #0070ff);
690
+ border-color: var(--ap-color-primary);
706
691
  cursor: pointer;
707
692
  }
708
693
  .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
709
- color: var(--basic-color-primary, #0070ff) !important;
694
+ color: var(--ap-color-primary) !important;
710
695
  }
711
696
  .aplus-search-form-sorter-sorter-item--hidden {
712
697
  display: none;
@@ -718,7 +703,7 @@
718
703
  color: #182948;
719
704
  font-size: 12px;
720
705
  font-family: inherit;
721
- line-height: 1.5;
706
+ line-height: 18px;
722
707
  list-style: none;
723
708
  padding-left: 4px;
724
709
  max-width: 100%;
@@ -763,8 +748,8 @@
763
748
  font-size: 0px;
764
749
  }
765
750
  .aplus-ap-form-search-form-trigger-btn-active {
766
- color: var(--ap-form-bordered-border-color-hover);
767
- border-color: var(--ap-form-bordered-border-color-hover);
751
+ color: var(--ap-hover-color-base);
752
+ border-color: var(--ap-hover-color-base);
768
753
  z-index: 1;
769
754
  }
770
755
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
@@ -793,7 +778,7 @@
793
778
  padding-inline: 12px;
794
779
  }
795
780
  .aplus-ap-form-search-form-action-btn-reset {
796
- background-color: #E9EDF3;
781
+ background-color: var(--ap-color-bg);
797
782
  }
798
783
  .aplus-ap-form-item-text-group-compact .ant-select-focused {
799
784
  z-index: 1;
@@ -891,7 +876,7 @@
891
876
  position: relative;
892
877
  width: inherit;
893
878
  font-size: 12px;
894
- line-height: 1.5;
879
+ line-height: 18px;
895
880
  /** 自动溢出省略 */
896
881
  /** Aplus端样式 */
897
882
  /** Admin端样式 */
@@ -994,11 +979,11 @@
994
979
  margin-left: 4px;
995
980
  }
996
981
  .aplus-ap-ladder__major {
997
- line-height: 1.5;
982
+ line-height: 18px;
998
983
  color: #182948;
999
984
  }
1000
985
  .aplus-ap-ladder__minor {
1001
- line-height: 1.5;
986
+ line-height: 18px;
1002
987
  color: #8896B0;
1003
988
  }
1004
989
  .aplus-ap-ladder__label {
@@ -1049,7 +1034,7 @@
1049
1034
  .aplus-ap-product-info__img {
1050
1035
  width: 44px;
1051
1036
  height: 44px;
1052
- margin-right: 12px;
1037
+ margin-right: 8px;
1053
1038
  flex-shrink: 0;
1054
1039
  }
1055
1040
  .aplus-ap-product-info__content {
@@ -1058,49 +1043,35 @@
1058
1043
  flex-direction: column;
1059
1044
  overflow: hidden;
1060
1045
  }
1061
- .aplus-ap-product-info__title {
1062
- overflow: hidden;
1063
- text-overflow: ellipsis;
1064
- white-space: nowrap;
1065
- height: 22px;
1066
- line-height: 22px;
1067
- }
1068
- .aplus-ap-product-info__title-tip {
1069
- color: #fff;
1070
- }
1071
- .aplus-ap-product-info__row {
1072
- display: grid;
1073
- grid-template-columns: 1fr 1fr;
1046
+ .aplus-ap-product-info__row-container {
1047
+ display: flex;
1048
+ flex-wrap: wrap;
1074
1049
  }
1075
- .aplus-ap-product-info__row-divider {
1076
- display: grid;
1077
- grid-template-columns: 1fr 24px 1fr;
1050
+ .aplus-ap-product-info__row-item {
1051
+ position: relative;
1052
+ display: flex;
1078
1053
  }
1079
1054
  .aplus-ap-product-info__divider {
1080
- height: 12px;
1055
+ width: 1px;
1081
1056
  position: relative;
1057
+ height: 12px;
1082
1058
  top: 50%;
1083
- margin-top: -6px;
1059
+ margin: -6px 16px 0px 0px;
1060
+ z-index: 1;
1084
1061
  }
1085
1062
  .aplus-ap-product-info__divider-vertical {
1086
1063
  width: 1px;
1064
+ height: 100%;
1087
1065
  background-color: #E9EDF3;
1088
- height: 12px;
1089
1066
  position: absolute;
1090
- left: 50%;
1091
- }
1092
- .aplus-ap-product-info--full-width {
1093
- grid-column: 1 / -1;
1067
+ transform: translateX(-50%);
1094
1068
  }
1095
1069
  .aplus-ap-product-info__item {
1096
1070
  display: flex;
1097
1071
  align-items: baseline;
1098
1072
  }
1099
- .aplus-ap-product-info—-left {
1100
- justify-self: start;
1101
- }
1102
- .aplus-ap-product-info--right {
1103
- justify-self: end;
1073
+ .aplus-ap-product-info--full {
1074
+ width: 100%;
1104
1075
  }
1105
1076
  .aplus-ap-product-info__label {
1106
1077
  color: #8896b0;
@@ -1111,7 +1082,8 @@
1111
1082
  padding: 0 2px;
1112
1083
  }
1113
1084
  .aplus-ap-product-info__value {
1114
- color: #8896b0;
1085
+ max-width: 300px;
1086
+ color: var(--ap-text-color-3);
1115
1087
  overflow: hidden;
1116
1088
  text-overflow: ellipsis;
1117
1089
  white-space: nowrap;
@@ -1120,6 +1092,9 @@
1120
1092
  color: #0070ff;
1121
1093
  cursor: pointer;
1122
1094
  }
1095
+ .aplus-ap-product-info--admin .aplus-ap-product-info__title {
1096
+ color: #333333;
1097
+ }
1123
1098
  .aplus-ap-product-info--admin .aplus-ap-product-info__label {
1124
1099
  color: #999;
1125
1100
  }
@@ -1129,6 +1104,56 @@
1129
1104
  .aplus-ap-product-info--admin .aplus-ap-product-info--link {
1130
1105
  color: #0070ff;
1131
1106
  }
1107
+ .aplus-ap-copy {
1108
+ display: flex;
1109
+ align-items: center;
1110
+ width: 100%;
1111
+ }
1112
+ .aplus-ap-copy .copy-btn {
1113
+ opacity: 0;
1114
+ transition: opacity 0.2s ease;
1115
+ }
1116
+ .aplus-ap-copy:hover .copy-btn {
1117
+ opacity: 1;
1118
+ }
1119
+ .aplus-ap-copy__text {
1120
+ overflow: hidden;
1121
+ text-overflow: ellipsis;
1122
+ white-space: nowrap;
1123
+ height: 18px;
1124
+ line-height: 18px;
1125
+ }
1126
+ .aplus-ap-copy--text-major {
1127
+ color: var(--ap-text-color-2);
1128
+ }
1129
+ .aplus-ap-copy--text-minor {
1130
+ color: var(--ap-text-color-3);
1131
+ }
1132
+ .aplus-ap-copy--text-link {
1133
+ color: var(--ap-color-link);
1134
+ cursor: pointer;
1135
+ }
1136
+ .aplus-ap-copy--text-link:hover {
1137
+ color: var(--ap-color-link-hover);
1138
+ }
1139
+ .aplus-ap-copy__copy-btn {
1140
+ flex-shrink: 0;
1141
+ width: 16px;
1142
+ margin-left: 4px;
1143
+ }
1144
+ .aplus-ap-copy__copy-btn .aplus-frontend-icon {
1145
+ cursor: pointer;
1146
+ color: #ABB7CC;
1147
+ height: 14px;
1148
+ line-height: 14px;
1149
+ }
1150
+ .aplus-ap-copy__copy-btn:hover .aplus-frontend-icon {
1151
+ cursor: pointer;
1152
+ color: var(--ap-color-link);
1153
+ }
1154
+ .aplus-ap-copy--admin .aplus-ap-product-info__text {
1155
+ color: #333333;
1156
+ }
1132
1157
  .aplus-info-layout-container {
1133
1158
  height: 100%;
1134
1159
  background-color: #fff;
@@ -1253,7 +1278,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1253
1278
  color: #333;
1254
1279
  font-size: 14px;
1255
1280
  font-weight: bold;
1256
- line-height: 1.1 0.57142857;
1281
+ line-height: 22;
1257
1282
  }
1258
1283
  .aplus-ap-select-layout-side__header--imgWrap {
1259
1284
  border-radius: 2px;
@@ -1337,7 +1362,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1337
1362
  margin: 0;
1338
1363
  font-size: 14px;
1339
1364
  font-weight: bold;
1340
- line-height: 1.1 0.57142857;
1365
+ line-height: 22;
1341
1366
  }
1342
1367
  @font-face {
1343
1368
  font-family: customFont;
@@ -1381,6 +1406,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1381
1406
  flex-direction: row;
1382
1407
  flex-wrap: nowrap;
1383
1408
  height: 100%;
1409
+ padding-block-end: 12px;
1384
1410
  }
1385
1411
  .aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
1386
1412
  box-sizing: border-box;
@@ -1389,7 +1415,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1389
1415
  color: #182948;
1390
1416
  font-size: 12px;
1391
1417
  font-family: inherit;
1392
- line-height: 1.5;
1418
+ line-height: 18px;
1393
1419
  list-style: none;
1394
1420
  display: inline-block;
1395
1421
  -webkit-line-clamp: unset;
@@ -1415,7 +1441,10 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1415
1441
  flex-wrap: nowrap;
1416
1442
  justify-content: space-between;
1417
1443
  align-items: center;
1418
- padding: 12px;
1444
+ padding: 8px;
1445
+ }
1446
+ .aplus-ap-column-setting-left__header-tips {
1447
+ color: var(--ap-text-color-3);
1419
1448
  }
1420
1449
  .aplus-ap-column-setting-left__content {
1421
1450
  flex: 1;
@@ -1460,7 +1489,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1460
1489
  display: block;
1461
1490
  }
1462
1491
  .aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
1463
- color: var(--basic-color-primary, #0070ff) !important;
1492
+ color: var(--ap-color-primary) !important;
1464
1493
  }
1465
1494
  .aplus-sortable-item-meta-left {
1466
1495
  flex: 1;
@@ -1490,7 +1519,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1490
1519
  margin-left: 16px;
1491
1520
  }
1492
1521
  .aplus-sortable-item-meta-action-icon:hover {
1493
- color: var(--basic-color-primary, #0070ff);
1522
+ color: var(--ap-color-primary);
1494
1523
  }
1495
1524
  .aplus-sortable-item .is-hidden {
1496
1525
  display: none;
@@ -1503,28 +1532,29 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1503
1532
  .aplus-column-setting-sorter-section-title {
1504
1533
  font-size: 12px;
1505
1534
  line-height: 20px;
1506
- color: #8896b0;
1535
+ color: var(--ap-text-color-3);
1507
1536
  padding: 2px 8px;
1508
1537
  margin: 4px;
1509
1538
  }
1510
1539
  .aplus-column-setting-sorter-header {
1511
- padding: 16px 20px;
1540
+ padding: 12px 20px;
1512
1541
  }
1513
1542
  .aplus-column-setting-sorter-header-title {
1514
1543
  box-sizing: border-box;
1515
1544
  margin: 0;
1516
1545
  padding: 0;
1546
+ color: #182948;
1517
1547
  font-size: 12px;
1518
1548
  font-family: inherit;
1519
- line-height: 1.5;
1549
+ line-height: 18px;
1520
1550
  list-style: none;
1521
1551
  font-weight: bold;
1522
- color: #182948;
1552
+ color: var(--ap-text-color-2);
1523
1553
  }
1524
1554
  .aplus-column-setting-sorter-content {
1525
1555
  flex: 1;
1526
1556
  overflow-y: auto;
1527
- padding: 8px 12px 12px 8px;
1557
+ padding: 8px 12px 0px 8px;
1528
1558
  }
1529
1559
  .aplus-ap-table-paragraph-ellipsis {
1530
1560
  display: flex;
@@ -1549,14 +1579,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1549
1579
  flex-shrink: 0;
1550
1580
  margin-left: 8px;
1551
1581
  cursor: pointer;
1552
- color: var(--ap-action-color-primary-base, #0070ff);
1582
+ color: var(--ap-color-link);
1553
1583
  }
1554
1584
  .aplus-ap-table ::-webkit-scrollbar {
1555
1585
  width: 10px;
1556
1586
  height: 10px;
1557
1587
  }
1558
1588
  .aplus-ap-table ::-webkit-scrollbar-thumb {
1559
- background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
1589
+ background-color: var(--ap-scrollbar-thumb-color-base);
1560
1590
  background-clip: content-box;
1561
1591
  border: 1px solid transparent;
1562
1592
  border-radius: 4px;
@@ -1567,12 +1597,15 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1567
1597
  }
1568
1598
  .aplus-ap-table ::-webkit-scrollbar-thumb:hover,
1569
1599
  .aplus-ap-table ::-webkit-scrollbar-thumb:active {
1570
- background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
1600
+ background-color: var(--ap-scrollbar-thumb-color-hover);
1571
1601
  }
1572
1602
  .aplus-ap-table-wrapper {
1573
- padding: 8px 8px 12px;
1603
+ padding: 8px;
1574
1604
  background-color: #fff;
1575
1605
  }
1606
+ .aplus-ap-table-wrapper:has(.ant-pagination) {
1607
+ padding-bottom: 0;
1608
+ }
1576
1609
  .aplus-ap-table-adaptive {
1577
1610
  height: 100%;
1578
1611
  display: flex;
@@ -1613,16 +1646,24 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1613
1646
  flex-direction: column;
1614
1647
  }
1615
1648
  .aplus-ap-table__table-wrapper-card {
1616
- padding: 8px 8px 12px;
1649
+ padding: 8px;
1617
1650
  border-radius: 4px;
1618
1651
  background-color: #fff;
1619
1652
  overflow: hidden;
1620
1653
  }
1621
- .aplus-ap-table-table .ant-pagination {
1622
- margin-bottom: 0 !important;
1654
+ .aplus-ap-table__table-wrapper-card:has(.ant-pagination) {
1655
+ padding-bottom: 0;
1623
1656
  }
1624
- .aplus-ap-table-table .ant-pagination .ant-pagination-total-text {
1657
+ .aplus-ap-table-table ul.ant-table-pagination.ant-pagination {
1658
+ margin-block: 8px;
1659
+ align-items: center;
1660
+ }
1661
+ .aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
1625
1662
  flex: 1;
1663
+ height: unset;
1664
+ line-height: 18px;
1665
+ display: flex;
1666
+ align-items: center;
1626
1667
  }
1627
1668
  .aplus-ap-table-table tr > th.ant-table-cell {
1628
1669
  background-color: var(--ap-table-header-bg, #F2F6F9);
@@ -1667,13 +1708,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1667
1708
  margin-bottom: 0;
1668
1709
  }
1669
1710
  .aplus-ap-table-pagination-count-text {
1670
- color: var(--ap-table-pagination-total-count-color, #182948);
1711
+ color: var(--ap-text-color-2);
1671
1712
  }
1672
1713
  .aplus-ap-table-pagination--total-right {
1673
1714
  padding-left: 12px;
1674
1715
  }
1675
1716
  .aplus-ap-table-pagination-total-wrapper {
1676
- color: var(--ap-table-pagination-total-color, #526A90);
1717
+ color: var(--ap-text-color-1);
1677
1718
  }
1678
1719
  .aplus-ap-table-header {
1679
1720
  padding-bottom: 8px;
@@ -1700,7 +1741,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1700
1741
  flex: 1;
1701
1742
  }
1702
1743
  .aplus-ap-table-setting-trigger-button {
1703
- color: var(--ap-table-setting-button-color, #8896B0);
1744
+ color: var(--ap-text-color-3);
1704
1745
  }
1705
1746
  .aplus-ap-table-setting-trigger-button:hover {
1706
1747
  color: unset;
@@ -1727,22 +1768,22 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
1727
1768
  }
1728
1769
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
1729
1770
  padding: 6px;
1730
- line-height: 1.1 0.57142857;
1771
+ line-height: 22;
1731
1772
  font-size: 14px;
1732
1773
  }
1733
1774
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
1734
- line-height: 1.5;
1775
+ line-height: 18px;
1735
1776
  padding: 3px 6px;
1736
1777
  font-size: 12px;
1737
1778
  }
1738
1779
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
1739
1780
  padding: 0 4px;
1740
- line-height: 1.5;
1781
+ line-height: 18px;
1741
1782
  font-size: 12px;
1742
1783
  }
1743
1784
  .aplus-tag-wrapper-purely > * {
1744
1785
  background-color: var(--tag-main-color-background);
1745
- color: var(--ap-upload-single-color-main, #182948);
1786
+ color: var(--ap-text-color-2);
1746
1787
  }
1747
1788
  .aplus-tag-wrapper-border > * {
1748
1789
  border: 1px solid var(--tag-main-color);
@@ -2046,7 +2087,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2046
2087
  margin-top: 10px;
2047
2088
  color: #182948;
2048
2089
  font-size: 14px;
2049
- line-height: 1.1 0.57142857;
2090
+ line-height: 22;
2050
2091
  }
2051
2092
  .aplus-ap-upload-single-file .state-un .state-un-subtitle {
2052
2093
  margin-top: 4px;
@@ -2126,7 +2167,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2126
2167
  color: #182948;
2127
2168
  font-size: 12px;
2128
2169
  font-family: inherit;
2129
- line-height: 1.5;
2170
+ line-height: 18px;
2130
2171
  list-style: none;
2131
2172
  border-radius: 4px;
2132
2173
  position: relative;
@@ -2136,11 +2177,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2136
2177
  cursor: not-allowed !important;
2137
2178
  }
2138
2179
  .aplus-check-card--bordered {
2139
- outline: 1px solid var(--check-card-outline-color, #E9EDF3);
2180
+ outline: 1px solid var(--ap-border-color-base);
2140
2181
  }
2141
2182
  .aplus-check-card:hover:not(.aplus-check-card--disabled) {
2142
2183
  cursor: pointer;
2143
- outline: 1px solid var(--check-card-hover-outline-color, #0070ff);
2184
+ outline: 1px solid var(--ap-color-primary);
2144
2185
  }
2145
2186
  .aplus-check-card::after {
2146
2187
  content: '';
@@ -2155,14 +2196,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2155
2196
  border-radius: 4px;
2156
2197
  }
2157
2198
  .aplus-check-card--checked {
2158
- outline: 2px solid var(--check-card-checked-outline-color, #0070ff);
2199
+ outline: 2px solid var(--ap-color-primary);
2159
2200
  }
2160
2201
  .aplus-check-card--checked:hover:not(.aplus-check-card--disabled) {
2161
- outline: 2px solid var(--check-card-checked-outline-color, #0070ff);
2202
+ outline: 2px solid var(--ap-color-primary);
2162
2203
  }
2163
2204
  .aplus-check-card--checked::after {
2164
2205
  opacity: 1;
2165
- border: var(--check-card-indicator-size, 14px) solid var(--check-card-checked-bg, #0070ff);
2206
+ border: var(--check-card-indicator-size, 14px) solid var(--ap-color-primary);
2166
2207
  border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
2167
2208
  border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
2168
2209
  inset-block-start: -2px;
@@ -2190,7 +2231,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2190
2231
  color: #182948;
2191
2232
  font-size: 12px;
2192
2233
  font-family: inherit;
2193
- line-height: 1.5;
2234
+ line-height: 18px;
2194
2235
  list-style: none;
2195
2236
  margin-bottom: 4px;
2196
2237
  color: #333;
@@ -2206,7 +2247,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2206
2247
  color: #182948;
2207
2248
  font-size: 12px;
2208
2249
  font-family: inherit;
2209
- line-height: 1.5;
2250
+ line-height: 18px;
2210
2251
  list-style: none;
2211
2252
  color: #333;
2212
2253
  }
@@ -2308,40 +2349,42 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2308
2349
  height: 100%;
2309
2350
  }
2310
2351
  .aplus-ap-table-modal--table-layout.complex-layout {
2352
+ height: 100%;
2311
2353
  position: relative;
2312
2354
  }
2313
- .aplus-ap-table-modal--table-layout.complex-layout::before {
2314
- content: '';
2315
- width: calc(100% + 40px);
2316
- height: 1px;
2317
- background-color: #dee4ed;
2318
- position: absolute;
2319
- left: -20px;
2320
- bottom: 0px;
2321
- }
2322
2355
  .aplus-ap-table-modal--table-layout-left {
2323
2356
  width: calc(100% - 410px);
2324
2357
  padding-right: 20px;
2325
- padding-bottom: 16px;
2326
2358
  box-sizing: border-box;
2359
+ display: flex;
2360
+ flex-direction: column;
2361
+ }
2362
+ .aplus-ap-table-modal--table-layout-left-content {
2363
+ flex: 1;
2364
+ }
2365
+ .aplus-ap-table-modal--table-layout-left-content .ant-table-body {
2366
+ height: 100%;
2327
2367
  }
2328
2368
  .aplus-ap-table-modal--table-layout-right {
2329
2369
  width: 410px;
2330
2370
  padding-left: 20px;
2331
2371
  position: relative;
2372
+ display: flex;
2373
+ flex-direction: column;
2332
2374
  }
2333
2375
  .aplus-ap-table-modal--table-layout-right-content {
2334
- max-height: calc(100vh - 280px);
2376
+ flex: 1;
2377
+ max-height: 540px;
2335
2378
  overflow-y: auto;
2336
2379
  }
2337
2380
  .aplus-ap-table-modal--table-layout-right::before {
2338
2381
  content: '';
2339
- height: calc(100% + 20px);
2382
+ height: calc(100% + 16px);
2340
2383
  width: 1px;
2341
2384
  background-color: #dee4ed;
2342
2385
  position: absolute;
2343
2386
  left: 0px;
2344
- top: -20px;
2387
+ top: -16px;
2345
2388
  }
2346
2389
  .aplus-scroll-bar {
2347
2390
  position: relative;
@@ -2404,7 +2447,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2404
2447
  margin-top: 12px;
2405
2448
  }
2406
2449
  .aplus-ap-appendix__file-area--border {
2407
- border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
2450
+ border: 1px dashed var(--ap-border-color-base);
2408
2451
  padding: 12px;
2409
2452
  border-radius: 4px;
2410
2453
  }
@@ -2432,7 +2475,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2432
2475
  }
2433
2476
  .aplus-ap-appendix__file-area-content-item-icon svg {
2434
2477
  width: 16px;
2435
- color: var(--ap-appendix-area-color-icon, #ABB7CC);
2478
+ color: var(--ap-text-color-4);
2436
2479
  }
2437
2480
  .aplus-ap-appendix__file-area-content-item-file-name {
2438
2481
  min-width: 0;
@@ -2444,21 +2487,21 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2444
2487
  }
2445
2488
  .aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
2446
2489
  font-size: 12px;
2447
- line-height: 1.5;
2448
- color: var(--ap-appendix-area-color-font, #182948);
2490
+ line-height: 18px;
2491
+ color: var(--ap-text-color-2);
2449
2492
  transition: color 0.2s;
2450
2493
  }
2451
2494
  .aplus-ap-appendix__file-area-content-item-content:hover .ant-typography {
2452
- color: var(--ap-appendix-area-color-font-hover, #0070ff);
2495
+ color: var(--ap-color-link);
2453
2496
  }
2454
2497
  .aplus-ap-appendix__file-area-content-item--loading-content {
2455
2498
  cursor: not-allowed;
2456
2499
  }
2457
2500
  .aplus-ap-appendix__file-area-content-item--loading .ant-typography {
2458
- color: var(--ap-appendix-area-color-font-disabled, #ABB7CC);
2501
+ color: var(--ap-text-color-4);
2459
2502
  }
2460
2503
  .aplus-ap-appendix__file-area-content-item--loading-content:hover .ant-typography {
2461
- color: var(--ap-appendix-area-color-font-disabled, #ABB7CC);
2504
+ color: var(--ap-text-color-4);
2462
2505
  }
2463
2506
  .aplus-ap-group-search__search > .ant-select-selector {
2464
2507
  padding: 0px 10px 0 0 !important;
@@ -2571,7 +2614,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2571
2614
  }
2572
2615
  .aplus-ap-upload-single .ant-upload-drag {
2573
2616
  background: #F2F6F9;
2574
- border: 1px dashed var(--ap-upload-single-color-border, #DEE4ED);
2617
+ border: 1px dashed var(--ap-border-color-base);
2575
2618
  height: 200px;
2576
2619
  }
2577
2620
  .aplus-ap-upload-single .ant-upload-drag:not(.ant-upload-disabled):hover {
@@ -2632,7 +2675,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2632
2675
  cursor: pointer;
2633
2676
  }
2634
2677
  .aplus-ap-upload-single__content-ing-name {
2635
- --name-color: var(--ap-upload-single-color-main, #182948);
2678
+ --name-color: var(--ap-text-color-2);
2636
2679
  }
2637
2680
  .aplus-ap-upload-single__content-ing-name .ant-progress-line {
2638
2681
  margin-inline-end: 0;
@@ -2655,13 +2698,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2655
2698
  }
2656
2699
  .aplus-ap-upload-single__content-empty-title {
2657
2700
  margin-top: 10px;
2658
- color: var(--ap-upload-single-color-main, #182948);
2701
+ color: var(--ap-text-color-2);
2659
2702
  font-size: 16px;
2660
2703
  line-height: 22px;
2661
2704
  }
2662
2705
  .aplus-ap-upload-single__content-empty-sub-title {
2663
2706
  margin-top: 4px;
2664
- color: var(--ap-upload-single-color-sub, #abb7cc);
2707
+ color: var(--ap-text-color-4);
2665
2708
  font-size: 12px;
2666
2709
  line-height: 18px;
2667
2710
  }
@@ -2679,11 +2722,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2679
2722
  .aplus-batch-input-group-popover-input-trigger-icon {
2680
2723
  cursor: pointer;
2681
2724
  font-size: 16px;
2682
- color: var(--batch-input-group-trigger-color, #526a90);
2725
+ color: var(--ap-text-color-1);
2683
2726
  line-height: 0;
2684
2727
  }
2685
2728
  .aplus-batch-input-group-popover-input-trigger-icon:hover {
2686
- color: var(--basic-color-primary, #0070ff);
2729
+ color: var(--ap-color-primary);
2687
2730
  }
2688
2731
  .aplus-batch-input-group-popover-input-trigger-icon--disabled {
2689
2732
  cursor: not-allowed;
@@ -2745,7 +2788,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2745
2788
  height: 10px;
2746
2789
  }
2747
2790
  .aplus-ap-grid ::-webkit-scrollbar-thumb {
2748
- background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
2791
+ background-color: var(--ap-scrollbar-thumb-color-base);
2749
2792
  background-clip: content-box;
2750
2793
  border: 1px solid transparent;
2751
2794
  border-radius: 4px;
@@ -2756,18 +2799,20 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2756
2799
  }
2757
2800
  .aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
2758
2801
  .aplus-ap-grid ::-webkit-scrollbar-thumb:active {
2759
- background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
2802
+ background-color: var(--ap-scrollbar-thumb-color-hover);
2760
2803
  }
2761
- .aplus-ap-grid .vxe-table .vxe-cell {
2804
+ .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell,
2805
+ .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
2762
2806
  min-height: unset !important;
2763
- padding: 9px 12px !important;
2807
+ padding: 9px 12px;
2764
2808
  font-size: 12px;
2765
- line-height: 1.5;
2809
+ line-height: 18px;
2766
2810
  }
2767
- .aplus-ap-grid .vxe-table.size--mini .vxe-cell {
2811
+ .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell,
2812
+ .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
2768
2813
  min-height: unset !important;
2769
- padding: 6px 9px !important;
2770
- line-height: 1.5;
2814
+ padding: 6px 9px;
2815
+ line-height: 18px;
2771
2816
  }
2772
2817
  .aplus-ap-grid-adaptive {
2773
2818
  height: 100%;
@@ -2779,7 +2824,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2779
2824
  flex: 1;
2780
2825
  }
2781
2826
  .aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
2782
- margin-block: 12px;
2827
+ margin-block: 8px;
2783
2828
  }
2784
2829
  .aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
2785
2830
  background-color: #fff;
@@ -2839,19 +2884,24 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2839
2884
  margin-block: 12px;
2840
2885
  display: flex;
2841
2886
  flex-wrap: wrap;
2887
+ align-items: center;
2842
2888
  row-gap: 8px;
2843
2889
  }
2844
2890
  .aplus-ap-grid-pagination .ant-pagination-total-text {
2845
2891
  flex: 1;
2892
+ height: unset;
2893
+ line-height: 18px;
2894
+ display: flex;
2895
+ align-items: center;
2846
2896
  }
2847
2897
  .aplus-ap-grid-pagination-count-text {
2848
- color: var(--ap-table-pagination-total-count-color, #182948);
2898
+ color: var(--ap-text-color-2);
2849
2899
  }
2850
2900
  .aplus-ap-grid-pagination--total-right {
2851
2901
  padding-left: 12px;
2852
2902
  }
2853
2903
  .aplus-ap-grid-pagination-total-wrapper {
2854
- color: var(--ap-table-pagination-total-color, #526A90);
2904
+ color: var(--ap-text-color-1);
2855
2905
  }
2856
2906
  .aplus-ap-grid-table-header__title {
2857
2907
  display: -webkit-inline-box;
@@ -2865,14 +2915,24 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2865
2915
  word-break: break-all;
2866
2916
  flex: 1;
2867
2917
  }
2868
- .aplus-ap-grid th .vxe-cell--wrapper {
2918
+ .aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper {
2869
2919
  display: flex;
2870
2920
  flex-direction: row;
2871
2921
  flex-wrap: nowrap;
2872
2922
  align-items: center;
2923
+ min-width: unset;
2873
2924
  }
2874
- .aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
2925
+ .aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper .vxe-cell--title {
2875
2926
  flex-shrink: 1;
2927
+ flex-grow: 0;
2928
+ }
2929
+ .aplus-ap-grid .fixed-left--wrapper .vxe-table--header,
2930
+ .aplus-ap-grid .fixed-right--wrapper .vxe-table--header {
2931
+ height: 100%;
2932
+ }
2933
+ .aplus-ap-grid .fixed-left--wrapper .vxe-table--footer,
2934
+ .aplus-ap-grid .fixed-right--wrapper .vxe-table--footer {
2935
+ height: 100%;
2876
2936
  }
2877
2937
  .aplus-editable-grid__header-cell--required {
2878
2938
  color: #FF4D4F;
@@ -2903,7 +2963,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2903
2963
  color: #182948;
2904
2964
  font-size: 12px;
2905
2965
  font-family: inherit;
2906
- line-height: 1.5;
2966
+ line-height: 18px;
2907
2967
  list-style: none;
2908
2968
  display: flex;
2909
2969
  align-items: baseline;
@@ -2915,7 +2975,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2915
2975
  .aplus-ap-text__label {
2916
2976
  display: inline-flex;
2917
2977
  align-items: baseline;
2918
- color: var(--ap-text-label-color, #8896b0);
2978
+ color: var(--ap-text-color-3);
2919
2979
  }
2920
2980
  .aplus-ap-text__label::after {
2921
2981
  content: ':';
@@ -2939,13 +2999,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
2939
2999
  line-height: 1;
2940
3000
  }
2941
3001
  .aplus-ap-text span.ant-typography {
2942
- color: var(--ap-text-content-color-major, #182948);
3002
+ color: var(--ap-text-color-2);
2943
3003
  }
2944
3004
  .aplus-ap-text span.ant-typography.ant-typography-secondary {
2945
- color: var(--ap-text-content-color-minor, #8896b0);
3005
+ color: var(--ap-text-color-3);
2946
3006
  }
2947
3007
  .aplus-ap-text a.ant-typography {
2948
- color: var(--basic-color-primary, #0070ff);
3008
+ color: var(--ap-color-link);
2949
3009
  }
2950
3010
  .aplus-ap-text-group:has(.ant-typography-ellipsis) {
2951
3011
  max-width: 100%;
@@ -3025,7 +3085,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3025
3085
  position: absolute;
3026
3086
  z-index: 1;
3027
3087
  display: none;
3028
- background: var(--basic-color-primary, #0070ff);
3088
+ background: var(--ap-color-primary);
3029
3089
  opacity: 0.2;
3030
3090
  transition: none;
3031
3091
  pointer-events: none;
@@ -3036,7 +3096,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3036
3096
  padding: 0;
3037
3097
  color: #182948;
3038
3098
  font-size: 12px;
3039
- line-height: 1.5;
3099
+ line-height: 18px;
3040
3100
  list-style: none;
3041
3101
  font-family: inherit;
3042
3102
  display: flex;
@@ -3148,7 +3208,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3148
3208
  position: absolute;
3149
3209
  z-index: 1;
3150
3210
  display: none;
3151
- background: var(--basic-color-primary, #0070ff);
3211
+ background: var(--ap-color-primary);
3152
3212
  opacity: 0.2;
3153
3213
  transition: none;
3154
3214
  pointer-events: none;
@@ -3196,7 +3256,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3196
3256
  position: absolute;
3197
3257
  z-index: 1;
3198
3258
  display: none;
3199
- background: var(--basic-color-primary, #0070ff);
3259
+ background: var(--ap-color-primary);
3200
3260
  opacity: 0.2;
3201
3261
  transition: none;
3202
3262
  pointer-events: none;
@@ -3249,7 +3309,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3249
3309
  padding: 0;
3250
3310
  }
3251
3311
  .aplus-ap-view > .ant-dropdown-trigger {
3252
- color: var(--ap-view-icon-color, #8896b0);
3312
+ color: var(--ap-text-color-3);
3253
3313
  }
3254
3314
  .aplus-ap-view-main-content {
3255
3315
  padding: 4px 8px;
@@ -3258,11 +3318,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3258
3318
  justify-content: center;
3259
3319
  }
3260
3320
  .aplus-ap-view-main-content-disabled {
3261
- color: var(--ap-view-message-color, #abb7cc);
3321
+ color: var(--ap-text-color-4);
3262
3322
  cursor: not-allowed;
3263
3323
  }
3264
3324
  .ant-btn-default:has(.aplus-ap-view-main-content-disabled) {
3265
- border-color: var(--ap-view-border-color, #DEE4ED) !important;
3325
+ border-color: var(--ap-border-color-base) !important;
3266
3326
  }
3267
3327
  .aplus-ap-view-icon {
3268
3328
  width: 100%;
@@ -3329,13 +3389,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3329
3389
  font-size: 12px;
3330
3390
  display: flex;
3331
3391
  align-items: center;
3332
- color: var(--basic-color-primary, #0070ff);
3392
+ color: var(--ap-color-primary);
3333
3393
  }
3334
3394
  .aplus-ap-view-menu-list-content .menu-list-content-action-delete {
3335
3395
  cursor: pointer;
3336
3396
  display: flex;
3337
3397
  align-items: center;
3338
- color: var(--ap-view-icon-color, #8896b0);
3398
+ color: var(--ap-text-color-3);
3339
3399
  }
3340
3400
  .aplus-ap-view-menu-list-content .menu-list-content-edit {
3341
3401
  display: flex;
@@ -3348,7 +3408,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3348
3408
  flex-shrink: 0;
3349
3409
  }
3350
3410
  .aplus-ap-view-menu-list-content:hover {
3351
- background: var(--ap-view-bg-color, #F6F9FA);
3411
+ background: var(--ap-color-bg-1);
3352
3412
  }
3353
3413
  .aplus-ap-view-menu-list-content:hover .menu-list-content-action {
3354
3414
  display: block;
@@ -3359,7 +3419,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3359
3419
  cursor: default;
3360
3420
  }
3361
3421
  .aplus-ap-view-menu-list-content-active .menu-list-content-name {
3362
- color: var(--basic-color-primary, #0070ff);
3422
+ color: var(--ap-color-primary);
3363
3423
  }
3364
3424
  .aplus-ap-view-overlay .ant-dropdown-menu {
3365
3425
  padding: 8px;
@@ -3370,3 +3430,43 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
3370
3430
  .aplus-ap-view-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover {
3371
3431
  background: transparent;
3372
3432
  }
3433
+ .aplus-ap-radio-group {
3434
+ font-size: 12px;
3435
+ padding: 8px 8px 0;
3436
+ background-color: #fff;
3437
+ }
3438
+ .aplus-ap-radio-group__item {
3439
+ cursor: pointer;
3440
+ padding-inline: 12px;
3441
+ border-radius: 4px;
3442
+ color: var(--ap-text-color-1);
3443
+ transition: all 0.3s ease-in-out;
3444
+ will-change: background-color;
3445
+ }
3446
+ .aplus-ap-radio-group__item:hover {
3447
+ background-color: var(--ap-color-bg-2);
3448
+ }
3449
+ .aplus-ap-radio-group__item--active {
3450
+ color: var(--ap-color-primary);
3451
+ background-color: var(--ap-radio-group-item-active-bg-color) !important;
3452
+ }
3453
+ .aplus-ap-drawer-close {
3454
+ width: 32px;
3455
+ height: 32px;
3456
+ display: flex;
3457
+ flex-direction: column;
3458
+ justify-content: center;
3459
+ align-items: center;
3460
+ border: 1px solid var(--ap-border-color-base, #D9D9D9);
3461
+ border-radius: 4px;
3462
+ cursor: pointer;
3463
+ }
3464
+ .aplus-ap-drawer-close .aplus-frontend-icon {
3465
+ font-size: 18px;
3466
+ display: flex;
3467
+ align-items: center;
3468
+ transition: color 0.3s;
3469
+ }
3470
+ .aplus-ap-drawer-close:hover .aplus-frontend-icon {
3471
+ color: var(--ap-color-error, #FF4D4F);
3472
+ }