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

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 (329) hide show
  1. package/es/index.mjs +74 -72
  2. package/es/src/ap-field/select/index.vue.d.ts +2 -2
  3. package/es/src/ap-field/tree-select/index.vue.d.ts +3 -3
  4. package/es/src/ap-form/ap-form.vue2.mjs +57 -58
  5. package/es/src/ap-form/drawer-form/index.vue.d.ts +10 -10
  6. package/es/src/ap-form/interface.d.ts +35 -1
  7. package/es/src/ap-form/item/index.vue.d.ts +22 -22
  8. package/es/src/ap-form/item/index.vue.mjs +33 -28
  9. package/es/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
  10. package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
  11. package/es/src/ap-form/items/date/index.vue.d.ts +3 -3
  12. package/es/src/ap-form/items/date/index.vue.mjs +8 -7
  13. package/es/src/ap-form/items/date-range/index.vue.d.ts +3 -3
  14. package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
  15. package/es/src/ap-form/items/number/index.vue.d.ts +13 -13
  16. package/es/src/ap-form/items/number/index.vue.mjs +9 -8
  17. package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
  18. package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
  19. package/es/src/ap-form/items/select/index.vue.d.ts +31 -31
  20. package/es/src/ap-form/items/select/index.vue.mjs +7 -6
  21. package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
  22. package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
  23. package/es/src/ap-form/items/text/index.vue.d.ts +15 -15
  24. package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
  25. package/es/src/ap-form/items/text/password.vue.d.ts +15 -15
  26. package/es/src/ap-form/items/text/password.vue.mjs +1 -0
  27. package/es/src/ap-form/items/text-area/index.vue.d.ts +3 -3
  28. package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
  29. package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
  30. package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
  31. package/es/src/ap-form/modal-form/index.vue.d.ts +10 -10
  32. package/es/src/ap-form/render/item.vue.d.ts +2 -2
  33. package/es/src/ap-form/render/item.vue.mjs +5 -4
  34. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
  35. package/es/src/ap-form/search-form/components/popover-filter.vue.mjs +4 -0
  36. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +102 -0
  37. package/es/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
  38. package/es/src/ap-form/search-form/components/popover-sorter/index.vue.mjs +4 -0
  39. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +128 -0
  40. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
  41. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.mjs +4 -0
  42. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +39 -0
  43. package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
  44. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +17 -0
  45. package/es/src/ap-form/search-form/index.vue.d.ts +14 -16
  46. package/es/src/ap-form/search-form/index.vue.mjs +128 -127
  47. package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
  48. package/es/src/ap-grid/editable/index.vue.mjs +1 -1
  49. package/es/src/ap-grid/index.vue.mjs +113 -108
  50. package/es/src/ap-grid/interface.d.ts +1 -1
  51. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +21 -16
  52. package/es/src/ap-table/ap-table.vue2.mjs +108 -104
  53. package/es/src/ap-table/constants.d.ts +161 -161
  54. package/es/src/ap-table/context.d.ts +5 -0
  55. package/es/src/ap-table/context.mjs +13 -5
  56. package/es/src/ap-table/utils.d.ts +147 -147
  57. package/es/src/ap-upload/apUpload.vue.d.ts +8 -8
  58. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
  59. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +65 -51
  60. package/es/src/business/ap-batch-action-group/index.d.ts +3 -1
  61. package/es/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
  62. package/es/src/business/ap-size-input/index.d.ts +3 -3
  63. package/es/src/business/ap-table-modal/index.d.ts +15 -15
  64. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
  65. package/es/src/business/ap-view/ap-view.vue.d.ts +6 -0
  66. package/es/src/business/ap-view/ap-view.vue.mjs +4 -0
  67. package/es/src/business/ap-view/ap-view.vue2.mjs +174 -0
  68. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
  69. package/es/src/business/ap-view/components/main-button-content.vue.mjs +4 -0
  70. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +177 -0
  71. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
  72. package/es/src/business/ap-view/components/menu-list-content.vue.mjs +4 -0
  73. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +156 -0
  74. package/es/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
  75. package/es/src/business/ap-view/hooks/use-view-provide.mjs +8 -0
  76. package/es/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
  77. package/es/src/business/ap-view/icons/line-delete.vue.mjs +29 -0
  78. package/es/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
  79. package/es/src/business/ap-view/icons/line-down.vue.mjs +29 -0
  80. package/es/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
  81. package/es/src/business/ap-view/icons/line-eye.vue.mjs +29 -0
  82. package/es/src/business/ap-view/index.d.ts +27 -0
  83. package/es/src/business/ap-view/index.mjs +8 -0
  84. package/es/src/business/ap-view/interface.d.ts +54 -0
  85. package/es/src/business/ap-view/interface.mjs +1 -0
  86. package/es/src/business/ap-view/style/css.d.ts +0 -0
  87. package/es/src/business/ap-view/style/css.js +1 -0
  88. package/es/src/business/ap-view/style/index.d.ts +0 -0
  89. package/es/src/business/ap-view/style/index.js +1 -0
  90. package/es/src/business/ap-view/utils/enum.d.ts +1 -0
  91. package/es/src/business/ap-view/utils/enum.mjs +4 -0
  92. package/es/src/business/ap-view/utils/uuid.d.ts +5 -0
  93. package/es/src/business/ap-view/utils/uuid.mjs +22 -0
  94. package/es/src/business/batch-input-group/form-item.vue.d.ts +3 -3
  95. package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
  96. package/es/src/business/batch-input-group/index.vue.d.ts +6 -6
  97. package/es/src/business/index.d.ts +1 -0
  98. package/es/src/business/index.mjs +25 -23
  99. package/es/src/check-card/index.vue2.mjs +1 -1
  100. package/es/src/config-provider/config-provider-props.d.ts +5 -0
  101. package/es/src/config-provider/config-provider-props.mjs +4 -0
  102. package/es/src/config-provider/config-provider.d.ts +25 -1
  103. package/es/src/config-provider/config-provider.mjs +21 -20
  104. package/es/src/config-provider/css-var.d.ts +14 -0
  105. package/es/src/config-provider/css-var.mjs +40 -12
  106. package/es/src/config-provider/hooks/use-global-config.d.ts +5 -0
  107. package/es/src/config-provider/index.d.ts +89 -3
  108. package/es/src/design-token/index.mjs +9 -3
  109. package/es/src/editable-table/form-item.vue.mjs +1 -1
  110. package/es/src/editable-table/index.vue.mjs +27 -27
  111. package/es/src/full-screen/interface.d.ts +1 -1
  112. package/es/src/index.mjs +61 -59
  113. package/es/src/locale/lang/en.mjs +22 -1
  114. package/es/src/locale/lang/zh-cn.mjs +22 -1
  115. package/es/src/path-map.mjs +2 -1
  116. package/es/src/utils/config-provider-preset.d.ts +4 -4
  117. package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
  118. package/lib/index.js +1 -1
  119. package/lib/src/ap-field/select/index.vue.d.ts +2 -2
  120. package/lib/src/ap-field/tree-select/index.vue.d.ts +3 -3
  121. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  122. package/lib/src/ap-form/drawer-form/index.vue.d.ts +10 -10
  123. package/lib/src/ap-form/interface.d.ts +35 -1
  124. package/lib/src/ap-form/item/index.vue.d.ts +22 -22
  125. package/lib/src/ap-form/item/index.vue.js +1 -1
  126. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
  127. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  128. package/lib/src/ap-form/items/date/index.vue.d.ts +3 -3
  129. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  130. package/lib/src/ap-form/items/date-range/index.vue.d.ts +3 -3
  131. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  132. package/lib/src/ap-form/items/number/index.vue.d.ts +13 -13
  133. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  134. package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
  135. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  136. package/lib/src/ap-form/items/select/index.vue.d.ts +31 -31
  137. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  138. package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
  139. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  140. package/lib/src/ap-form/items/text/index.vue.d.ts +15 -15
  141. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  142. package/lib/src/ap-form/items/text/password.vue.d.ts +15 -15
  143. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  144. package/lib/src/ap-form/items/text-area/index.vue.d.ts +3 -3
  145. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  146. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
  147. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  148. package/lib/src/ap-form/modal-form/index.vue.d.ts +10 -10
  149. package/lib/src/ap-form/render/item.vue.d.ts +2 -2
  150. package/lib/src/ap-form/render/item.vue.js +1 -1
  151. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
  152. package/lib/src/ap-form/search-form/components/popover-filter.vue.js +1 -0
  153. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -0
  154. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
  155. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.js +1 -0
  156. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -0
  157. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
  158. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.js +1 -0
  159. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -0
  160. package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
  161. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -0
  162. package/lib/src/ap-form/search-form/index.vue.d.ts +14 -16
  163. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  164. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  165. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  166. package/lib/src/ap-grid/index.vue.js +1 -1
  167. package/lib/src/ap-grid/interface.d.ts +1 -1
  168. package/lib/src/ap-info-layout/ApInfoLayout.vue.js +1 -1
  169. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  170. package/lib/src/ap-table/constants.d.ts +161 -161
  171. package/lib/src/ap-table/context.d.ts +5 -0
  172. package/lib/src/ap-table/context.js +1 -1
  173. package/lib/src/ap-table/utils.d.ts +147 -147
  174. package/lib/src/ap-upload/apUpload.vue.d.ts +8 -8
  175. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
  176. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  177. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -1
  178. package/lib/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
  179. package/lib/src/business/ap-size-input/index.d.ts +3 -3
  180. package/lib/src/business/ap-table-modal/index.d.ts +15 -15
  181. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
  182. package/lib/src/business/ap-view/ap-view.vue.d.ts +6 -0
  183. package/lib/src/business/ap-view/ap-view.vue.js +1 -0
  184. package/lib/src/business/ap-view/ap-view.vue2.js +1 -0
  185. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
  186. package/lib/src/business/ap-view/components/main-button-content.vue.js +1 -0
  187. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -0
  188. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
  189. package/lib/src/business/ap-view/components/menu-list-content.vue.js +1 -0
  190. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -0
  191. package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
  192. package/lib/src/business/ap-view/hooks/use-view-provide.js +1 -0
  193. package/lib/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
  194. package/lib/src/business/ap-view/icons/line-delete.vue.js +1 -0
  195. package/lib/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
  196. package/lib/src/business/ap-view/icons/line-down.vue.js +1 -0
  197. package/lib/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
  198. package/lib/src/business/ap-view/icons/line-eye.vue.js +1 -0
  199. package/lib/src/business/ap-view/index.d.ts +27 -0
  200. package/lib/src/business/ap-view/index.js +1 -0
  201. package/lib/src/business/ap-view/interface.d.ts +54 -0
  202. package/lib/src/business/ap-view/interface.js +1 -0
  203. package/lib/src/business/ap-view/style/css.cjs +1 -0
  204. package/lib/src/business/ap-view/style/css.d.ts +0 -0
  205. package/lib/src/business/ap-view/style/index.cjs +1 -0
  206. package/lib/src/business/ap-view/style/index.d.ts +0 -0
  207. package/lib/src/business/ap-view/utils/enum.d.ts +1 -0
  208. package/lib/src/business/ap-view/utils/enum.js +1 -0
  209. package/lib/src/business/ap-view/utils/uuid.d.ts +5 -0
  210. package/lib/src/business/ap-view/utils/uuid.js +1 -0
  211. package/lib/src/business/batch-input-group/form-item.vue.d.ts +3 -3
  212. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  213. package/lib/src/business/batch-input-group/index.vue.d.ts +6 -6
  214. package/lib/src/business/index.d.ts +1 -0
  215. package/lib/src/business/index.js +1 -1
  216. package/lib/src/check-card/index.vue2.js +1 -1
  217. package/lib/src/config-provider/config-provider-props.d.ts +5 -0
  218. package/lib/src/config-provider/config-provider-props.js +1 -1
  219. package/lib/src/config-provider/config-provider.d.ts +25 -1
  220. package/lib/src/config-provider/config-provider.js +1 -1
  221. package/lib/src/config-provider/css-var.d.ts +14 -0
  222. package/lib/src/config-provider/css-var.js +1 -1
  223. package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -0
  224. package/lib/src/config-provider/index.d.ts +89 -3
  225. package/lib/src/design-token/index.js +1 -1
  226. package/lib/src/editable-table/form-item.vue.js +1 -1
  227. package/lib/src/editable-table/index.vue.js +1 -1
  228. package/lib/src/full-screen/interface.d.ts +1 -1
  229. package/lib/src/index.js +1 -1
  230. package/lib/src/locale/lang/en.js +1 -1
  231. package/lib/src/locale/lang/zh-cn.js +1 -1
  232. package/lib/src/path-map.js +1 -1
  233. package/lib/src/utils/config-provider-preset.d.ts +4 -4
  234. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
  235. package/package.json +7 -7
  236. package/theme/ap-action/item-dropdown.css +30 -2
  237. package/theme/ap-action/item-dropdown.less +2 -2
  238. package/theme/ap-action/item.css +36 -2
  239. package/theme/ap-action/item.less +2 -3
  240. package/theme/ap-appendix/ap-appendix.css +28 -0
  241. package/theme/ap-attachment/ap-attachment.css +28 -0
  242. package/theme/ap-batch-action/ap-batch-action.css +28 -0
  243. package/theme/ap-button/ap-button.css +28 -0
  244. package/theme/ap-card/ap-card.css +28 -0
  245. package/theme/ap-descriptions/ap-descriptions.css +28 -0
  246. package/theme/ap-download/ap-download.css +28 -0
  247. package/theme/ap-expand-alert/ap-expand-alert.css +28 -0
  248. package/theme/ap-field/checkbox.css +29 -1
  249. package/theme/ap-field/checkbox.less +2 -1
  250. package/theme/ap-field/index.css +30 -2
  251. package/theme/ap-field/number.css +28 -0
  252. package/theme/ap-field/radio.css +29 -1
  253. package/theme/ap-field/radio.less +1 -1
  254. package/theme/ap-field/text-area.css +28 -0
  255. package/theme/ap-form/ap-form-item-group.css +28 -0
  256. package/theme/ap-form/ap-form-item.css +35 -5
  257. package/theme/ap-form/ap-form-item.less +8 -6
  258. package/theme/ap-form/drawer-form.css +28 -0
  259. package/theme/ap-form/index.css +177 -6
  260. package/theme/ap-form/item-text-group.css +28 -0
  261. package/theme/ap-form/item-text.css +28 -0
  262. package/theme/ap-form/modal-form.css +28 -0
  263. package/theme/ap-form/search-form-sorter.css +120 -0
  264. package/theme/ap-form/search-form-sorter.less +71 -0
  265. package/theme/ap-form/search-form.css +177 -6
  266. package/theme/ap-form/search-form.less +57 -1
  267. package/theme/ap-grid/editable.css +30 -2
  268. package/theme/ap-grid/editable.less +2 -2
  269. package/theme/ap-grid/index.css +206 -20
  270. package/theme/ap-grid/index.less +17 -8
  271. package/theme/ap-group-search/ap-extension-select.css +28 -0
  272. package/theme/ap-group-search/ap-group-search.css +28 -0
  273. package/theme/ap-group-search/ap-popover-select.css +28 -0
  274. package/theme/ap-image/ap-image.css +28 -0
  275. package/theme/ap-input-radio/ap-input-radio.css +28 -0
  276. package/theme/ap-label/ap-label.css +28 -0
  277. package/theme/ap-ladder/ap-ladder.css +28 -0
  278. package/theme/ap-layout/ap-info-layout.css +28 -0
  279. package/theme/ap-list/index.css +29 -1
  280. package/theme/ap-list/index.less +2 -1
  281. package/theme/ap-product-info/ap-product-info.css +28 -0
  282. package/theme/ap-select-layout/ap-select-layout.css +28 -0
  283. package/theme/ap-size-input/ap-size-input.css +28 -0
  284. package/theme/ap-status/ap-status.css +28 -0
  285. package/theme/ap-summary/index.css +28 -0
  286. package/theme/ap-table/ap-table-index.css +28 -0
  287. package/theme/ap-table/ap-table-paragraph-ellipsis.css +28 -0
  288. package/theme/ap-table/ap-table.css +217 -34
  289. package/theme/ap-table/ap-table.less +12 -9
  290. package/theme/ap-table/setting/index.css +44 -2
  291. package/theme/ap-table/setting/modal.css +36 -0
  292. package/theme/ap-table/setting/modal.less +1 -0
  293. package/theme/ap-table/setting/select-group.css +28 -0
  294. package/theme/ap-table/setting/sortable-item-meta.css +28 -0
  295. package/theme/ap-table/setting/sortable-item.css +28 -0
  296. package/theme/ap-table/setting/sorter.css +36 -2
  297. package/theme/ap-table/setting/sorter.less +1 -2
  298. package/theme/ap-table-modal/index.css +217 -34
  299. package/theme/ap-tag/ap-tag-group.css +28 -0
  300. package/theme/ap-tag/ap-tag.css +28 -0
  301. package/theme/ap-title/ap-title.css +28 -0
  302. package/theme/ap-upload/index.css +28 -0
  303. package/theme/ap-upload/multiple-file.css +28 -0
  304. package/theme/ap-upload/picture.css +28 -0
  305. package/theme/ap-upload/single-file.css +28 -0
  306. package/theme/ap-upload/upload.css +28 -0
  307. package/theme/ap-upload-single/index.css +28 -0
  308. package/theme/ap-view/ap-view.css +149 -0
  309. package/theme/ap-view/ap-view.less +128 -0
  310. package/theme/batch-input-group/index.css +30 -2
  311. package/theme/batch-input-group/popover-input.css +28 -0
  312. package/theme/check-card/index.css +65 -17
  313. package/theme/check-card/index.less +20 -19
  314. package/theme/editable-table/index.css +198 -19
  315. package/theme/editable-table/index.less +9 -7
  316. package/theme/full-screen/index.css +28 -0
  317. package/theme/index.css +417 -75
  318. package/theme/index.less +1 -0
  319. package/theme/mask/index.css +28 -0
  320. package/theme/mixins/config.less +26 -3
  321. package/theme/mixins/mixins.css +28 -0
  322. package/theme/mixins/mixins.less +35 -0
  323. package/theme/scroll-bar/index.css +28 -0
  324. package/theme/scroll-view/index.css +28 -0
  325. package/theme/splitter/index.css +33 -5
  326. package/theme/text/group.css +28 -0
  327. package/theme/text/index.css +36 -1
  328. package/theme/text/index.less +1 -1
  329. package/theme/work-order-modal/index.css +28 -0
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 1.5;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 12px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-item-group .ant-form-item-control .ant-picker {
2
30
  display: flex;
3
31
  }
@@ -11,7 +39,7 @@
11
39
  box-sizing: border-box;
12
40
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
13
41
  border-radius: 4px;
14
- padding-inline: 12px;
42
+ padding-inline: 8px;
15
43
  }
16
44
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
17
45
  padding: 0;
@@ -41,8 +69,11 @@
41
69
  .aplus-ap-form-item--bordered:has(.ant-select) {
42
70
  padding-right: 0px;
43
71
  }
72
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
73
+ padding-right: 4px;
74
+ }
44
75
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
45
- padding-right: 16px;
76
+ padding-right: 12px;
46
77
  height: 30px;
47
78
  }
48
79
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -66,9 +97,8 @@
66
97
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
67
98
  }
68
99
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
69
- font-size: 12px;
70
- line-height: 18px;
71
- margin-top: 2px;
100
+ font-size: 10px;
101
+ line-height: 1.6;
72
102
  }
73
103
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
74
104
  line-height: 22px;
@@ -119,8 +149,100 @@
119
149
  .aplus-ap-form-modal-form .ant-modal-close {
120
150
  top: 16px;
121
151
  }
152
+ .aplus-search-form-sorter-content {
153
+ width: 560px;
154
+ }
155
+ .aplus-search-form-sorter-header {
156
+ padding: 16px 16px 0px;
157
+ }
158
+ .aplus-search-form-sorter-header-title {
159
+ box-sizing: border-box;
160
+ margin: 0;
161
+ padding: 0;
162
+ color: rgba(0 0 0 / 85%);
163
+ font-size: 12px;
164
+ font-family: inherit;
165
+ line-height: 1.5;
166
+ list-style: none;
167
+ font-size: 14px;
168
+ font-weight: 700;
169
+ display: inline-block;
170
+ padding-bottom: 4px;
171
+ }
172
+ .aplus-search-form-sorter-header-desc {
173
+ box-sizing: border-box;
174
+ margin: 0;
175
+ padding: 0;
176
+ color: rgba(0 0 0 / 85%);
177
+ font-size: 12px;
178
+ font-family: inherit;
179
+ line-height: 1.5;
180
+ list-style: none;
181
+ color: #8896b0;
182
+ }
183
+ .aplus-search-form-sorter-header-action-wrapper {
184
+ padding: 8px;
185
+ margin: -8px;
186
+ cursor: pointer;
187
+ }
188
+ .aplus-search-form-sorter-header-reset-btn {
189
+ box-sizing: border-box;
190
+ margin: 0;
191
+ padding: 0;
192
+ color: rgba(0 0 0 / 85%);
193
+ font-size: 12px;
194
+ font-family: inherit;
195
+ line-height: 1.5;
196
+ list-style: none;
197
+ color: #0070ff;
198
+ }
199
+ .aplus-search-form-sorter-sorter-wrapper {
200
+ display: flex;
201
+ flex-direction: row;
202
+ flex-wrap: wrap;
203
+ margin-left: -4px;
204
+ margin-right: -4px;
205
+ row-gap: 8px;
206
+ }
207
+ .aplus-search-form-sorter-sorter-item {
208
+ flex: 0 0 33.333333%;
209
+ max-width: 33.333333%;
210
+ padding-inline: 4px;
211
+ }
212
+ .aplus-search-form-sorter-sorter-item > div {
213
+ border: 1px solid #E9EDF3;
214
+ border-radius: 4px;
215
+ padding: 8px;
216
+ display: flex;
217
+ align-items: center;
218
+ }
219
+ .aplus-search-form-sorter-sorter-item > div:hover {
220
+ border-color: var(--basic-color-primary, #0070ff);
221
+ cursor: pointer;
222
+ }
223
+ .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
224
+ color: var(--basic-color-primary, #0070ff) !important;
225
+ }
226
+ .aplus-search-form-sorter-sorter-item--hidden {
227
+ display: none;
228
+ }
229
+ .aplus-search-form-sorter-sorter-item-text {
230
+ box-sizing: border-box;
231
+ margin: 0;
232
+ padding: 0;
233
+ color: rgba(0 0 0 / 85%);
234
+ font-size: 12px;
235
+ font-family: inherit;
236
+ line-height: 1.5;
237
+ list-style: none;
238
+ padding-left: 4px;
239
+ max-width: 100%;
240
+ white-space: nowrap;
241
+ overflow: hidden;
242
+ text-overflow: ellipsis;
243
+ }
122
244
  .aplus-ap-form-search-form .ant-form-item {
123
- margin-bottom: 16px;
245
+ margin-bottom: 8px;
124
246
  }
125
247
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
126
248
  display: flex;
@@ -128,6 +250,55 @@
128
250
  .aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
129
251
  width: 100%;
130
252
  }
253
+ .aplus-ap-form-search-form__popover .ant-form-item {
254
+ margin-bottom: 8px;
255
+ }
256
+ .aplus-ap-form-search-form__popover .ant-popover-arrow {
257
+ display: none;
258
+ }
259
+ .aplus-ap-form-search-form__popover .ant-popover-inner {
260
+ padding: 0;
261
+ }
262
+ .aplus-ap-form-search-form__popover-content {
263
+ padding: 12px 16px 16px;
264
+ }
265
+ .aplus-ap-form-search-form__popover-content textarea {
266
+ padding: 0;
267
+ }
268
+ .aplus-ap-form-search-form__popover-footer {
269
+ padding: 12px 16px;
270
+ }
271
+ .aplus-ap-form-search-form__popover-footer-confirm-btn {
272
+ margin-left: 10px;
273
+ }
274
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper {
275
+ flex-shrink: 0;
276
+ }
277
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
278
+ border-top-right-radius: 0px;
279
+ border-bottom-right-radius: 0px;
280
+ }
281
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
282
+ z-index: 1;
283
+ }
284
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
285
+ border-top-left-radius: 0px;
286
+ border-bottom-left-radius: 0px;
287
+ margin-left: -1px;
288
+ }
289
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
290
+ z-index: 1;
291
+ }
292
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
293
+ line-height: 0px;
294
+ vertical-align: -0.125em;
295
+ }
296
+ .aplus-ap-form-search-form-action-btn {
297
+ padding-inline: 12px;
298
+ }
299
+ .aplus-ap-form-search-form-action-btn-reset {
300
+ background-color: #E9EDF3;
301
+ }
131
302
  .aplus-ap-form-item-text-group-compact .ant-select-focused {
132
303
  z-index: 1;
133
304
  }
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 1.5;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 12px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-item-text-group-compact .ant-select-focused {
2
30
  z-index: 1;
3
31
  }
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 1.5;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 12px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-item-text-group-compact .ant-select-focused {
2
30
  z-index: 1;
3
31
  }
@@ -1,3 +1,31 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 1.5;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 12px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-modal-form .ant-modal-content {
2
30
  padding: 0;
3
31
  }
@@ -0,0 +1,120 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 1.5;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 12px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
29
+ .aplus-search-form-sorter-content {
30
+ width: 560px;
31
+ }
32
+ .aplus-search-form-sorter-header {
33
+ padding: 16px 16px 0px;
34
+ }
35
+ .aplus-search-form-sorter-header-title {
36
+ box-sizing: border-box;
37
+ margin: 0;
38
+ padding: 0;
39
+ color: rgba(0 0 0 / 85%);
40
+ font-size: 12px;
41
+ font-family: inherit;
42
+ line-height: 1.5;
43
+ list-style: none;
44
+ font-size: 14px;
45
+ font-weight: 700;
46
+ display: inline-block;
47
+ padding-bottom: 4px;
48
+ }
49
+ .aplus-search-form-sorter-header-desc {
50
+ box-sizing: border-box;
51
+ margin: 0;
52
+ padding: 0;
53
+ color: rgba(0 0 0 / 85%);
54
+ font-size: 12px;
55
+ font-family: inherit;
56
+ line-height: 1.5;
57
+ list-style: none;
58
+ color: #8896b0;
59
+ }
60
+ .aplus-search-form-sorter-header-action-wrapper {
61
+ padding: 8px;
62
+ margin: -8px;
63
+ cursor: pointer;
64
+ }
65
+ .aplus-search-form-sorter-header-reset-btn {
66
+ box-sizing: border-box;
67
+ margin: 0;
68
+ padding: 0;
69
+ color: rgba(0 0 0 / 85%);
70
+ font-size: 12px;
71
+ font-family: inherit;
72
+ line-height: 1.5;
73
+ list-style: none;
74
+ color: #0070ff;
75
+ }
76
+ .aplus-search-form-sorter-sorter-wrapper {
77
+ display: flex;
78
+ flex-direction: row;
79
+ flex-wrap: wrap;
80
+ margin-left: -4px;
81
+ margin-right: -4px;
82
+ row-gap: 8px;
83
+ }
84
+ .aplus-search-form-sorter-sorter-item {
85
+ flex: 0 0 33.333333%;
86
+ max-width: 33.333333%;
87
+ padding-inline: 4px;
88
+ }
89
+ .aplus-search-form-sorter-sorter-item > div {
90
+ border: 1px solid #E9EDF3;
91
+ border-radius: 4px;
92
+ padding: 8px;
93
+ display: flex;
94
+ align-items: center;
95
+ }
96
+ .aplus-search-form-sorter-sorter-item > div:hover {
97
+ border-color: var(--basic-color-primary, #0070ff);
98
+ cursor: pointer;
99
+ }
100
+ .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
101
+ color: var(--basic-color-primary, #0070ff) !important;
102
+ }
103
+ .aplus-search-form-sorter-sorter-item--hidden {
104
+ display: none;
105
+ }
106
+ .aplus-search-form-sorter-sorter-item-text {
107
+ box-sizing: border-box;
108
+ margin: 0;
109
+ padding: 0;
110
+ color: rgba(0 0 0 / 85%);
111
+ font-size: 12px;
112
+ font-family: inherit;
113
+ line-height: 1.5;
114
+ list-style: none;
115
+ padding-left: 4px;
116
+ max-width: 100%;
117
+ white-space: nowrap;
118
+ overflow: hidden;
119
+ text-overflow: ellipsis;
120
+ }
@@ -0,0 +1,71 @@
1
+ @import '../mixins/mixins.less';
2
+ @import '../mixins/config.less';
3
+
4
+ @searchFormSorterItemHolader: ~'@{ns}-search-form-sorter-sorter-item-holder';
5
+
6
+ .b(search-form-sorter, {
7
+ &-content {
8
+ width: 560px;
9
+ }
10
+ &-header {
11
+ padding: @spacing-xl @spacing-xl 0px;
12
+ &-title {
13
+ .reset-component();
14
+ font-size: @font-size-lg;
15
+ font-weight: 700;
16
+ display: inline-block;
17
+ padding-bottom: @spacing-xs;
18
+ }
19
+ &-desc {
20
+ .reset-component();
21
+ color: #8896b0;
22
+ }
23
+ &-action-wrapper {
24
+ padding: @spacing;
25
+ margin: -@spacing;
26
+ cursor: pointer;
27
+ }
28
+ &-reset-btn {
29
+ .reset-component();
30
+ color: #0070ff;
31
+ }
32
+ }
33
+ &-sorter-wrapper {
34
+ display: flex;
35
+ flex-direction: row;
36
+ flex-wrap: wrap;
37
+ margin-left: -4px;
38
+ margin-right: -4px;
39
+ row-gap: 8px;
40
+ }
41
+ &-sorter-item {
42
+ flex: 0 0 33.333333%;
43
+ max-width: 33.333333%;
44
+ padding-inline: @spacing-xs;
45
+ > div {
46
+ border: 1px solid #E9EDF3;
47
+ border-radius: @border-radius;
48
+ padding: 8px;
49
+ display: flex;
50
+ align-items: center;
51
+ &:hover {
52
+ border-color: var(--basic-color-primary, #0070ff);
53
+ cursor: pointer;
54
+ .@{searchFormSorterItemHolader} {
55
+ color: var(--basic-color-primary, #0070ff) !important;
56
+ }
57
+ }
58
+ }
59
+ &--hidden {
60
+ display: none;
61
+ }
62
+ }
63
+ &-sorter-item-text {
64
+ .reset-component();
65
+ padding-left: @spacing-xs;
66
+ max-width: 100%;
67
+ white-space: nowrap;
68
+ overflow: hidden;
69
+ text-overflow: ellipsis;
70
+ }
71
+ });
@@ -1,8 +1,36 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: rgba(0 0 0 / 85%);
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 1.5;
9
+ list-style: none;
10
+ }
11
+ .clear-fix::before {
12
+ display: table;
13
+ content: '';
14
+ }
15
+ .clear-fix::after {
16
+ display: table;
17
+ clear: both;
18
+ content: '';
19
+ }
20
+ .common-style {
21
+ box-sizing: border-box;
22
+ font-size: 12px;
23
+ font-family: inherit;
24
+ }
25
+ .common-style::before,
26
+ .common-style::after {
27
+ box-sizing: border-box;
28
+ }
1
29
  .aplus-ap-form-item--bordered {
2
30
  box-sizing: border-box;
3
31
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
4
32
  border-radius: 4px;
5
- padding-inline: 12px;
33
+ padding-inline: 8px;
6
34
  }
7
35
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
8
36
  padding: 0;
@@ -32,8 +60,11 @@
32
60
  .aplus-ap-form-item--bordered:has(.ant-select) {
33
61
  padding-right: 0px;
34
62
  }
63
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
64
+ padding-right: 4px;
65
+ }
35
66
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
36
- padding-right: 16px;
67
+ padding-right: 12px;
37
68
  height: 30px;
38
69
  }
39
70
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -57,9 +88,8 @@
57
88
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
58
89
  }
59
90
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
60
- font-size: 12px;
61
- line-height: 18px;
62
- margin-top: 2px;
91
+ font-size: 10px;
92
+ line-height: 1.6;
63
93
  }
64
94
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
65
95
  line-height: 22px;
@@ -74,8 +104,100 @@
74
104
  padding-inline: 11px;
75
105
  flex: 1;
76
106
  }
107
+ .aplus-search-form-sorter-content {
108
+ width: 560px;
109
+ }
110
+ .aplus-search-form-sorter-header {
111
+ padding: 16px 16px 0px;
112
+ }
113
+ .aplus-search-form-sorter-header-title {
114
+ box-sizing: border-box;
115
+ margin: 0;
116
+ padding: 0;
117
+ color: rgba(0 0 0 / 85%);
118
+ font-size: 12px;
119
+ font-family: inherit;
120
+ line-height: 1.5;
121
+ list-style: none;
122
+ font-size: 14px;
123
+ font-weight: 700;
124
+ display: inline-block;
125
+ padding-bottom: 4px;
126
+ }
127
+ .aplus-search-form-sorter-header-desc {
128
+ box-sizing: border-box;
129
+ margin: 0;
130
+ padding: 0;
131
+ color: rgba(0 0 0 / 85%);
132
+ font-size: 12px;
133
+ font-family: inherit;
134
+ line-height: 1.5;
135
+ list-style: none;
136
+ color: #8896b0;
137
+ }
138
+ .aplus-search-form-sorter-header-action-wrapper {
139
+ padding: 8px;
140
+ margin: -8px;
141
+ cursor: pointer;
142
+ }
143
+ .aplus-search-form-sorter-header-reset-btn {
144
+ box-sizing: border-box;
145
+ margin: 0;
146
+ padding: 0;
147
+ color: rgba(0 0 0 / 85%);
148
+ font-size: 12px;
149
+ font-family: inherit;
150
+ line-height: 1.5;
151
+ list-style: none;
152
+ color: #0070ff;
153
+ }
154
+ .aplus-search-form-sorter-sorter-wrapper {
155
+ display: flex;
156
+ flex-direction: row;
157
+ flex-wrap: wrap;
158
+ margin-left: -4px;
159
+ margin-right: -4px;
160
+ row-gap: 8px;
161
+ }
162
+ .aplus-search-form-sorter-sorter-item {
163
+ flex: 0 0 33.333333%;
164
+ max-width: 33.333333%;
165
+ padding-inline: 4px;
166
+ }
167
+ .aplus-search-form-sorter-sorter-item > div {
168
+ border: 1px solid #E9EDF3;
169
+ border-radius: 4px;
170
+ padding: 8px;
171
+ display: flex;
172
+ align-items: center;
173
+ }
174
+ .aplus-search-form-sorter-sorter-item > div:hover {
175
+ border-color: var(--basic-color-primary, #0070ff);
176
+ cursor: pointer;
177
+ }
178
+ .aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
179
+ color: var(--basic-color-primary, #0070ff) !important;
180
+ }
181
+ .aplus-search-form-sorter-sorter-item--hidden {
182
+ display: none;
183
+ }
184
+ .aplus-search-form-sorter-sorter-item-text {
185
+ box-sizing: border-box;
186
+ margin: 0;
187
+ padding: 0;
188
+ color: rgba(0 0 0 / 85%);
189
+ font-size: 12px;
190
+ font-family: inherit;
191
+ line-height: 1.5;
192
+ list-style: none;
193
+ padding-left: 4px;
194
+ max-width: 100%;
195
+ white-space: nowrap;
196
+ overflow: hidden;
197
+ text-overflow: ellipsis;
198
+ }
77
199
  .aplus-ap-form-search-form .ant-form-item {
78
- margin-bottom: 16px;
200
+ margin-bottom: 8px;
79
201
  }
80
202
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
81
203
  display: flex;
@@ -83,3 +205,52 @@
83
205
  .aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
84
206
  width: 100%;
85
207
  }
208
+ .aplus-ap-form-search-form__popover .ant-form-item {
209
+ margin-bottom: 8px;
210
+ }
211
+ .aplus-ap-form-search-form__popover .ant-popover-arrow {
212
+ display: none;
213
+ }
214
+ .aplus-ap-form-search-form__popover .ant-popover-inner {
215
+ padding: 0;
216
+ }
217
+ .aplus-ap-form-search-form__popover-content {
218
+ padding: 12px 16px 16px;
219
+ }
220
+ .aplus-ap-form-search-form__popover-content textarea {
221
+ padding: 0;
222
+ }
223
+ .aplus-ap-form-search-form__popover-footer {
224
+ padding: 12px 16px;
225
+ }
226
+ .aplus-ap-form-search-form__popover-footer-confirm-btn {
227
+ margin-left: 10px;
228
+ }
229
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper {
230
+ flex-shrink: 0;
231
+ }
232
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
233
+ border-top-right-radius: 0px;
234
+ border-bottom-right-radius: 0px;
235
+ }
236
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
237
+ z-index: 1;
238
+ }
239
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
240
+ border-top-left-radius: 0px;
241
+ border-bottom-left-radius: 0px;
242
+ margin-left: -1px;
243
+ }
244
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
245
+ z-index: 1;
246
+ }
247
+ .aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
248
+ line-height: 0px;
249
+ vertical-align: -0.125em;
250
+ }
251
+ .aplus-ap-form-search-form-action-btn {
252
+ padding-inline: 12px;
253
+ }
254
+ .aplus-ap-form-search-form-action-btn-reset {
255
+ background-color: #E9EDF3;
256
+ }