@aplus-frontend/ui 0.6.0-beta.21 → 0.6.0-beta.23

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 (366) hide show
  1. package/es/index.mjs +124 -124
  2. package/es/src/ap-action/group/index.vue.mjs +3 -3
  3. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  4. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  5. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  13. package/es/src/ap-drawer/index.d.ts +7 -3
  14. package/es/src/ap-drawer/index.mjs +5 -10
  15. package/es/src/ap-drawer/interface.d.ts +0 -4
  16. package/es/src/ap-drawer/style/css.d.ts +1 -0
  17. package/es/src/ap-drawer/style/css.js +1 -1
  18. package/es/src/ap-drawer/style/index.d.ts +1 -0
  19. package/es/src/ap-drawer/style/index.js +1 -1
  20. package/es/src/ap-drawer/utils/createDrawer.mjs +31 -36
  21. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  22. package/es/src/ap-field/date/index.vue.mjs +4 -4
  23. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  24. package/es/src/ap-field/index.mjs +36 -36
  25. package/es/src/ap-field/number/index.vue.mjs +8 -8
  26. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  27. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  28. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  29. package/es/src/ap-field/select/index.vue.mjs +2 -2
  30. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  31. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  32. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  33. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  34. package/es/src/ap-field/text/password.vue.mjs +2 -2
  35. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  36. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  37. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  38. package/es/src/ap-form/ap-form.vue.d.ts +2 -1
  39. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  40. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  41. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  42. package/es/src/ap-form/item/index.vue.mjs +75 -83
  43. package/es/src/ap-form/item-group/index.vue.mjs +34 -35
  44. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  46. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  47. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  50. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  51. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  52. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  53. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  54. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  55. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  56. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  57. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  58. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  59. package/es/src/ap-form/render/item.vue.mjs +2 -2
  60. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
  61. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  62. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  63. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
  64. package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
  65. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  66. package/es/src/ap-form/set/index.vue.mjs +1 -1
  67. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  68. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  69. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  70. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  71. package/es/src/ap-grid/index.vue.d.ts +4 -2
  72. package/es/src/ap-grid/index.vue.mjs +45 -45
  73. package/es/src/ap-grid/interface.d.ts +3 -3
  74. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  75. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  76. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  77. package/es/src/ap-list/index.vue.d.ts +4 -2
  78. package/es/src/ap-list/index.vue.mjs +34 -34
  79. package/es/src/ap-list/interface.d.ts +4 -3
  80. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  81. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  82. package/es/src/ap-table/ap-table.vue2.mjs +61 -61
  83. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  84. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  85. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  86. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  87. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  88. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  89. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  91. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  92. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  93. package/es/src/ap-table/constants.d.ts +5 -5
  94. package/es/src/ap-table/constants.mjs +45 -45
  95. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  96. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  97. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  98. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
  99. package/es/src/ap-table/interface.d.ts +3 -3
  100. package/es/src/ap-table/utils.d.ts +5 -5
  101. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  102. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  103. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  104. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  105. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  106. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  107. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  108. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  109. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  110. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  111. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  112. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  113. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  114. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  115. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  116. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  117. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  118. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  119. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  120. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
  121. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  122. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  123. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  124. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  125. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  126. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  127. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  128. package/es/src/business/ap-keep-alive/index.d.ts +2 -1
  129. package/es/src/business/ap-keep-alive/index.mjs +11 -9
  130. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  131. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
  132. package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
  133. package/es/src/business/ap-keep-alive/utils.mjs +10 -9
  134. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  135. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  136. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
  137. package/es/src/business/ap-radio-group/index.d.ts +6 -0
  138. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  139. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  140. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  141. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  142. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  143. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  144. package/es/src/business/ap-table-modal/index.d.ts +4 -16
  145. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  146. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  147. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  148. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  149. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  150. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  151. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  152. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  153. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  154. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  155. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  156. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  157. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  158. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  159. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  160. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  161. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  162. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  163. package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
  164. package/es/src/check-card/index.vue2.mjs +3 -3
  165. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  166. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  167. package/es/src/editable-table/form-item.vue.mjs +2 -2
  168. package/es/src/editable-table/index.vue.d.ts +4 -2
  169. package/es/src/editable-table/index.vue.mjs +2 -2
  170. package/es/src/full-screen/index.vue.mjs +3 -3
  171. package/es/src/hooks/useFullScreen.mjs +5 -5
  172. package/es/src/index.mjs +278 -279
  173. package/es/src/mask/index.vue.mjs +10 -10
  174. package/es/src/portal/index.vue.mjs +2 -2
  175. package/es/src/scroll-bar/index.vue.mjs +3 -3
  176. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  177. package/es/src/scroll-view/index.vue.d.ts +5 -5
  178. package/es/src/scroll-view/index.vue.mjs +9 -9
  179. package/es/src/splitter/Panel.vue2.mjs +4 -4
  180. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  181. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  182. package/es/src/tests/wrapper.d.ts +4 -4
  183. package/es/src/text/group.vue.mjs +2 -2
  184. package/es/src/text/index.vue.mjs +4 -4
  185. package/es/src/version.d.ts +1 -1
  186. package/es/src/version.mjs +1 -1
  187. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  188. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  189. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  190. package/lib/index.js +1 -1
  191. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  192. package/lib/src/ap-drawer/index.d.ts +7 -3
  193. package/lib/src/ap-drawer/index.js +1 -1
  194. package/lib/src/ap-drawer/interface.d.ts +0 -4
  195. package/lib/src/ap-drawer/style/css.cjs +1 -1
  196. package/lib/src/ap-drawer/style/css.d.ts +1 -0
  197. package/lib/src/ap-drawer/style/index.cjs +1 -1
  198. package/lib/src/ap-drawer/style/index.d.ts +1 -0
  199. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  200. package/lib/src/ap-field/index.js +1 -1
  201. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  202. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  203. package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
  204. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  205. package/lib/src/ap-form/item/index.vue.js +1 -1
  206. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  207. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  208. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  209. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  210. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
  211. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  212. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  213. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  214. package/lib/src/ap-grid/index.vue.js +1 -1
  215. package/lib/src/ap-grid/interface.d.ts +3 -3
  216. package/lib/src/ap-list/index.vue.d.ts +4 -2
  217. package/lib/src/ap-list/index.vue.js +1 -1
  218. package/lib/src/ap-list/interface.d.ts +4 -3
  219. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  220. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  221. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  222. package/lib/src/ap-table/constants.d.ts +5 -5
  223. package/lib/src/ap-table/constants.js +1 -1
  224. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  225. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  226. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  227. package/lib/src/ap-table/interface.d.ts +3 -3
  228. package/lib/src/ap-table/utils.d.ts +5 -5
  229. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  230. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  231. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  232. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  233. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  234. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  235. package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
  236. package/lib/src/business/ap-keep-alive/index.js +1 -1
  237. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
  238. package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
  239. package/lib/src/business/ap-keep-alive/utils.js +1 -1
  240. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  241. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  242. package/lib/src/business/ap-radio-group/index.d.ts +6 -0
  243. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  244. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  245. package/lib/src/business/ap-table-modal/index.d.ts +4 -16
  246. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  247. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  248. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  249. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  250. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  251. package/lib/src/editable-table/index.vue.d.ts +4 -2
  252. package/lib/src/index.js +1 -1
  253. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  254. package/lib/src/tests/wrapper.d.ts +4 -4
  255. package/lib/src/version.d.ts +1 -1
  256. package/lib/src/version.js +1 -1
  257. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  258. package/package.json +5 -5
  259. package/theme/antd-global-overwrite/admin/alert.css +1 -1
  260. package/theme/antd-global-overwrite/admin/field.css +3 -0
  261. package/theme/antd-global-overwrite/admin/field.less +4 -0
  262. package/theme/antd-global-overwrite/admin/index.css +10 -1
  263. package/theme/antd-global-overwrite/admin/modal.css +6 -0
  264. package/theme/antd-global-overwrite/admin/modal.less +8 -0
  265. package/theme/antd-global-overwrite/aplus/alert.css +1 -1
  266. package/theme/antd-global-overwrite/aplus/field.css +3 -0
  267. package/theme/antd-global-overwrite/aplus/field.less +4 -0
  268. package/theme/antd-global-overwrite/aplus/index.css +11 -2
  269. package/theme/antd-global-overwrite/aplus/modal.css +7 -1
  270. package/theme/antd-global-overwrite/aplus/modal.less +9 -1
  271. package/theme/ap-action/item-dropdown.css +1 -1
  272. package/theme/ap-action/item.css +2 -2
  273. package/theme/ap-appendix/ap-appendix.css +2 -2
  274. package/theme/ap-attachment/ap-attachment.css +2 -2
  275. package/theme/ap-batch-action/ap-batch-action.css +1 -1
  276. package/theme/ap-button/ap-button.css +1 -1
  277. package/theme/ap-card/ap-card.css +1 -1
  278. package/theme/ap-copy/ap-copy.css +1 -1
  279. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  280. package/theme/ap-download/ap-download.css +4 -4
  281. package/theme/ap-drawer/ap-drawer.css +5 -6
  282. package/theme/ap-drawer/ap-drawer.less +4 -7
  283. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  284. package/theme/ap-field/checkbox.css +1 -1
  285. package/theme/ap-field/index.css +1 -1
  286. package/theme/ap-field/number.css +1 -1
  287. package/theme/ap-field/radio.css +1 -1
  288. package/theme/ap-field/text-area.css +1 -1
  289. package/theme/ap-form/ap-form-item-group.css +1 -1
  290. package/theme/ap-form/ap-form-item.css +4 -1
  291. package/theme/ap-form/ap-form-item.less +3 -0
  292. package/theme/ap-form/drawer-form.css +1 -1
  293. package/theme/ap-form/index.css +8 -5
  294. package/theme/ap-form/item-text-group.css +1 -1
  295. package/theme/ap-form/item-text.css +1 -1
  296. package/theme/ap-form/modal-form.css +1 -1
  297. package/theme/ap-form/search-form-sorter.css +5 -5
  298. package/theme/ap-form/search-form.css +8 -5
  299. package/theme/ap-grid/editable.css +1 -1
  300. package/theme/ap-grid/index.css +16 -11
  301. package/theme/ap-grid/index.less +2 -2
  302. package/theme/ap-group-search/ap-extension-select.css +1 -1
  303. package/theme/ap-group-search/ap-group-search.css +1 -1
  304. package/theme/ap-group-search/ap-popover-select.css +1 -1
  305. package/theme/ap-image/ap-image.css +1 -1
  306. package/theme/ap-input-radio/ap-input-radio.css +1 -1
  307. package/theme/ap-label/ap-label.css +1 -1
  308. package/theme/ap-ladder/ap-ladder.css +4 -4
  309. package/theme/ap-layout/ap-info-layout.css +1 -1
  310. package/theme/ap-list/index.css +1 -1
  311. package/theme/ap-product-info/ap-product-info.css +1 -1
  312. package/theme/ap-radio-group/ap-radio-group.css +2 -1
  313. package/theme/ap-radio-group/ap-radio-group.less +1 -0
  314. package/theme/ap-select-layout/ap-select-layout.css +3 -3
  315. package/theme/ap-size-input/ap-size-input.css +1 -1
  316. package/theme/ap-status/ap-status.css +1 -1
  317. package/theme/ap-summary/index.css +1 -1
  318. package/theme/ap-table/ap-table-index.css +1 -1
  319. package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
  320. package/theme/ap-table/ap-table.css +12 -9
  321. package/theme/ap-table/setting/index.css +3 -3
  322. package/theme/ap-table/setting/modal.css +2 -2
  323. package/theme/ap-table/setting/select-group.css +1 -1
  324. package/theme/ap-table/setting/sortable-item-meta.css +1 -1
  325. package/theme/ap-table/setting/sortable-item.css +1 -1
  326. package/theme/ap-table/setting/sorter.css +2 -2
  327. package/theme/ap-table-modal/index.css +12 -9
  328. package/theme/ap-tag/ap-tag-group.css +1 -1
  329. package/theme/ap-tag/ap-tag.css +4 -4
  330. package/theme/ap-title/ap-title.css +1 -1
  331. package/theme/ap-upload/index.css +2 -2
  332. package/theme/ap-upload/multiple-file.css +1 -1
  333. package/theme/ap-upload/picture.css +1 -1
  334. package/theme/ap-upload/single-file.css +2 -2
  335. package/theme/ap-upload/upload.css +1 -1
  336. package/theme/ap-upload-single/index.css +1 -1
  337. package/theme/ap-view/ap-view.css +1 -1
  338. package/theme/batch-input-group/index.css +1 -1
  339. package/theme/batch-input-group/popover-input.css +1 -1
  340. package/theme/check-card/index.css +4 -4
  341. package/theme/editable-table/index.css +9 -6
  342. package/theme/full-screen/index.css +1 -1
  343. package/theme/index.css +46 -39
  344. package/theme/mask/index.css +1 -1
  345. package/theme/mixins/config.less +3 -3
  346. package/theme/mixins/mixins.css +1 -1
  347. package/theme/scroll-bar/index.css +1 -1
  348. package/theme/scroll-view/index.css +1 -1
  349. package/theme/splitter/index.css +2 -2
  350. package/theme/text/group.css +1 -1
  351. package/theme/text/index.css +2 -2
  352. package/theme/ui-mode.css +2 -0
  353. package/theme/ui-mode.less +2 -0
  354. package/theme/work-order-modal/index.css +1 -1
  355. package/es/src/ap-drawer/ApDrawer.vue.d.ts +0 -29
  356. package/es/src/ap-drawer/ApDrawer.vue.mjs +0 -91
  357. package/es/src/ap-drawer/ApDrawer.vue2.mjs +0 -4
  358. package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
  359. package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +0 -25
  360. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +0 -4
  361. package/lib/src/ap-drawer/ApDrawer.vue.d.ts +0 -29
  362. package/lib/src/ap-drawer/ApDrawer.vue.js +0 -1
  363. package/lib/src/ap-drawer/ApDrawer.vue2.js +0 -1
  364. package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
  365. package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +0 -1
  366. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +0 -1
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -81,7 +81,7 @@
81
81
  }
82
82
  .aplus-ap-expand-alert__antAlert.ant-alert {
83
83
  align-items: flex-start;
84
- line-height: 1.5;
84
+ line-height: 18px;
85
85
  }
86
86
  .aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
87
87
  font-size: 14px;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -78,6 +78,9 @@
78
78
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
79
79
  height: 30px !important;
80
80
  }
81
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
82
+ padding-right: 0;
83
+ }
81
84
  .aplus-ap-form-item--bordered:has(.ant-select) {
82
85
  padding-right: 0px;
83
86
  }
@@ -48,6 +48,9 @@
48
48
  .ant-select-single .ant-select-selector{
49
49
  height: 30px !important;
50
50
  }
51
+ &:has(.ant-input-number) {
52
+ padding-right: 0;
53
+ }
51
54
  &:has(.ant-select) {
52
55
  padding-right: 0px;
53
56
  .ant-form-item-label > label {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -87,6 +87,9 @@
87
87
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
88
88
  height: 30px !important;
89
89
  }
90
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
91
+ padding-right: 0;
92
+ }
90
93
  .aplus-ap-form-item--bordered:has(.ant-select) {
91
94
  padding-right: 0px;
92
95
  }
@@ -183,7 +186,7 @@
183
186
  color: #182948;
184
187
  font-size: 12px;
185
188
  font-family: inherit;
186
- line-height: 1.5;
189
+ line-height: 18px;
187
190
  list-style: none;
188
191
  font-size: 14px;
189
192
  font-weight: 700;
@@ -197,7 +200,7 @@
197
200
  color: #182948;
198
201
  font-size: 12px;
199
202
  font-family: inherit;
200
- line-height: 1.5;
203
+ line-height: 18px;
201
204
  list-style: none;
202
205
  color: var(--ap-text-color-3);
203
206
  }
@@ -213,7 +216,7 @@
213
216
  color: #182948;
214
217
  font-size: 12px;
215
218
  font-family: inherit;
216
- line-height: 1.5;
219
+ line-height: 18px;
217
220
  list-style: none;
218
221
  color: var(--ap-color-link);
219
222
  }
@@ -255,7 +258,7 @@
255
258
  color: #182948;
256
259
  font-size: 12px;
257
260
  font-family: inherit;
258
- line-height: 1.5;
261
+ line-height: 18px;
259
262
  list-style: none;
260
263
  padding-left: 4px;
261
264
  max-width: 100%;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -57,7 +57,7 @@
57
57
  color: #182948;
58
58
  font-size: 12px;
59
59
  font-family: inherit;
60
- line-height: 1.5;
60
+ line-height: 18px;
61
61
  list-style: none;
62
62
  font-size: 14px;
63
63
  font-weight: 700;
@@ -71,7 +71,7 @@
71
71
  color: #182948;
72
72
  font-size: 12px;
73
73
  font-family: inherit;
74
- line-height: 1.5;
74
+ line-height: 18px;
75
75
  list-style: none;
76
76
  color: var(--ap-text-color-3);
77
77
  }
@@ -87,7 +87,7 @@
87
87
  color: #182948;
88
88
  font-size: 12px;
89
89
  font-family: inherit;
90
- line-height: 1.5;
90
+ line-height: 18px;
91
91
  list-style: none;
92
92
  color: var(--ap-color-link);
93
93
  }
@@ -129,7 +129,7 @@
129
129
  color: #182948;
130
130
  font-size: 12px;
131
131
  font-family: inherit;
132
- line-height: 1.5;
132
+ line-height: 18px;
133
133
  list-style: none;
134
134
  padding-left: 4px;
135
135
  max-width: 100%;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -78,6 +78,9 @@
78
78
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
79
79
  height: 30px !important;
80
80
  }
81
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
82
+ padding-right: 0;
83
+ }
81
84
  .aplus-ap-form-item--bordered:has(.ant-select) {
82
85
  padding-right: 0px;
83
86
  }
@@ -138,7 +141,7 @@
138
141
  color: #182948;
139
142
  font-size: 12px;
140
143
  font-family: inherit;
141
- line-height: 1.5;
144
+ line-height: 18px;
142
145
  list-style: none;
143
146
  font-size: 14px;
144
147
  font-weight: 700;
@@ -152,7 +155,7 @@
152
155
  color: #182948;
153
156
  font-size: 12px;
154
157
  font-family: inherit;
155
- line-height: 1.5;
158
+ line-height: 18px;
156
159
  list-style: none;
157
160
  color: var(--ap-text-color-3);
158
161
  }
@@ -168,7 +171,7 @@
168
171
  color: #182948;
169
172
  font-size: 12px;
170
173
  font-family: inherit;
171
- line-height: 1.5;
174
+ line-height: 18px;
172
175
  list-style: none;
173
176
  color: var(--ap-color-link);
174
177
  }
@@ -210,7 +213,7 @@
210
213
  color: #182948;
211
214
  font-size: 12px;
212
215
  font-family: inherit;
213
- line-height: 1.5;
216
+ line-height: 18px;
214
217
  list-style: none;
215
218
  padding-left: 4px;
216
219
  max-width: 100%;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -87,6 +87,9 @@
87
87
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
88
88
  height: 30px !important;
89
89
  }
90
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
91
+ padding-right: 0;
92
+ }
90
93
  .aplus-ap-form-item--bordered:has(.ant-select) {
91
94
  padding-right: 0px;
92
95
  }
@@ -183,7 +186,7 @@
183
186
  color: #182948;
184
187
  font-size: 12px;
185
188
  font-family: inherit;
186
- line-height: 1.5;
189
+ line-height: 18px;
187
190
  list-style: none;
188
191
  font-size: 14px;
189
192
  font-weight: 700;
@@ -197,7 +200,7 @@
197
200
  color: #182948;
198
201
  font-size: 12px;
199
202
  font-family: inherit;
200
- line-height: 1.5;
203
+ line-height: 18px;
201
204
  list-style: none;
202
205
  color: var(--ap-text-color-3);
203
206
  }
@@ -213,7 +216,7 @@
213
216
  color: #182948;
214
217
  font-size: 12px;
215
218
  font-family: inherit;
216
- line-height: 1.5;
219
+ line-height: 18px;
217
220
  list-style: none;
218
221
  color: var(--ap-color-link);
219
222
  }
@@ -255,7 +258,7 @@
255
258
  color: #182948;
256
259
  font-size: 12px;
257
260
  font-family: inherit;
258
- line-height: 1.5;
261
+ line-height: 18px;
259
262
  list-style: none;
260
263
  padding-left: 4px;
261
264
  max-width: 100%;
@@ -413,7 +416,7 @@
413
416
  color: #182948;
414
417
  font-size: 12px;
415
418
  font-family: inherit;
416
- line-height: 1.5;
419
+ line-height: 18px;
417
420
  list-style: none;
418
421
  display: inline-block;
419
422
  cursor: pointer;
@@ -488,16 +491,18 @@
488
491
  .aplus-ap-grid ::-webkit-scrollbar-thumb:active {
489
492
  background-color: var(--ap-scrollbar-thumb-color-hover);
490
493
  }
491
- .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell {
494
+ .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell,
495
+ .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
492
496
  min-height: unset !important;
493
497
  padding: 9px 12px;
494
498
  font-size: 12px;
495
- line-height: 1.5;
499
+ line-height: 18px;
496
500
  }
497
- .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell {
501
+ .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell,
502
+ .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
498
503
  min-height: unset !important;
499
504
  padding: 6px 9px;
500
- line-height: 1.5;
505
+ line-height: 18px;
501
506
  }
502
507
  .aplus-ap-grid-adaptive {
503
508
  height: 100%;
@@ -575,7 +580,7 @@
575
580
  .aplus-ap-grid-pagination .ant-pagination-total-text {
576
581
  flex: 1;
577
582
  height: unset;
578
- line-height: 1.5;
583
+ line-height: 18px;
579
584
  display: flex;
580
585
  align-items: center;
581
586
  }
@@ -11,13 +11,13 @@
11
11
 
12
12
  .b(ap-grid, {
13
13
  .reset-scrollbar();
14
- .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell {
14
+ .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell, .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
15
15
  min-height: unset !important;
16
16
  padding: 9px 12px;
17
17
  font-size: @font-size-base;
18
18
  line-height: @line-height-base;
19
19
  }
20
- .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell {
20
+ .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell, .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
21
21
  min-height: unset !important;
22
22
  padding: 6px 9px;
23
23
  line-height: @line-height-base;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -48,7 +48,7 @@
48
48
  position: relative;
49
49
  width: inherit;
50
50
  font-size: 12px;
51
- line-height: 1.5;
51
+ line-height: 18px;
52
52
  /** 自动溢出省略 */
53
53
  /** Aplus端样式 */
54
54
  /** Admin端样式 */
@@ -151,11 +151,11 @@
151
151
  margin-left: 4px;
152
152
  }
153
153
  .aplus-ap-ladder__major {
154
- line-height: 1.5;
154
+ line-height: 18px;
155
155
  color: #182948;
156
156
  }
157
157
  .aplus-ap-ladder__minor {
158
- line-height: 1.5;
158
+ line-height: 18px;
159
159
  color: #8896B0;
160
160
  }
161
161
  .aplus-ap-ladder__label {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -55,6 +55,7 @@
55
55
  border-radius: 4px;
56
56
  color: var(--ap-text-color-1);
57
57
  transition: all 0.3s ease-in-out;
58
+ will-change: background-color;
58
59
  }
59
60
  .aplus-ap-radio-group__item:hover {
60
61
  background-color: var(--ap-color-bg-2);
@@ -13,6 +13,7 @@
13
13
  border-radius: 4px;
14
14
  color: var(--ap-text-color-1);
15
15
  transition: all 0.3s ease-in-out;
16
+ will-change: background-color;
16
17
  &:hover{
17
18
  background-color: var(--ap-color-bg-2);
18
19
  }
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -84,7 +84,7 @@
84
84
  color: #333;
85
85
  font-size: 14px;
86
86
  font-weight: bold;
87
- line-height: 1.1 0.57142857;
87
+ line-height: 22;
88
88
  }
89
89
  .aplus-ap-select-layout-side__header--imgWrap {
90
90
  border-radius: 2px;
@@ -168,5 +168,5 @@
168
168
  margin: 0;
169
169
  font-size: 14px;
170
170
  font-weight: bold;
171
- line-height: 1.1 0.57142857;
171
+ line-height: 22;
172
172
  }
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {