@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.11

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 (350) hide show
  1. package/es/index.mjs +294 -289
  2. package/es/src/ap-action/group/index.vue.d.ts +1 -1
  3. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  4. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  5. package/es/src/ap-field/date/helper.mjs +12 -12
  6. package/es/src/ap-field/date/index.vue.d.ts +1 -1
  7. package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
  8. package/es/src/ap-field/number/index.vue.d.ts +1 -1
  9. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  10. package/es/src/ap-field/select/index.vue.d.ts +1 -1
  11. package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
  12. package/es/src/ap-form/interface.d.ts +4 -0
  13. package/es/src/ap-form/item/index.vue.d.ts +1 -1
  14. package/es/src/ap-form/item/index.vue.mjs +7 -7
  15. package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
  16. package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
  17. package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
  18. package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
  19. package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  20. package/es/src/ap-form/render/item.vue.d.ts +1 -1
  21. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  22. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
  23. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
  24. package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
  25. package/es/src/ap-form/search-form/index.vue.mjs +77 -76
  26. package/es/src/ap-grid/constants.d.ts +3 -3
  27. package/es/src/ap-grid/constants.mjs +9 -9
  28. package/es/src/ap-grid/editable/form-item.vue.mjs +94 -83
  29. package/es/src/ap-grid/editable/index.vue.mjs +89 -78
  30. package/es/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  31. package/es/src/ap-grid/hooks/use-inner-params.mjs +24 -35
  32. package/es/src/ap-grid/index.vue.mjs +161 -139
  33. package/es/src/ap-grid/interface.d.ts +2 -2
  34. package/es/src/ap-grid/utils/table.mjs +32 -32
  35. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  36. package/es/src/ap-table/ap-table.vue2.mjs +209 -198
  37. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  38. package/es/src/ap-table/constants.d.ts +30 -30
  39. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  40. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +147 -130
  41. package/es/src/ap-table/utils.d.ts +14 -14
  42. package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
  43. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  44. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  45. package/es/src/ap-tag/interface.d.ts +4 -0
  46. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  47. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +93 -73
  48. package/es/src/business/ap-expand-alert/index.d.ts +4 -4
  49. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  50. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +109 -99
  51. package/es/src/business/ap-export-group/index.d.ts +3 -0
  52. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  53. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
  54. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  55. package/es/src/business/ap-label/constans.mjs +1 -1
  56. package/es/src/business/ap-label/index.d.ts +3 -3
  57. package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
  58. package/es/src/business/ap-ladder/index.d.ts +3 -3
  59. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  60. package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
  61. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +60 -0
  62. package/es/src/business/ap-radio-group/index.d.ts +55 -0
  63. package/es/src/business/ap-radio-group/index.mjs +8 -0
  64. package/es/src/business/ap-radio-group/interface.d.ts +11 -0
  65. package/es/src/business/ap-radio-group/interface.mjs +1 -0
  66. package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
  67. package/es/src/business/ap-radio-group/style/css.js +1 -0
  68. package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
  69. package/es/src/business/ap-radio-group/style/index.js +1 -0
  70. package/es/src/business/ap-status/interface.d.ts +1 -1
  71. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  72. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  73. package/es/src/business/ap-view/ap-view.vue2.mjs +128 -112
  74. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +64 -54
  75. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
  76. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
  77. package/es/src/business/ap-view/index.d.ts +3 -0
  78. package/es/src/business/ap-view/interface.d.ts +8 -0
  79. package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
  80. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  81. package/es/src/business/hooks/usePageListApGrid.d.ts +2 -0
  82. package/es/src/business/hooks/usePageListApGrid.mjs +70 -47
  83. package/es/src/business/index.d.ts +1 -0
  84. package/es/src/business/index.mjs +15 -13
  85. package/es/src/check-card/group.vue.d.ts +1 -1
  86. package/es/src/config-provider/config-provider-props.d.ts +0 -5
  87. package/es/src/config-provider/config-provider-props.mjs +0 -4
  88. package/es/src/config-provider/config-provider.d.ts +0 -138
  89. package/es/src/config-provider/config-provider.mjs +21 -26
  90. package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
  91. package/es/src/config-provider/index.d.ts +0 -652
  92. package/es/src/editable-table/form-item.vue.d.ts +2 -14
  93. package/es/src/editable-table/form-item.vue.mjs +84 -76
  94. package/es/src/editable-table/index.vue.d.ts +2 -16
  95. package/es/src/editable-table/index.vue.mjs +91 -83
  96. package/es/src/editable-table/interface.d.ts +7 -0
  97. package/es/src/index.mjs +166 -164
  98. package/es/src/locale/lang/en.mjs +1 -1
  99. package/es/src/locale/lang/zh-cn.mjs +1 -1
  100. package/es/src/path-map.mjs +2 -1
  101. package/es/src/version.d.ts +2 -0
  102. package/es/src/version.mjs +4 -0
  103. package/lib/index.js +1 -1
  104. package/lib/src/ap-action/group/index.vue.d.ts +1 -1
  105. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
  106. package/lib/src/ap-button/ap-button.vue.js +1 -1
  107. package/lib/src/ap-field/date/helper.js +1 -1
  108. package/lib/src/ap-field/date/index.vue.d.ts +1 -1
  109. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
  110. package/lib/src/ap-field/number/index.vue.d.ts +1 -1
  111. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  112. package/lib/src/ap-field/select/index.vue.d.ts +1 -1
  113. package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
  114. package/lib/src/ap-form/interface.d.ts +4 -0
  115. package/lib/src/ap-form/item/index.vue.d.ts +1 -1
  116. package/lib/src/ap-form/item/index.vue.js +1 -1
  117. package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
  118. package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
  119. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
  120. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
  121. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
  122. package/lib/src/ap-form/render/item.vue.d.ts +1 -1
  123. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
  124. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  125. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  126. package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
  127. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  128. package/lib/src/ap-grid/constants.d.ts +3 -3
  129. package/lib/src/ap-grid/constants.js +1 -1
  130. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  131. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  132. package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
  133. package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
  134. package/lib/src/ap-grid/index.vue.js +1 -1
  135. package/lib/src/ap-grid/interface.d.ts +2 -2
  136. package/lib/src/ap-grid/utils/table.js +1 -1
  137. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
  138. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  139. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  140. package/lib/src/ap-table/constants.d.ts +30 -30
  141. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
  142. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  143. package/lib/src/ap-table/utils.d.ts +14 -14
  144. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  145. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  146. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  147. package/lib/src/ap-tag/interface.d.ts +4 -0
  148. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
  149. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  150. package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
  151. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  152. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  153. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  154. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  155. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  156. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  157. package/lib/src/business/ap-label/constans.js +1 -1
  158. package/lib/src/business/ap-label/index.d.ts +3 -3
  159. package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
  160. package/lib/src/business/ap-ladder/index.d.ts +3 -3
  161. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
  162. package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
  163. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
  164. package/lib/src/business/ap-radio-group/index.d.ts +55 -0
  165. package/lib/src/business/ap-radio-group/index.js +1 -0
  166. package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
  167. package/lib/src/business/ap-radio-group/interface.js +1 -0
  168. package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
  169. package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
  170. package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
  171. package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
  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/index.vue.d.ts +1 -1
  183. package/lib/src/business/hooks/usePageListApGrid.d.ts +2 -0
  184. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  185. package/lib/src/business/index.d.ts +1 -0
  186. package/lib/src/business/index.js +1 -1
  187. package/lib/src/check-card/group.vue.d.ts +1 -1
  188. package/lib/src/config-provider/config-provider-props.d.ts +0 -5
  189. package/lib/src/config-provider/config-provider-props.js +1 -1
  190. package/lib/src/config-provider/config-provider.d.ts +0 -138
  191. package/lib/src/config-provider/config-provider.js +1 -1
  192. package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
  193. package/lib/src/config-provider/index.d.ts +0 -652
  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/index.js +1 -1
  200. package/lib/src/locale/lang/en.js +1 -1
  201. package/lib/src/locale/lang/zh-cn.js +1 -1
  202. package/lib/src/path-map.js +1 -1
  203. package/lib/src/version.d.ts +2 -0
  204. package/lib/src/version.js +1 -0
  205. package/package.json +7 -5
  206. package/theme/antd-global-overwrite/admin/alert.css +6 -19
  207. package/theme/antd-global-overwrite/admin/alert.less +25 -36
  208. package/theme/antd-global-overwrite/admin/button.css +13 -13
  209. package/theme/antd-global-overwrite/admin/button.less +24 -24
  210. package/theme/antd-global-overwrite/admin/field.css +27 -0
  211. package/theme/antd-global-overwrite/admin/field.less +23 -0
  212. package/theme/antd-global-overwrite/admin/index.css +82 -471
  213. package/theme/antd-global-overwrite/admin/index.less +2 -3
  214. package/theme/antd-global-overwrite/admin/message.css +2 -9
  215. package/theme/antd-global-overwrite/admin/message.less +2 -10
  216. package/theme/antd-global-overwrite/admin/modal.css +10 -49
  217. package/theme/antd-global-overwrite/admin/modal.less +10 -53
  218. package/theme/antd-global-overwrite/admin/table.css +21 -75
  219. package/theme/antd-global-overwrite/admin/table.less +4 -7
  220. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  221. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  222. package/theme/antd-global-overwrite/aplus/alert.css +9 -19
  223. package/theme/antd-global-overwrite/aplus/alert.less +27 -34
  224. package/theme/antd-global-overwrite/aplus/button.css +20 -20
  225. package/theme/antd-global-overwrite/aplus/button.less +24 -24
  226. package/theme/antd-global-overwrite/aplus/field.css +21 -0
  227. package/theme/antd-global-overwrite/aplus/field.less +16 -0
  228. package/theme/antd-global-overwrite/aplus/index.css +82 -522
  229. package/theme/antd-global-overwrite/aplus/index.less +1 -3
  230. package/theme/antd-global-overwrite/aplus/message.css +2 -9
  231. package/theme/antd-global-overwrite/aplus/message.less +2 -10
  232. package/theme/antd-global-overwrite/aplus/modal.css +10 -50
  233. package/theme/antd-global-overwrite/aplus/modal.less +11 -57
  234. package/theme/antd-global-overwrite/aplus/table.css +19 -67
  235. package/theme/antd-global-overwrite/aplus/table.less +4 -7
  236. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  237. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  238. package/theme/ap-action/item-dropdown.css +19 -1
  239. package/theme/ap-action/item.css +20 -2
  240. package/theme/ap-appendix/ap-appendix.css +25 -5
  241. package/theme/ap-appendix/ap-appendix.less +6 -4
  242. package/theme/ap-attachment/ap-attachment.css +25 -6
  243. package/theme/ap-attachment/ap-attachment.less +6 -6
  244. package/theme/ap-batch-action/ap-batch-action.css +25 -4
  245. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  246. package/theme/ap-button/ap-button.css +19 -1
  247. package/theme/ap-card/ap-card.css +19 -1
  248. package/theme/ap-descriptions/ap-descriptions.css +24 -6
  249. package/theme/ap-descriptions/ap-descriptions.less +5 -5
  250. package/theme/ap-download/ap-download.css +26 -11
  251. package/theme/ap-download/ap-download.less +8 -11
  252. package/theme/ap-expand-alert/ap-expand-alert.css +21 -3
  253. package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
  254. package/theme/ap-field/checkbox.css +19 -1
  255. package/theme/ap-field/index.css +19 -1
  256. package/theme/ap-field/number.css +19 -1
  257. package/theme/ap-field/radio.css +19 -1
  258. package/theme/ap-field/text-area.css +19 -1
  259. package/theme/ap-form/ap-form-item-group.css +19 -1
  260. package/theme/ap-form/ap-form-item.css +26 -5
  261. package/theme/ap-form/ap-form-item.less +11 -5
  262. package/theme/ap-form/drawer-form.css +19 -1
  263. package/theme/ap-form/index.css +43 -10
  264. package/theme/ap-form/item-text-group.css +19 -1
  265. package/theme/ap-form/item-text.css +19 -1
  266. package/theme/ap-form/modal-form.css +19 -1
  267. package/theme/ap-form/search-form-sorter.css +24 -5
  268. package/theme/ap-form/search-form-sorter.less +1 -0
  269. package/theme/ap-form/search-form.css +43 -10
  270. package/theme/ap-form/search-form.less +12 -1
  271. package/theme/ap-grid/editable.css +19 -1
  272. package/theme/ap-grid/editable.less +3 -2
  273. package/theme/ap-grid/index.css +78 -15
  274. package/theme/ap-grid/index.less +21 -6
  275. package/theme/ap-group-search/ap-extension-select.css +19 -1
  276. package/theme/ap-group-search/ap-group-search.css +19 -1
  277. package/theme/ap-group-search/ap-popover-select.css +19 -1
  278. package/theme/ap-image/ap-image.css +19 -1
  279. package/theme/ap-input-radio/ap-input-radio.css +19 -1
  280. package/theme/ap-label/ap-label.css +19 -1
  281. package/theme/ap-ladder/ap-ladder.css +23 -4
  282. package/theme/ap-ladder/ap-ladder.less +4 -3
  283. package/theme/ap-layout/ap-info-layout.css +19 -1
  284. package/theme/ap-list/index.css +19 -1
  285. package/theme/ap-product-info/ap-product-info.css +19 -1
  286. package/theme/ap-radio-group/ap-radio-group.css +64 -0
  287. package/theme/ap-radio-group/ap-radio-group.less +23 -0
  288. package/theme/ap-select-layout/ap-select-layout.css +27 -9
  289. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  290. package/theme/ap-size-input/ap-size-input.css +19 -1
  291. package/theme/ap-status/ap-status.css +21 -4
  292. package/theme/ap-status/ap-status.less +2 -4
  293. package/theme/ap-summary/index.css +22 -4
  294. package/theme/ap-summary/index.less +3 -3
  295. package/theme/ap-table/ap-table-index.css +24 -6
  296. package/theme/ap-table/ap-table-index.less +5 -5
  297. package/theme/ap-table/ap-table-paragraph-ellipsis.css +19 -1
  298. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  299. package/theme/ap-table/ap-table.css +77 -29
  300. package/theme/ap-table/ap-table.less +7 -9
  301. package/theme/ap-table/setting/index.css +23 -6
  302. package/theme/ap-table/setting/modal.css +21 -4
  303. package/theme/ap-table/setting/modal.less +1 -2
  304. package/theme/ap-table/setting/select-group.css +21 -2
  305. package/theme/ap-table/setting/select-group.less +2 -1
  306. package/theme/ap-table/setting/sortable-item-meta.css +19 -1
  307. package/theme/ap-table/setting/sortable-item.css +19 -1
  308. package/theme/ap-table/setting/sorter.css +19 -2
  309. package/theme/ap-table-modal/index.css +77 -29
  310. package/theme/ap-tag/ap-tag-group.css +21 -3
  311. package/theme/ap-tag/ap-tag-group.less +4 -5
  312. package/theme/ap-tag/ap-tag.css +42 -15
  313. package/theme/ap-tag/ap-tag.less +37 -24
  314. package/theme/ap-title/ap-title.css +26 -6
  315. package/theme/ap-title/ap-title.less +7 -5
  316. package/theme/ap-upload/index.css +27 -9
  317. package/theme/ap-upload/multiple-file.css +21 -3
  318. package/theme/ap-upload/multiple-file.less +2 -2
  319. package/theme/ap-upload/picture.css +23 -5
  320. package/theme/ap-upload/picture.less +4 -4
  321. package/theme/ap-upload/single-file.css +21 -3
  322. package/theme/ap-upload/single-file.less +2 -2
  323. package/theme/ap-upload/upload.css +19 -1
  324. package/theme/ap-upload-single/index.css +19 -1
  325. package/theme/ap-view/ap-view.css +23 -1
  326. package/theme/ap-view/ap-view.less +4 -0
  327. package/theme/batch-input-group/index.css +20 -1
  328. package/theme/batch-input-group/popover-input.css +20 -1
  329. package/theme/batch-input-group/popover-input.less +1 -0
  330. package/theme/check-card/index.css +22 -4
  331. package/theme/editable-table/index.css +44 -11
  332. package/theme/full-screen/index.css +19 -1
  333. package/theme/index.css +331 -114
  334. package/theme/index.less +2 -0
  335. package/theme/mask/index.css +19 -1
  336. package/theme/mixins/config.less +1 -1
  337. package/theme/mixins/mixins.css +19 -1
  338. package/theme/mixins/mixins.less +25 -0
  339. package/theme/scroll-bar/index.css +19 -1
  340. package/theme/scroll-view/index.css +19 -1
  341. package/theme/splitter/index.css +21 -3
  342. package/theme/text/group.css +19 -1
  343. package/theme/text/index.css +20 -2
  344. package/theme/ui-mode.css +102 -0
  345. package/theme/ui-mode.less +103 -0
  346. package/theme/work-order-modal/index.css +19 -1
  347. package/es/src/config-provider/css-var.d.ts +0 -139
  348. package/es/src/config-provider/css-var.mjs +0 -278
  349. package/lib/src/config-provider/css-var.d.ts +0 -139
  350. package/lib/src/config-provider/css-var.js +0 -1
@@ -1,211 +1,98 @@
1
- .ant-alert {
2
- align-items: flex-start;
3
- width: 100%;
4
- padding: 6px 12px;
5
- border-radius: 4px;
6
- }
7
1
  .ant-alert .ant-alert-close-icon {
8
2
  line-height: 18px;
9
3
  }
10
4
  .ant-alert .ant-alert-icon {
11
5
  font-size: 16px;
12
- transform: translateY(1px);
13
6
  margin-inline-end: 8px;
14
7
  }
15
8
  .ant-alert .ant-alert-message {
16
9
  color: #333333;
17
10
  font-weight: normal !important;
18
11
  font-size: 12px;
19
- line-height: 18px;
12
+ line-height: 1.5;
20
13
  }
21
14
  .ant-alert .ant-alert-message .href {
22
15
  color: #1890ff;
23
16
  cursor: pointer;
24
17
  }
25
- .ant-alert .ant-alert-description {
26
- color: #333333;
27
- font-weight: normal;
28
- font-size: 12px;
29
- line-height: 18px;
30
- }
31
- .ant-alert-with-description .ant-alert-message {
18
+ .ant-alert.ant-alert-with-description .ant-alert-message {
32
19
  margin-bottom: 4px;
33
20
  font-weight: bold !important;
34
21
  }
35
- .ant-alert-warning {
22
+ .ant-alert.ant-alert-warning {
36
23
  background: rgba(250, 173, 20, 0.1);
37
24
  border: 1px solid rgba(250, 173, 20, 0.4);
38
25
  }
39
- .ant-alert-info {
26
+ .ant-alert.ant-alert-info {
40
27
  background: rgba(24, 144, 255, 0.1);
41
28
  border: 1px solid rgba(24, 144, 255, 0.4);
42
29
  }
43
- .ant-alert-success {
30
+ .ant-alert.ant-alert-success {
44
31
  background: rgba(52, 183, 124, 0.1);
45
32
  border: 1px solid rgba(52, 183, 124, 0.4);
46
33
  }
47
- .ant-alert-error {
34
+ .ant-alert.ant-alert-error {
48
35
  background: rgba(255, 77, 79, 0.1);
49
36
  border: 1px solid rgba(255, 77, 79, 0.4);
50
37
  }
51
38
  .ant-btn {
52
39
  box-shadow: none;
53
40
  }
54
- .ant-btn-primary[disabled],
55
- .ant-btn-primary[disabled]:hover {
56
- color: #ffffff !important;
57
- background: #d6f1e5 !important;
58
- border-color: #d6f1e5 !important;
41
+ .ant-btn.ant-btn-primary[disabled],
42
+ .ant-btn.ant-btn-primary[disabled]:hover {
43
+ color: #ffffff;
44
+ background: #d6f1e5;
45
+ border-color: #d6f1e5;
59
46
  }
60
- .ant-btn-dangerous[disabled],
61
- .ant-btn-dangerous[disabled]:hover {
47
+ .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled],
48
+ .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled]:hover {
62
49
  color: #ffffff !important;
63
50
  background: #ffdbdc !important;
64
51
  border-color: #ffdbdc !important;
65
52
  }
66
- .ant-btn-default[disabled],
67
- .ant-btn-default[disabled]:hover {
53
+ .ant-btn.ant-btn-default[disabled],
54
+ .ant-btn.ant-btn-default[disabled]:hover {
68
55
  color: #bfbfbf !important;
69
56
  background: #fafafa !important;
70
57
  border-color: #d9d9d9 !important;
71
58
  }
72
- .ant-btn-link[disabled],
73
- .ant-btn-link[disabled]:hover,
74
- .ant-btn-text[disabled],
75
- .ant-btn-text[disabled]:hover {
59
+ .ant-btn.ant-btn-link[disabled],
60
+ .ant-btn.ant-btn-link[disabled]:hover,
61
+ .ant-btn.ant-btn-text[disabled],
62
+ .ant-btn.ant-btn-text[disabled]:hover {
76
63
  color: rgba(24, 144, 255, 0.2) !important;
77
64
  }
78
- .ant-form .ant-form-item label {
79
- font-weight: normal;
80
- }
81
- .ant-form .ant-form-item label svg {
82
- color: #34b77c;
83
- }
84
- .ant-form .ant-form-item-control {
85
- padding-left: 0;
86
- }
87
- .ant-form .ant-form-item-control .ant-form-item-explain-error {
88
- font-size: 12px;
89
- }
90
- .ant-input::-moz-placeholder {
91
- color: #bfbfbf;
92
- }
93
- .ant-input::placeholder {
94
- color: #bfbfbf;
95
- }
96
- .ant-select .ant-select-selection-placeholder {
97
- color: #bfbfbf;
98
- }
99
- .ant-picker .ant-picker-input > input::-moz-placeholder {
100
- color: #bfbfbf;
101
- }
102
- .ant-picker .ant-picker-input > input::placeholder {
103
- color: #bfbfbf;
104
- }
105
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
106
- color: #bfbfbf;
107
- }
108
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
109
- color: #bfbfbf;
110
- }
111
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'],
112
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] {
113
- padding: 16px;
114
- }
115
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content,
116
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
117
- display: flex;
118
- align-items: center;
119
- justify-content: flex-end;
120
- }
121
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary,
122
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
123
- order: 1;
124
- }
125
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default,
126
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
127
- order: 2;
128
- margin-right: 0;
129
- }
130
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link,
131
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
132
- order: 3;
133
- margin-left: 0.5rem;
134
- }
135
- .ant-message .ant-message-notice-content {
65
+ .ant-message div.ant-message-notice-content {
136
66
  padding: 10px 16px;
137
- /* 文字颜色/一级-333333 */
138
- color: #333333;
139
- font-weight: normal;
140
67
  font-size: 14px;
141
68
  line-height: 22px;
142
- letter-spacing: 0;
143
- border-radius: 4px;
144
69
  box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
145
70
  }
146
71
  .ant-message .ant-message-notice .anticon {
147
- font-size: 14px;
148
- line-height: 22px;
149
- vertical-align: -0.18em;
72
+ margin-bottom: 1px;
150
73
  margin-inline-end: 9px;
151
74
  }
152
75
  .ant-modal-root .ant-modal .ant-modal-close {
153
- top: 0;
154
- right: 0;
155
- width: auto;
76
+ top: 14px;
77
+ inset-inline-end: 18px;
156
78
  color: #666666;
157
- font-weight: normal;
158
- background: transparent;
159
- outline: none;
160
- cursor: default;
161
79
  }
162
80
  .ant-modal-root .ant-modal .ant-modal-close:hover {
163
- color: #666666;
164
81
  background-color: transparent;
165
82
  }
166
83
  .ant-modal-root .ant-modal .ant-modal-close-x {
167
- display: inline-block;
168
- width: 96px;
169
- height: 54px;
170
- line-height: 54px;
171
- text-align: start;
172
- }
173
- .ant-modal-root .ant-modal .ant-modal-close-x > div {
174
- height: 100%;
175
- }
176
- .ant-modal-root .ant-modal .ant-modal-close-x > span {
177
- display: inline-block;
178
- margin-left: 48px;
179
- padding: 10px;
180
- cursor: pointer;
181
- transition: all 0.2s;
182
- }
183
- .ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
184
- color: #ed6f6f;
84
+ line-height: 0;
185
85
  }
186
86
  .ant-modal-root .ant-modal .ant-modal-content {
187
87
  padding: 0;
188
88
  }
189
89
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
190
90
  margin-bottom: 0;
191
- padding: 15px 20px;
91
+ padding: 12px 20px;
192
92
  border-bottom: 1px solid #E9E9E9;
193
93
  }
194
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
195
- color: #333333;
196
- font-weight: normal;
197
- font-size: 16px;
198
- line-height: 24px;
199
- }
200
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
201
- padding-left: 0;
202
- color: #333333;
203
- font-weight: normal;
204
- font-size: 16px;
205
- line-height: 24px;
206
- }
207
94
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
208
- padding: 20px !important;
95
+ padding: 16px 20px !important;
209
96
  }
210
97
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
211
98
  padding: 0;
@@ -222,14 +109,11 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
222
109
  }
223
110
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
224
111
  margin-top: 0;
225
- padding: 11px 20px;
226
- border-top: 1px solid #E9E9E9;
112
+ padding: 0 20px 12px;
113
+ border-top: none;
227
114
  }
228
115
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
229
- min-width: 88px;
230
- }
231
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
232
- padding: 32px 32px 28px !important;
116
+ min-width: 72px;
233
117
  }
234
118
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
235
119
  margin-inline-end: 16px;
@@ -255,10 +139,10 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
255
139
  }
256
140
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
257
141
  margin-top: 0;
258
- padding-top: 24px;
142
+ padding-top: 12px;
259
143
  }
260
144
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
261
- min-width: 88px;
145
+ min-width: 72px;
262
146
  }
263
147
  .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
264
148
  color: #06c687;
@@ -273,278 +157,17 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
273
157
  .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
274
158
  color: #ff4d4f;
275
159
  }
276
- [class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
277
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
278
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
279
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
280
- margin: 16px 0 0;
281
- }
282
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination,
283
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination,
284
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination,
285
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination {
286
- position: relative;
287
- }
288
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
289
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
290
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
291
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
292
- position: absolute;
293
- left: 0;
294
- height: 30px;
295
- line-height: 30px;
296
- }
297
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
298
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
299
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
300
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
301
- box-sizing: border-box;
302
- min-width: 30px;
303
- height: 30px;
304
- margin: 0 4px;
305
- font-weight: 400;
306
- font-size: 14px;
307
- line-height: 28px;
308
- text-align: center;
309
- border-radius: 4px;
310
- }
311
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
312
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
313
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
314
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
315
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
316
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
317
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
318
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
319
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
320
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
321
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
322
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
323
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
324
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
325
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
326
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
327
- border: 1px solid #d9d9d9;
328
- }
329
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
330
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
331
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
332
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
333
- width: 30px;
334
- height: 30px;
335
- margin: 0 4px;
336
- line-height: 28px;
337
- border: 1px solid #d9d9d9;
338
- }
339
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
340
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
341
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
342
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
343
- width: 30px;
344
- height: 30px;
345
- margin: 0 4px;
346
- line-height: 28px;
347
- border: 1px solid #d9d9d9;
348
- }
349
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
350
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
351
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled,
352
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-disabled {
353
- border: 1px solid #d9d9d9;
354
- }
355
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
356
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
357
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
358
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
359
- margin-left: 4px;
360
- }
361
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
362
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
363
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
364
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
365
- min-width: 90px;
366
- height: 30px;
367
- }
368
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
369
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
370
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
371
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
372
- line-height: 28px;
373
- }
374
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
375
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
376
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
377
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
378
- color: #333333;
379
- }
380
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
381
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
382
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
383
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
384
- margin-left: 20px;
385
- color: #333333;
386
- font-size: 14px;
387
- }
388
- [class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
389
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
390
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
391
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
392
- min-width: 60px;
393
- height: 30px;
394
- margin: 0 8px;
395
- padding: 0;
396
- border-radius: 4px;
397
- }
398
- .ant-steps > * {
399
- margin-right: 8px;
400
- }
401
- .ant-steps .ant-steps-item-container {
402
- display: flex;
403
- }
404
- .ant-steps .ant-steps-item-icon {
405
- flex-shrink: 0;
406
- width: 28px;
407
- height: 28px;
408
- margin-top: 3px;
409
- line-height: 27px;
410
- }
411
- .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
412
- font-weight: 500;
413
- font-size: 16px;
414
- }
415
- .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
416
- min-height: 16px;
417
- margin-top: 5px;
418
- color: #999999;
419
- font-weight: 400;
420
- font-size: 12px;
421
- line-height: 1.2rem;
422
- }
423
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
424
- background-color: #ffffff;
425
- border-color: #34b77c;
426
- }
427
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
428
- width: 12px;
429
- height: 12px;
430
- }
431
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
432
- width: 12px;
433
- height: 12px;
434
- }
435
- .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
436
- min-height: 16px;
437
- margin-top: 5px;
438
- color: #999999;
439
- font-weight: 400;
440
- font-size: 12px;
441
- line-height: 1.2rem;
442
- }
443
- .ant-steps .ant-steps-item-title {
444
- height: 24px;
445
- font-weight: 400;
446
- font-size: 16px;
447
- padding-inline-end: 24px;
448
- }
449
- .ant-steps .ant-steps-item-content {
450
- margin-left: 4px;
451
- }
452
- .ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
453
- background-color: #ff4d4f;
454
- }
455
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
456
- background-color: #34b77c;
457
- }
458
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
459
- color: #ffffff;
460
- font-weight: 500;
461
- font-size: 16px;
462
- }
463
- .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
464
- min-height: 16px;
465
- margin-top: 5px;
466
- color: #999999;
467
- font-weight: 400;
468
- font-size: 12px;
469
- line-height: 1.2rem;
470
- }
471
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
472
- background-color: #ffffff;
473
- border-color: #dee4ed;
474
- }
475
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
476
- color: #dee4ed;
477
- font-weight: 500;
478
- font-size: 16px;
479
- }
480
- .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
481
- min-height: 16px;
482
- margin-top: 5px;
483
- color: #999999;
484
- font-weight: 400;
485
- font-size: 12px;
486
- line-height: 1.2rem;
487
- }
488
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
489
- inset-inline-start: 13px;
490
- margin: 4px 0;
491
- }
492
- .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
493
- background-color: #ffffff;
494
- }
495
- .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
496
- margin-inline-end: 8px;
497
- }
498
- .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
499
- inset-inline-start: 13px;
500
- }
501
- .ant-steps.ant-steps-vertical .ant-steps-item-icon {
502
- width: 28px;
503
- height: 28px;
504
- margin-top: 3px;
505
- }
506
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-icon {
507
- width: 24px;
508
- height: 24px;
509
- margin-top: 3px;
510
- line-height: 25px;
511
- }
512
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-content {
513
- margin-top: 2px;
514
- }
515
- .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
516
- inset-inline-start: 13px;
517
- margin: 3px -1px;
518
- }
519
- .ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
520
- flex-shrink: 0;
521
- width: 24px;
522
- height: 24px;
523
- line-height: 25px;
524
- }
525
- [class$='-basic-table'],
526
- [class$='-basic-table-form-container'],
527
- [class$='-basic-table ap-table--sticky'],
528
- [class$='-basic-table-form-container ap-table--sticky'] {
160
+ [class$='ap-table--sticky'] {
529
161
  width: 100%;
530
162
  height: 100%;
531
163
  }
532
- [class$='-basic-table'] .ant-table-wrapper,
533
- [class$='-basic-table-form-container'] .ant-table-wrapper,
534
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper,
535
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper {
164
+ [class$='ap-table--sticky'] .ant-table-wrapper {
536
165
  padding: 12px 16px 16px;
537
166
  background-color: #ffffff;
538
167
  border-radius: 0;
539
168
  }
540
- [class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
541
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
542
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
543
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
544
- [class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
545
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
546
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
547
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
169
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
170
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
548
171
  display: flex;
549
172
  align-items: center;
550
173
  justify-content: space-between;
@@ -552,92 +175,50 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
552
175
  padding: 0 0 12px;
553
176
  border: none;
554
177
  }
555
- [class$='-basic-table'] .ant-table-wrapper .ant-table,
556
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
557
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
558
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
178
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
559
179
  width: 100%;
560
180
  overflow-x: hidden;
561
181
  border-radius: 0;
562
182
  }
563
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container,
564
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container,
565
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container,
566
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
183
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
567
184
  border-radius: 0;
568
185
  }
569
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table,
570
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table,
571
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table,
572
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
186
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
573
187
  border-radius: 0;
574
188
  }
575
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
576
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
577
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
578
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
189
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
579
190
  border-radius: 0;
580
191
  }
581
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
582
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
583
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
584
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
192
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
585
193
  border-radius: 0;
586
194
  }
587
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
588
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
589
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
590
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
195
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
591
196
  background-color: #f3fbf7;
592
197
  }
593
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
594
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
595
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
596
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
198
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
597
199
  background-color: #e6f6ef;
598
200
  }
599
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
600
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
601
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
602
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
201
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
603
202
  padding: 13.5px 16px;
604
203
  line-height: 20px;
605
204
  }
606
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
607
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
608
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
609
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
205
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
610
206
  padding: 13.5px 16px;
611
207
  line-height: 20px;
612
208
  }
613
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer,
614
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer,
615
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer,
616
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
209
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
617
210
  padding: 0;
618
211
  }
619
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
620
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
621
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
622
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
212
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
623
213
  padding: 0;
624
214
  }
625
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer table,
626
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer table,
627
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer table,
628
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
215
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
629
216
  border: none;
630
217
  }
631
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-body,
632
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-body,
633
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body,
634
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
218
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
635
219
  overflow-x: hidden;
636
220
  }
637
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer td,
638
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer td,
639
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer td,
640
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
221
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
641
222
  padding: 12px 8px;
642
223
  }
643
224
  [class$='-basic-table-form-container'] {
@@ -793,7 +374,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
793
374
  [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
794
375
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
795
376
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
796
- bottom: 56px;
377
+ bottom: 48px;
797
378
  }
798
379
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
799
380
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
@@ -817,7 +398,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
817
398
  bottom: 0;
818
399
  z-index: 90;
819
400
  margin: 0;
820
- padding: 16px 0;
401
+ padding: 12px 0;
821
402
  background-color: #ffffff;
822
403
  }
823
404
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
@@ -838,5 +419,35 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
838
419
  [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
839
420
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
840
421
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
841
- padding-top: 8px;
422
+ padding-top: 4px;
423
+ }
424
+ .ant-tooltip div[role='tooltip'] {
425
+ padding-block: 6px;
426
+ }
427
+ .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
428
+ border-color: #d9d9d9;
429
+ }
430
+ .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
431
+ border-color: #d9d9d9;
432
+ }
433
+ .ant-input::-moz-placeholder {
434
+ color: #bfbfbf;
435
+ }
436
+ .ant-input::placeholder {
437
+ color: #bfbfbf;
438
+ }
439
+ .ant-select .ant-select-selection-placeholder {
440
+ color: #bfbfbf;
441
+ }
442
+ .ant-picker .ant-picker-input > input::-moz-placeholder {
443
+ color: #bfbfbf;
444
+ }
445
+ .ant-picker .ant-picker-input > input::placeholder {
446
+ color: #bfbfbf;
447
+ }
448
+ .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
449
+ color: #bfbfbf;
450
+ }
451
+ .ant-input-number .ant-input-number-input-wrap > input::placeholder {
452
+ color: #bfbfbf;
842
453
  }