@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,8 +1,7 @@
1
1
  @import './alert.less'; // 警告提示
2
2
  @import './button.less'; // 按钮
3
- @import './form.less'; // 表单
4
3
  @import './message.less'; // 全局提示
5
4
  @import './modal.less'; // 弹框
6
- @import './pagination.less'; // 分页
7
- @import './steps.less'; // 步骤条
8
5
  @import './table.less'; // 表格
6
+ @import './tooltip.less'; // 文字提示
7
+ @import './field.less'; // 表单项
@@ -1,17 +1,10 @@
1
- .ant-message .ant-message-notice-content {
1
+ .ant-message div.ant-message-notice-content {
2
2
  padding: 10px 16px;
3
- /* 文字颜色/一级-333333 */
4
- color: #333333;
5
- font-weight: normal;
6
3
  font-size: 14px;
7
4
  line-height: 22px;
8
- letter-spacing: 0;
9
- border-radius: 4px;
10
5
  box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
11
6
  }
12
7
  .ant-message .ant-message-notice .anticon {
13
- font-size: 14px;
14
- line-height: 22px;
15
- vertical-align: -0.18em;
8
+ margin-bottom: 1px;
16
9
  margin-inline-end: 9px;
17
10
  }
@@ -1,21 +1,13 @@
1
1
  .ant-message {
2
- .ant-message-notice-content {
2
+ div.ant-message-notice-content {
3
3
  padding: 10px 16px;
4
-
5
- /* 文字颜色/一级-333333 */
6
- color: #333333;
7
- font-weight: normal;
8
4
  font-size: 14px;
9
5
  line-height: 22px;
10
- letter-spacing: 0;
11
- border-radius: 4px;
12
6
  box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
13
7
  }
14
8
 
15
9
  .ant-message-notice .anticon {
16
- font-size: 14px;
17
- line-height: 22px;
18
- vertical-align: -0.18em;
10
+ margin-bottom: 1px;
19
11
  margin-inline-end: 9px;
20
12
  }
21
13
  }
@@ -1,60 +1,24 @@
1
1
  .ant-modal-root .ant-modal .ant-modal-close {
2
- top: 0;
3
- right: 0;
4
- width: auto;
2
+ top: 14px;
3
+ inset-inline-end: 18px;
5
4
  color: #666666;
6
- font-weight: normal;
7
- background: transparent;
8
- outline: none;
9
- cursor: default;
10
5
  }
11
6
  .ant-modal-root .ant-modal .ant-modal-close:hover {
12
- color: #666666;
13
7
  background-color: transparent;
14
8
  }
15
9
  .ant-modal-root .ant-modal .ant-modal-close-x {
16
- display: inline-block;
17
- width: 96px;
18
- height: 54px;
19
- line-height: 54px;
20
- text-align: start;
21
- }
22
- .ant-modal-root .ant-modal .ant-modal-close-x > div {
23
- height: 100%;
24
- }
25
- .ant-modal-root .ant-modal .ant-modal-close-x > span {
26
- display: inline-block;
27
- margin-left: 48px;
28
- padding: 10px;
29
- cursor: pointer;
30
- transition: all 0.2s;
31
- }
32
- .ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
33
- color: #ed6f6f;
10
+ line-height: 0;
34
11
  }
35
12
  .ant-modal-root .ant-modal .ant-modal-content {
36
13
  padding: 0;
37
14
  }
38
15
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
39
16
  margin-bottom: 0;
40
- padding: 15px 20px;
17
+ padding: 12px 20px;
41
18
  border-bottom: 1px solid #E9E9E9;
42
19
  }
43
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
44
- color: #333333;
45
- font-weight: normal;
46
- font-size: 16px;
47
- line-height: 24px;
48
- }
49
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
50
- padding-left: 0;
51
- color: #333333;
52
- font-weight: normal;
53
- font-size: 16px;
54
- line-height: 24px;
55
- }
56
20
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
57
- padding: 20px !important;
21
+ padding: 16px 20px !important;
58
22
  }
59
23
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
60
24
  padding: 0;
@@ -71,14 +35,11 @@
71
35
  }
72
36
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
73
37
  margin-top: 0;
74
- padding: 11px 20px;
75
- border-top: 1px solid #E9E9E9;
38
+ padding: 0 20px 12px;
39
+ border-top: none;
76
40
  }
77
41
  .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
78
- min-width: 88px;
79
- }
80
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
81
- padding: 32px 32px 28px !important;
42
+ min-width: 72px;
82
43
  }
83
44
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
84
45
  margin-inline-end: 16px;
@@ -104,10 +65,10 @@
104
65
  }
105
66
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
106
67
  margin-top: 0;
107
- padding-top: 24px;
68
+ padding-top: 12px;
108
69
  }
109
70
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
110
- min-width: 88px;
71
+ min-width: 72px;
111
72
  }
112
73
  .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
113
74
  color: #06c687;
@@ -1,43 +1,17 @@
1
1
  .ant-modal-root {
2
2
  .ant-modal {
3
3
  .ant-modal-close {
4
- top: 0;
5
- right: 0;
6
- width: auto;
4
+ top: 14px;
5
+ inset-inline-end: 18px;
7
6
  color: #666666;
8
- font-weight: normal;
9
- background: transparent;
10
- outline: none;
11
- cursor: default;
12
7
 
13
8
  &:hover {
14
- color: #666666;
15
9
  background-color: transparent;
16
10
  }
17
11
  }
18
12
 
19
13
  .ant-modal-close-x {
20
- display: inline-block;
21
- width: 96px;
22
- height: 54px;
23
- line-height: 54px;
24
- text-align: start;
25
-
26
- & > div {
27
- height: 100%;
28
- }
29
-
30
- & > span {
31
- display: inline-block;
32
- margin-left: 48px;
33
- padding: 10px;
34
- cursor: pointer;
35
- transition: all 0.2s;
36
-
37
- &:hover {
38
- color: #ed6f6f;
39
- }
40
- }
14
+ line-height: 0;
41
15
  }
42
16
 
43
17
  .ant-modal-content {
@@ -45,27 +19,12 @@
45
19
 
46
20
  .ant-modal-header {
47
21
  margin-bottom: 0;
48
- padding: 15px 20px;
22
+ padding: 12px 20px;
49
23
  border-bottom: 1px solid#E9E9E9;
50
-
51
- .ant-modal-title {
52
- color: #333333;
53
- font-weight: normal;
54
- font-size: 16px;
55
- line-height: 24px;
56
-
57
- & > span {
58
- padding-left: 0;
59
- color: #333333;
60
- font-weight: normal;
61
- font-size: 16px;
62
- line-height: 24px;
63
- }
64
- }
65
24
  }
66
25
 
67
26
  .ant-modal-body {
68
- padding: 20px !important;
27
+ padding: 16px 20px !important;
69
28
 
70
29
  & > .scrollbar {
71
30
  padding: 0;
@@ -87,11 +46,11 @@
87
46
 
88
47
  .ant-modal-footer {
89
48
  margin-top: 0;
90
- padding: 11px 20px;
91
- border-top: 1px solid#E9E9E9;
49
+ padding: 0 20px 12px;
50
+ border-top: none;
92
51
 
93
52
  button {
94
- min-width: 88px;
53
+ min-width: 72px;
95
54
  }
96
55
  }
97
56
  }
@@ -100,8 +59,6 @@
100
59
  .ant-modal-confirm {
101
60
  .ant-modal-content {
102
61
  .ant-modal-body {
103
- padding: 32px 32px 28px !important;
104
-
105
62
  .ant-modal-confirm-body {
106
63
  & > .anticon {
107
64
  margin-inline-end: 16px;
@@ -132,10 +89,10 @@
132
89
 
133
90
  .ant-modal-confirm-btns {
134
91
  margin-top: 0;
135
- padding-top: 24px;
92
+ padding-top: 12px;
136
93
 
137
94
  button {
138
- min-width: 88px;
95
+ min-width: 72px;
139
96
  }
140
97
  }
141
98
  }
@@ -1,26 +1,14 @@
1
- [class$='-basic-table'],
2
- [class$='-basic-table-form-container'],
3
- [class$='-basic-table ap-table--sticky'],
4
- [class$='-basic-table-form-container ap-table--sticky'] {
1
+ [class$='ap-table--sticky'] {
5
2
  width: 100%;
6
3
  height: 100%;
7
4
  }
8
- [class$='-basic-table'] .ant-table-wrapper,
9
- [class$='-basic-table-form-container'] .ant-table-wrapper,
10
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper,
11
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper {
5
+ [class$='ap-table--sticky'] .ant-table-wrapper {
12
6
  padding: 12px 16px 16px;
13
7
  background-color: #ffffff;
14
8
  border-radius: 0;
15
9
  }
16
- [class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
17
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
18
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
19
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
20
- [class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
21
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
22
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
23
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
10
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
11
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
24
12
  display: flex;
25
13
  align-items: center;
26
14
  justify-content: space-between;
@@ -28,92 +16,50 @@
28
16
  padding: 0 0 12px;
29
17
  border: none;
30
18
  }
31
- [class$='-basic-table'] .ant-table-wrapper .ant-table,
32
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
33
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
34
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
19
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
35
20
  width: 100%;
36
21
  overflow-x: hidden;
37
22
  border-radius: 0;
38
23
  }
39
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container,
40
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container,
41
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container,
42
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
24
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
43
25
  border-radius: 0;
44
26
  }
45
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table,
46
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table,
47
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table,
48
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
27
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
49
28
  border-radius: 0;
50
29
  }
51
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
52
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
53
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
54
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
30
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
55
31
  border-radius: 0;
56
32
  }
57
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
58
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
59
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
60
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
33
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
61
34
  border-radius: 0;
62
35
  }
63
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
64
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
65
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
66
- [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 {
36
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
67
37
  background-color: #f3fbf7;
68
38
  }
69
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
70
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
71
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
72
- [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 {
39
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
73
40
  background-color: #e6f6ef;
74
41
  }
75
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
76
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
77
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
78
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
42
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
79
43
  padding: 13.5px 16px;
80
44
  line-height: 20px;
81
45
  }
82
- [class$='-basic-table'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
83
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
84
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
85
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
46
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
86
47
  padding: 13.5px 16px;
87
48
  line-height: 20px;
88
49
  }
89
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer,
90
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer,
91
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer,
92
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
50
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
93
51
  padding: 0;
94
52
  }
95
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
96
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
97
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
98
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
53
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
99
54
  padding: 0;
100
55
  }
101
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer table,
102
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer table,
103
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer table,
104
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
56
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
105
57
  border: none;
106
58
  }
107
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer .ant-table-body,
108
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-body,
109
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body,
110
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
59
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
111
60
  overflow-x: hidden;
112
61
  }
113
- [class$='-basic-table'] .ant-table-wrapper .ant-table-footer td,
114
- [class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer td,
115
- [class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer td,
116
- [class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
62
+ [class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
117
63
  padding: 12px 8px;
118
64
  }
119
65
  [class$='-basic-table-form-container'] {
@@ -269,7 +215,7 @@
269
215
  [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
270
216
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
271
217
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
272
- bottom: 56px;
218
+ bottom: 48px;
273
219
  }
274
220
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
275
221
  [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
@@ -293,7 +239,7 @@
293
239
  bottom: 0;
294
240
  z-index: 90;
295
241
  margin: 0;
296
- padding: 16px 0;
242
+ padding: 12px 0;
297
243
  background-color: #ffffff;
298
244
  }
299
245
  [class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
@@ -314,5 +260,5 @@
314
260
  [class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
315
261
  [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
316
262
  [class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
317
- padding-top: 8px;
263
+ padding-top: 4px;
318
264
  }
@@ -4,10 +4,7 @@
4
4
  @sb: ~'@{ns}-scroll-bar';
5
5
  // vben表格
6
6
  // 新增对sticky表格的样式类型
7
- [class$='-basic-table'],
8
- [class$='-basic-table-form-container'],
9
- [class$='-basic-table ap-table--sticky'],
10
- [class$='-basic-table-form-container ap-table--sticky'] {
7
+ [class$='ap-table--sticky'] {
11
8
  width: 100%;
12
9
  height: 100%;
13
10
 
@@ -167,7 +164,7 @@
167
164
 
168
165
  &:has(ul.ant-pagination) {
169
166
  .@{sb} {
170
- bottom: 56px;
167
+ bottom: 48px;
171
168
  }
172
169
  }
173
170
 
@@ -176,13 +173,13 @@
176
173
  bottom: 0;
177
174
  z-index: 90;
178
175
  margin: 0;
179
- padding: 16px 0;
176
+ padding: 12px 0;
180
177
  background-color: #ffffff;
181
178
  }
182
179
 
183
180
  &:has(.@{sb}) {
184
181
  ul.ant-pagination {
185
- padding-top: 8px;
182
+ padding-top: 4px;
186
183
  }
187
184
  }
188
185
  }
@@ -0,0 +1,3 @@
1
+ .ant-tooltip div[role='tooltip'] {
2
+ padding-block: 6px;
3
+ }
@@ -0,0 +1,3 @@
1
+ .ant-tooltip div[role='tooltip'] {
2
+ padding-block: 6px;
3
+ }
@@ -1,50 +1,40 @@
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: #182948;
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: #0070ff;
23
16
  cursor: pointer;
24
17
  }
25
- .ant-alert .ant-alert-description {
26
- color: #182948;
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-description {
23
+ color: #182948;
24
+ }
25
+ .ant-alert.ant-alert-warning {
36
26
  background: rgba(255, 169, 64, 0.1);
37
27
  border: 1px solid rgba(255, 169, 64, 0.4);
38
28
  }
39
- .ant-alert-info {
29
+ .ant-alert.ant-alert-info {
40
30
  background: rgba(0, 112, 255, 0.1);
41
31
  border: 1px solid rgba(0, 112, 255, 0.4);
42
32
  }
43
- .ant-alert-success {
33
+ .ant-alert.ant-alert-success {
44
34
  background: rgba(46, 209, 163, 0.1);
45
35
  border: 1px solid rgba(46, 209, 163, 0.4);
46
36
  }
47
- .ant-alert-error {
37
+ .ant-alert.ant-alert-error {
48
38
  background: rgba(255, 77, 79, 0.1);
49
39
  border: 1px solid rgba(255, 77, 79, 0.4);
50
40
  }
@@ -1,24 +1,20 @@
1
- .ant-alert {
2
- align-items: flex-start;
3
- width: 100%;
4
- padding: 6px 12px;
5
- border-radius: 4px;
1
+ @import '../../mixins/config.less';
6
2
 
3
+ .ant-alert {
7
4
  .ant-alert-close-icon {
8
5
  line-height: 18px;
9
6
  }
10
7
 
11
8
  .ant-alert-icon {
12
9
  font-size: 16px;
13
- transform: translateY(1px);
14
- margin-inline-end: 8px;
10
+ margin-inline-end: @spacing;
15
11
  }
16
12
 
17
13
  .ant-alert-message {
18
14
  color: #182948;
19
15
  font-weight: normal !important;
20
- font-size: 12px;
21
- line-height: 18px;
16
+ font-size: @font-size-base;
17
+ line-height: @line-height-base;
22
18
 
23
19
  .href {
24
20
  color: #0070ff;
@@ -26,37 +22,34 @@
26
22
  }
27
23
  }
28
24
 
25
+ &.ant-alert-with-description {
26
+ .ant-alert-message {
27
+ margin-bottom: @spacing-xs;
28
+ font-weight: bold !important;
29
+ }
30
+ }
31
+
29
32
  .ant-alert-description {
30
33
  color: #182948;
31
- font-weight: normal;
32
- font-size: 12px;
33
- line-height: 18px;
34
34
  }
35
- }
36
35
 
37
- .ant-alert-with-description {
38
- .ant-alert-message {
39
- margin-bottom: 4px;
40
- font-weight: bold !important;
36
+ &.ant-alert-warning {
37
+ background: rgba(255, 169, 64, 0.1);
38
+ border: 1px solid rgba(255, 169, 64, 0.4);
41
39
  }
42
- }
43
-
44
- .ant-alert-warning {
45
- background: rgba(255, 169, 64, 0.1);
46
- border: 1px solid rgba(255, 169, 64, 0.4);
47
- }
48
40
 
49
- .ant-alert-info {
50
- background: rgba(0, 112, 255, 0.1);
51
- border: 1px solid rgba(0, 112, 255, 0.4);
52
- }
41
+ &.ant-alert-info {
42
+ background: rgba(0, 112, 255, 0.1);
43
+ border: 1px solid rgba(0, 112, 255, 0.4);
44
+ }
53
45
 
54
- .ant-alert-success {
55
- background: rgba(46, 209, 163, 0.1);
56
- border: 1px solid rgba(46, 209, 163, 0.4);
57
- }
46
+ &.ant-alert-success {
47
+ background: rgba(46, 209, 163, 0.1);
48
+ border: 1px solid rgba(46, 209, 163, 0.4);
49
+ }
58
50
 
59
- .ant-alert-error {
60
- background: rgba(255, 77, 79, 0.1);
61
- border: 1px solid rgba(255, 77, 79, 0.4);
51
+ &.ant-alert-error {
52
+ background: rgba(255, 77, 79, 0.1);
53
+ border: 1px solid rgba(255, 77, 79, 0.4);
54
+ }
62
55
  }
@@ -1,27 +1,27 @@
1
1
  .ant-btn {
2
2
  box-shadow: none;
3
3
  }
4
- .ant-btn-primary[disabled],
5
- .ant-btn-primary[disabled]:hover {
6
- color: #ffffff !important;
7
- background: #cce2ff !important;
8
- border-color: #cce2ff !important;
4
+ .ant-btn.ant-btn-primary[disabled],
5
+ .ant-btn.ant-btn-primary[disabled]:hover {
6
+ color: #ffffff;
7
+ background: #cce2ff;
8
+ border-color: #cce2ff;
9
9
  }
10
- .ant-btn-dangerous[disabled],
11
- .ant-btn-dangerous[disabled]:hover {
12
- color: #ffffff !important;
13
- background: #ffdbdc !important;
14
- border-color: #ffdbdc !important;
10
+ .ant-btn.ant-btn-dangerous.ant-btn-default[disabled],
11
+ .ant-btn.ant-btn-dangerous.ant-btn-default[disabled]:hover {
12
+ color: #ffffff;
13
+ background: #ffdbdc;
14
+ border-color: #ffdbdc;
15
15
  }
16
- .ant-btn-default[disabled],
17
- .ant-btn-default[disabled]:hover {
18
- color: #abb7cc !important;
19
- background: #f9f9fa !important;
20
- border-color: #dee4ed !important;
16
+ .ant-btn.ant-btn-default[disabled],
17
+ .ant-btn.ant-btn-default[disabled]:hover {
18
+ color: #abb7cc;
19
+ background: #f9f9fa;
20
+ border-color: #dee4ed;
21
21
  }
22
- .ant-btn-link[disabled],
23
- .ant-btn-link[disabled]:hover,
24
- .ant-btn-text[disabled],
25
- .ant-btn-text[disabled]:hover {
26
- color: #cce2ff !important;
22
+ .ant-btn.ant-btn-link[disabled],
23
+ .ant-btn.ant-btn-link[disabled]:hover,
24
+ .ant-btn.ant-btn-text[disabled],
25
+ .ant-btn.ant-btn-text[disabled]:hover {
26
+ color: #cce2ff;
27
27
  }