@aplus-frontend/ui 6.17.0 → 6.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  6. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  9. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  10. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  11. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  12. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +2 -1
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  33. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  34. package/es/src/ap-form/item/index.vue.mjs +7 -7
  35. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  36. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  37. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  42. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  43. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  45. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  47. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  49. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  50. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  51. package/es/src/ap-form/render/item.vue.mjs +2 -2
  52. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  53. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  54. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  55. package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
  56. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  57. package/es/src/ap-form/set/index.vue.mjs +1 -1
  58. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  59. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  60. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  61. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  62. package/es/src/ap-grid/index.vue.d.ts +4 -2
  63. package/es/src/ap-grid/index.vue.mjs +19 -19
  64. package/es/src/ap-grid/utils/table.mjs +59 -41
  65. package/es/src/ap-list/index.vue.d.ts +4 -2
  66. package/es/src/ap-list/index.vue.mjs +1 -1
  67. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  68. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  69. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  70. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  71. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  72. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  73. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  74. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  75. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  76. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  77. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  78. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  79. package/es/src/ap-table/constants.d.ts +5 -5
  80. package/es/src/ap-table/constants.mjs +45 -45
  81. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  82. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  83. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  84. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  85. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  86. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  87. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  88. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  89. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  90. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  91. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  92. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  93. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  94. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  95. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  96. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  97. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  98. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  99. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +10 -1
  100. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +105 -104
  101. package/es/src/business/ap-draggable-grid/constans.d.ts +4 -0
  102. package/es/src/business/ap-draggable-grid/constans.mjs +4 -0
  103. package/es/src/business/ap-draggable-grid/index.d.ts +16 -1
  104. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  105. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  106. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  107. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  108. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  109. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  110. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  111. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  112. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  113. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  114. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  115. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  116. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  117. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  118. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  119. package/es/src/business/ap-table-modal/index.d.ts +5 -17
  120. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  121. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  122. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  123. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  124. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  125. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  126. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  127. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  128. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  129. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  130. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  131. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  132. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  133. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  134. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  135. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  136. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  137. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  138. package/es/src/check-card/index.vue2.mjs +3 -3
  139. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  140. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  141. package/es/src/editable-table/form-item.vue.mjs +2 -2
  142. package/es/src/editable-table/index.vue.d.ts +4 -2
  143. package/es/src/editable-table/index.vue.mjs +2 -2
  144. package/es/src/full-screen/index.vue.mjs +3 -3
  145. package/es/src/hooks/useFullScreen.mjs +5 -5
  146. package/es/src/mask/index.vue.mjs +10 -10
  147. package/es/src/portal/index.vue.mjs +2 -2
  148. package/es/src/scroll-bar/index.vue.mjs +3 -3
  149. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  150. package/es/src/scroll-view/index.vue.d.ts +5 -5
  151. package/es/src/scroll-view/index.vue.mjs +9 -9
  152. package/es/src/splitter/Panel.vue2.mjs +4 -4
  153. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  154. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  155. package/es/src/tests/wrapper.d.ts +4 -4
  156. package/es/src/text/group.vue.mjs +2 -2
  157. package/es/src/text/index.vue.mjs +5 -5
  158. package/es/src/version.d.ts +1 -1
  159. package/es/src/version.mjs +1 -1
  160. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  161. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  162. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  163. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  164. package/lib/src/ap-field/index.js +1 -1
  165. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  166. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  167. package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
  168. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  169. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  170. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  171. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
  172. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  173. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  174. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  175. package/lib/src/ap-grid/utils/table.js +1 -1
  176. package/lib/src/ap-list/index.vue.d.ts +4 -2
  177. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  178. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  179. package/lib/src/ap-table/constants.d.ts +5 -5
  180. package/lib/src/ap-table/constants.js +1 -1
  181. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  182. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  183. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  184. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  185. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  186. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +10 -1
  187. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  188. package/lib/src/business/ap-draggable-grid/constans.d.ts +4 -0
  189. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  190. package/lib/src/business/ap-draggable-grid/index.d.ts +16 -1
  191. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  192. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  193. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  194. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  195. package/lib/src/business/ap-table-modal/index.d.ts +5 -17
  196. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  197. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  198. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  199. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  200. package/lib/src/editable-table/index.vue.d.ts +4 -2
  201. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  202. package/lib/src/tests/wrapper.d.ts +4 -4
  203. package/lib/src/version.d.ts +1 -1
  204. package/lib/src/version.js +1 -1
  205. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  206. package/package.json +3 -3
  207. package/theme/antd-global-overwrite/admin/alert.css +37 -0
  208. package/theme/antd-global-overwrite/admin/alert.less +51 -0
  209. package/theme/antd-global-overwrite/admin/button.css +27 -0
  210. package/theme/antd-global-overwrite/admin/button.less +31 -0
  211. package/theme/antd-global-overwrite/admin/field.css +42 -0
  212. package/theme/antd-global-overwrite/admin/field.less +43 -0
  213. package/theme/antd-global-overwrite/admin/form.css +57 -0
  214. package/theme/antd-global-overwrite/admin/form.less +97 -0
  215. package/theme/antd-global-overwrite/admin/message.css +10 -0
  216. package/theme/antd-global-overwrite/admin/message.less +13 -0
  217. package/theme/antd-global-overwrite/admin/modal.css +94 -0
  218. package/theme/antd-global-overwrite/admin/modal.less +128 -0
  219. package/theme/antd-global-overwrite/admin/pagination.css +122 -0
  220. package/theme/antd-global-overwrite/admin/pagination.less +91 -0
  221. package/theme/antd-global-overwrite/admin/steps.css +127 -0
  222. package/theme/antd-global-overwrite/admin/steps.less +197 -0
  223. package/theme/antd-global-overwrite/admin/table.css +78 -0
  224. package/theme/antd-global-overwrite/admin/table.less +62 -0
  225. package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
  226. package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
  227. package/theme/antd-global-overwrite/aplus/alert.css +40 -0
  228. package/theme/antd-global-overwrite/aplus/alert.less +55 -0
  229. package/theme/antd-global-overwrite/aplus/button.css +27 -0
  230. package/theme/antd-global-overwrite/aplus/button.less +31 -0
  231. package/theme/antd-global-overwrite/aplus/field.css +42 -0
  232. package/theme/antd-global-overwrite/aplus/field.less +43 -0
  233. package/theme/antd-global-overwrite/aplus/form.css +87 -0
  234. package/theme/antd-global-overwrite/aplus/form.less +133 -0
  235. package/theme/antd-global-overwrite/aplus/message.css +10 -0
  236. package/theme/antd-global-overwrite/aplus/message.less +13 -0
  237. package/theme/antd-global-overwrite/aplus/modal.css +87 -0
  238. package/theme/antd-global-overwrite/aplus/modal.less +120 -0
  239. package/theme/antd-global-overwrite/aplus/pagination.css +147 -0
  240. package/theme/antd-global-overwrite/aplus/pagination.less +108 -0
  241. package/theme/antd-global-overwrite/aplus/steps.css +125 -0
  242. package/theme/antd-global-overwrite/aplus/steps.less +198 -0
  243. package/theme/antd-global-overwrite/aplus/table.css +78 -0
  244. package/theme/antd-global-overwrite/aplus/table.less +61 -0
  245. package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
  246. package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
  247. package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -2
  248. package/theme/ap-draggable-grid/ap-draggable-grid.less +6 -2
  249. package/theme/ap-table/ap-table-pagination.css +12 -0
  250. package/theme/ap-table/ap-table-pagination.less +14 -0
  251. package/theme/index.css +4 -2
  252. package/theme/ui-mode.css +60 -0
  253. package/theme/ui-mode.less +109 -0
@@ -0,0 +1,108 @@
1
+ // 新增对sticky表格的样式类型
2
+ [class$='-basic-table'],
3
+ [class$='-basic-table-form-container'],
4
+ [class$='-basic-table ap-table--sticky'],
5
+ [class$='-basic-table-form-container ap-table--sticky'] {
6
+ .ant-table-wrapper {
7
+ .ant-spin-container {
8
+ .ant-pagination.ant-table-pagination.ant-table-pagination-right {
9
+ margin: 10px 0 0;
10
+ }
11
+ }
12
+
13
+ .ant-pagination {
14
+ position: relative;
15
+
16
+ .ant-pagination-total-text {
17
+ position: absolute;
18
+ left: 0;
19
+ height: 30px;
20
+ line-height: 30px;
21
+ }
22
+
23
+ .ant-pagination-item {
24
+ box-sizing: border-box;
25
+ min-width: 30px;
26
+ height: 30px;
27
+ margin: 0 4px;
28
+ font-weight: 400;
29
+ font-size: 14px;
30
+ line-height: 28px;
31
+ text-align: center;
32
+ border-radius: 4px;
33
+
34
+ &:not(&-active) {
35
+ border: 1px solid #d9d9d9;
36
+ }
37
+ }
38
+
39
+ .ant-pagination-prev {
40
+ width: 30px;
41
+ height: 30px;
42
+ margin: 0 4px;
43
+ line-height: 28px;
44
+ border: 1px solid #d9d9d9;
45
+
46
+ .anticon.anticon-left {
47
+ border: none;
48
+ }
49
+ }
50
+
51
+ .ant-pagination-prev.ant-pagination-disabled {
52
+ display: none;
53
+ }
54
+
55
+ .ant-pagination-next.ant-pagination-disabled {
56
+ display: none;
57
+ }
58
+
59
+ .anticon svg {
60
+ width: 14px;
61
+ height: 14px;
62
+ }
63
+
64
+ .ant-pagination-next {
65
+ width: 30px;
66
+ height: 30px;
67
+ margin: 0 4px;
68
+ line-height: 28px;
69
+ border: 1px solid #d9d9d9;
70
+
71
+ .anticon.anticon-right {
72
+ border: none;
73
+ }
74
+ }
75
+
76
+ .ant-pagination-options {
77
+ margin-left: 4px;
78
+
79
+ .ant-select-selector {
80
+ min-width: 90px;
81
+ height: 30px;
82
+ }
83
+
84
+ .ant-select-selection-item {
85
+ line-height: 28px;
86
+ }
87
+
88
+ .ant-select .ant-select-arrow {
89
+ color: #333333;
90
+ }
91
+
92
+ .ant-pagination-options-quick-jumper {
93
+ margin-left: 20px;
94
+ color: #333333;
95
+ font-size: 14px;
96
+
97
+ input {
98
+ min-width: 60px;
99
+ height: 30px;
100
+ margin: 0 8px;
101
+ padding: 0;
102
+ border-radius: 4px;
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
@@ -0,0 +1,125 @@
1
+ .ant-steps > * {
2
+ margin-right: 8px;
3
+ }
4
+ .ant-steps .ant-steps-item-container {
5
+ display: flex;
6
+ }
7
+ .ant-steps .ant-steps-item-icon {
8
+ flex-shrink: 0;
9
+ width: 28px;
10
+ height: 28px;
11
+ margin-top: 3px;
12
+ line-height: 27px;
13
+ }
14
+ .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
15
+ font-weight: 500;
16
+ font-size: 16px;
17
+ }
18
+ .ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
19
+ min-height: 16px;
20
+ margin-top: 5px;
21
+ color: #999999;
22
+ font-weight: 400;
23
+ font-size: 12px;
24
+ line-height: 1.2rem;
25
+ }
26
+ .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
27
+ background-color: #ffffff;
28
+ border-color: #0070ff;
29
+ }
30
+ .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
31
+ width: 12px;
32
+ height: 12px;
33
+ }
34
+ .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
35
+ width: 12px;
36
+ height: 12px;
37
+ }
38
+ .ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
39
+ min-height: 16px;
40
+ margin-top: 5px;
41
+ color: #8896b0;
42
+ font-weight: 400;
43
+ font-size: 12px;
44
+ line-height: 1.2rem;
45
+ }
46
+ .ant-steps .ant-steps-item-title {
47
+ height: 24px;
48
+ color: #8896b0;
49
+ font-weight: 400;
50
+ font-size: 16px;
51
+ padding-inline-end: 24px;
52
+ }
53
+ .ant-steps .ant-steps-item-content {
54
+ margin-left: 4px;
55
+ }
56
+ .ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
57
+ background-color: #ff4d4f;
58
+ }
59
+ .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
60
+ color: #ffffff;
61
+ font-weight: 500;
62
+ font-size: 16px;
63
+ }
64
+ .ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
65
+ min-height: 16px;
66
+ margin-top: 5px;
67
+ color: #8896b0;
68
+ font-weight: 400;
69
+ font-size: 12px;
70
+ line-height: 1.2rem;
71
+ }
72
+ .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
73
+ background-color: #ffffff;
74
+ border-color: #dee4ed;
75
+ }
76
+ .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
77
+ color: #dee4ed;
78
+ font-weight: 500;
79
+ font-size: 16px;
80
+ }
81
+ .ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
82
+ min-height: 16px;
83
+ margin-top: 5px;
84
+ color: #8896b0;
85
+ font-weight: 400;
86
+ font-size: 12px;
87
+ line-height: 1.2rem;
88
+ }
89
+ .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
90
+ inset-inline-start: 13px;
91
+ margin: 4px 0;
92
+ }
93
+ .ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
94
+ background-color: #ffffff;
95
+ }
96
+ .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
97
+ margin-inline-end: 8px;
98
+ }
99
+ .ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
100
+ inset-inline-start: 13px;
101
+ }
102
+ .ant-steps.ant-steps-vertical .ant-steps-item-icon {
103
+ width: 28px;
104
+ height: 28px;
105
+ margin-top: 3px;
106
+ }
107
+ .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-icon {
108
+ width: 24px;
109
+ height: 24px;
110
+ margin-top: 3px;
111
+ line-height: 25px;
112
+ }
113
+ .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item .ant-steps-item-content {
114
+ margin-top: 2px;
115
+ }
116
+ .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item .ant-steps-item-tail {
117
+ inset-inline-start: 13px;
118
+ margin: 3px -1;
119
+ }
120
+ .ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
121
+ flex-shrink: 0;
122
+ width: 24px;
123
+ height: 24px;
124
+ line-height: 25px;
125
+ }
@@ -0,0 +1,198 @@
1
+ .ant-steps {
2
+ & > * {
3
+ margin-right: 8px;
4
+ }
5
+
6
+ .ant-steps-item-container {
7
+ display: flex;
8
+ }
9
+
10
+ .ant-steps-item-icon {
11
+ flex-shrink: 0;
12
+ width: 28px;
13
+ height: 28px;
14
+ margin-top: 3px;
15
+ line-height: 27px;
16
+ }
17
+
18
+ .ant-steps-item.ant-steps-item-process {
19
+ .ant-steps-item-icon {
20
+ .ant-steps-icon {
21
+ font-weight: 500;
22
+ font-size: 16px;
23
+ }
24
+ }
25
+
26
+ .ant-steps-item-container {
27
+ .ant-steps-item-description {
28
+ min-height: 16px;
29
+ margin-top: 5px;
30
+ color: #999999;
31
+ font-weight: 400;
32
+ font-size: 12px;
33
+ line-height: 1.2rem;
34
+ }
35
+ }
36
+ }
37
+
38
+ .ant-steps-item-finish {
39
+ .ant-steps-item-container {
40
+ .ant-steps-item-icon {
41
+ background-color: #ffffff;
42
+ border-color: #0070ff;
43
+ }
44
+
45
+ .ant-steps-finish-icon {
46
+ width: 12px;
47
+ height: 12px;
48
+
49
+ svg {
50
+ width: 12px;
51
+ height: 12px;
52
+ }
53
+ }
54
+
55
+ .ant-steps-item-content {
56
+ .ant-steps-item-description {
57
+ min-height: 16px;
58
+ margin-top: 5px;
59
+ color: #8896b0;
60
+ font-weight: 400;
61
+ font-size: 12px;
62
+ line-height: 1.2rem;
63
+ }
64
+ }
65
+ }
66
+ }
67
+
68
+ .ant-steps-item-title {
69
+ height: 24px;
70
+ color: #8896b0;
71
+ font-weight: 400;
72
+ font-size: 16px;
73
+ padding-inline-end: 24px;
74
+ }
75
+
76
+ .ant-steps-item-content {
77
+ margin-left: 4px;
78
+ }
79
+
80
+ .ant-steps-item-error.ant-steps-item-active {
81
+ .ant-steps-item-container {
82
+ .ant-steps-item-icon {
83
+ background-color: #ff4d4f;
84
+ }
85
+ }
86
+ }
87
+
88
+ .ant-steps-item-active {
89
+ .ant-steps-item-container {
90
+ .ant-steps-item-icon {
91
+ .ant-steps-icon {
92
+ color: #ffffff;
93
+ font-weight: 500;
94
+ font-size: 16px;
95
+ }
96
+ }
97
+
98
+ .ant-steps-item-content {
99
+ .ant-steps-item-description {
100
+ min-height: 16px;
101
+ margin-top: 5px;
102
+ color: #8896b0;
103
+ font-weight: 400;
104
+ font-size: 12px;
105
+ line-height: 1.2rem;
106
+ }
107
+ }
108
+ }
109
+ }
110
+
111
+ .ant-steps-item-wait {
112
+ .ant-steps-item-container {
113
+ .ant-steps-item-icon {
114
+ background-color: #ffffff;
115
+ border-color: #dee4ed;
116
+
117
+ .ant-steps-icon {
118
+ color: #dee4ed;
119
+ font-weight: 500;
120
+ font-size: 16px;
121
+ }
122
+ }
123
+
124
+ .ant-steps-item-description {
125
+ min-height: 16px;
126
+ margin-top: 5px;
127
+ color: #8896b0;
128
+ font-weight: 400;
129
+ font-size: 12px;
130
+ line-height: 1.2rem;
131
+ }
132
+ }
133
+ }
134
+ }
135
+
136
+ .ant-steps-item.ant-steps-item-finish.ant-steps-item-active {
137
+ .ant-steps-item-container {
138
+ .ant-steps-item-tail {
139
+ inset-inline-start: 13px;
140
+ margin: 4px 0;
141
+ }
142
+
143
+ .ant-steps-item-icon {
144
+ background-color: #ffffff;
145
+ }
146
+ }
147
+ }
148
+
149
+ .ant-steps.ant-steps-vertical {
150
+ .ant-steps-item .ant-steps-item-icon {
151
+ margin-inline-end: 8px;
152
+ }
153
+
154
+ .ant-steps-item {
155
+ .ant-steps-item-container {
156
+ .ant-steps-item-tail {
157
+ inset-inline-start: 13px;
158
+ }
159
+ }
160
+ }
161
+
162
+ .ant-steps-item-icon {
163
+ width: 28px;
164
+ height: 28px;
165
+ margin-top: 3px;
166
+ }
167
+ }
168
+
169
+ .ant-steps.ant-steps-vertical.ant-steps-small {
170
+ .ant-steps-item-container {
171
+ .ant-steps-item-icon {
172
+ width: 24px;
173
+ height: 24px;
174
+ margin-top: 3px;
175
+ line-height: 25px;
176
+ }
177
+
178
+ .ant-steps-item .ant-steps-item-content {
179
+ margin-top: 2px;
180
+ }
181
+
182
+ .ant-steps-item {
183
+ .ant-steps-item-tail {
184
+ inset-inline-start: 13px;
185
+ margin: 3px -1;
186
+ }
187
+ }
188
+ }
189
+ }
190
+
191
+ .ant-steps.ant-steps-horizontal.ant-steps-small {
192
+ .ant-steps-item-icon {
193
+ flex-shrink: 0;
194
+ width: 24px;
195
+ height: 24px;
196
+ line-height: 25px;
197
+ }
198
+ }
@@ -0,0 +1,78 @@
1
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
2
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
3
+ padding-bottom: 0;
4
+ }
5
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
6
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
7
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
8
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
9
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
10
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
11
+ overflow: visible;
12
+ }
13
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
14
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
15
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
16
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
17
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
18
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
19
+ overflow: visible;
20
+ }
21
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
22
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
23
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
24
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
25
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
26
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
27
+ overflow: visible;
28
+ }
29
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
30
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
31
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
32
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
33
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
34
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
35
+ position: sticky;
36
+ top: 0;
37
+ z-index: 90;
38
+ border-top: 4px solid #ffffff;
39
+ }
40
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
41
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
42
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
43
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
44
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
45
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
46
+ position: sticky;
47
+ bottom: -1px;
48
+ z-index: 90;
49
+ }
50
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
51
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
52
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
53
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
54
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
55
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
56
+ bottom: 44px;
57
+ }
58
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
59
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
60
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
61
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
62
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
63
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
64
+ position: sticky;
65
+ bottom: 0;
66
+ z-index: 90;
67
+ margin: 0;
68
+ padding: 8px 0;
69
+ background-color: #ffffff;
70
+ }
71
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
72
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
73
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
74
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
75
+ [class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
76
+ [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
77
+ padding-top: 4px;
78
+ }
@@ -0,0 +1,61 @@
1
+ @import '../../mixins/config.less';
2
+
3
+ @tw: ~'@{ns}-ap-table__table-wrapper';
4
+ @sb: ~'@{ns}-scroll-bar';
5
+
6
+ // ApTable的表头+分页器的sticky定位样式
7
+ [class*='-ap-table'].ap-table--sticky {
8
+ .@{tw},
9
+ .ant-table-wrapper {
10
+ &:has(ul.ant-pagination) {
11
+ padding-bottom: 0;
12
+ }
13
+
14
+ & .ant-spin-container,
15
+ &,
16
+ .ant-spin-container {
17
+ overflow: visible;
18
+
19
+ .ant-table {
20
+ overflow: visible;
21
+
22
+ .ant-table-container {
23
+ overflow: visible;
24
+
25
+ .ant-table-header {
26
+ position: sticky;
27
+ top: 0;
28
+ z-index: 90;
29
+ border-top: 4px solid #ffffff;
30
+ }
31
+ }
32
+ }
33
+ .@{sb} {
34
+ position: sticky;
35
+ bottom: -1px;
36
+ z-index: 90;
37
+ }
38
+
39
+ &:has(ul.ant-pagination) {
40
+ .@{sb} {
41
+ bottom: 44px;
42
+ }
43
+ }
44
+
45
+ ul.ant-pagination {
46
+ position: sticky;
47
+ bottom: 0;
48
+ z-index: 90;
49
+ margin: 0;
50
+ padding: 8px 0;
51
+ background-color: #ffffff;
52
+ }
53
+
54
+ &:has(.@{sb}) {
55
+ ul.ant-pagination {
56
+ padding-top: 4px;
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
@@ -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
+ }
@@ -49,18 +49,20 @@
49
49
  grid-template-columns: repeat(24, 1fr);
50
50
  /* 固定24列布局 */
51
51
  width: 100%;
52
- padding: 20px;
53
52
  box-sizing: border-box;
54
53
  }
55
54
  .aplus-ap-draggable-grid__item {
56
55
  background: #fff;
57
- border-radius: 8px;
56
+ border-radius: 4px;
58
57
  display: flex;
59
58
  align-items: center;
60
59
  justify-content: center;
61
60
  transition: all 0.3s ease;
62
61
  overflow: hidden;
63
62
  }
63
+ .aplus-ap-draggable-grid--canDrag:hover {
64
+ border: 1px solid var(--ap-color-primary);
65
+ }
64
66
  .aplus-ap-draggable-grid--dragging {
65
67
  cursor: move;
66
68
  }
@@ -5,17 +5,21 @@
5
5
  display: grid;
6
6
  grid-template-columns: repeat(24, 1fr); /* 固定24列布局 */
7
7
  width: 100%;
8
- padding: 20px;
9
8
  box-sizing: border-box;
10
9
  &__item{
11
10
  background: #fff;
12
- border-radius: 8px;
11
+ border-radius: 4px;
13
12
  display: flex;
14
13
  align-items: center;
15
14
  justify-content: center;
16
15
  transition: all 0.3s ease;
17
16
  overflow: hidden;
18
17
  }
18
+ &--canDrag {
19
+ &:hover{
20
+ border: 1px solid var(--ap-color-primary);
21
+ }
22
+ }
19
23
  &--dragging {
20
24
  cursor: move;
21
25
  }
@@ -0,0 +1,12 @@
1
+ .aplus-ap-table-pagination {
2
+ margin-top: 16px;
3
+ }
4
+ .aplus-ap-table-pagination__total {
5
+ font-size: 14px;
6
+ line-height: 22px;
7
+ color: #333333;
8
+ padding-block: 6px;
9
+ }
10
+ .aplus-ap-table-pagination__total-right {
11
+ padding-inline-start: 10px;
12
+ }
@@ -0,0 +1,14 @@
1
+ @import '../mixins/mixins.less';
2
+
3
+ .b(ap-table-pagination, {
4
+ margin-top: 16px;
5
+ &__total {
6
+ font-size: 14px;
7
+ line-height: 22px;
8
+ color: #333333;
9
+ padding-block: 6px;
10
+ &-right {
11
+ padding-inline-start: 10px;
12
+ }
13
+ }
14
+ });
package/theme/index.css CHANGED
@@ -4111,18 +4111,20 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
4111
4111
  grid-template-columns: repeat(24, 1fr);
4112
4112
  /* 固定24列布局 */
4113
4113
  width: 100%;
4114
- padding: 20px;
4115
4114
  box-sizing: border-box;
4116
4115
  }
4117
4116
  .aplus-ap-draggable-grid__item {
4118
4117
  background: #fff;
4119
- border-radius: 8px;
4118
+ border-radius: 4px;
4120
4119
  display: flex;
4121
4120
  align-items: center;
4122
4121
  justify-content: center;
4123
4122
  transition: all 0.3s ease;
4124
4123
  overflow: hidden;
4125
4124
  }
4125
+ .aplus-ap-draggable-grid--canDrag:hover {
4126
+ border: 1px solid var(--ap-color-primary);
4127
+ }
4126
4128
  .aplus-ap-draggable-grid--dragging {
4127
4129
  cursor: move;
4128
4130
  }