@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.
- package/es/index.mjs +74 -72
- package/es/src/ap-field/select/index.vue.d.ts +2 -2
- package/es/src/ap-field/tree-select/index.vue.d.ts +3 -3
- package/es/src/ap-form/ap-form.vue2.mjs +57 -58
- package/es/src/ap-form/drawer-form/index.vue.d.ts +10 -10
- package/es/src/ap-form/interface.d.ts +35 -1
- package/es/src/ap-form/item/index.vue.d.ts +22 -22
- package/es/src/ap-form/item/index.vue.mjs +33 -28
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
- package/es/src/ap-form/items/date/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/date/index.vue.mjs +8 -7
- package/es/src/ap-form/items/date-range/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
- package/es/src/ap-form/items/number/index.vue.d.ts +13 -13
- package/es/src/ap-form/items/number/index.vue.mjs +9 -8
- package/es/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
- package/es/src/ap-form/items/select/index.vue.d.ts +31 -31
- package/es/src/ap-form/items/select/index.vue.mjs +7 -6
- package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
- package/es/src/ap-form/items/text/index.vue.d.ts +15 -15
- package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
- package/es/src/ap-form/items/text/password.vue.d.ts +15 -15
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
- package/es/src/ap-form/modal-form/index.vue.d.ts +10 -10
- package/es/src/ap-form/render/item.vue.d.ts +2 -2
- package/es/src/ap-form/render/item.vue.mjs +5 -4
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
- package/es/src/ap-form/search-form/components/popover-filter.vue.mjs +4 -0
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +102 -0
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue.mjs +4 -0
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +128 -0
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.mjs +4 -0
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +39 -0
- package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +17 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +14 -16
- package/es/src/ap-form/search-form/index.vue.mjs +128 -127
- package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
- package/es/src/ap-grid/editable/index.vue.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +113 -108
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +21 -16
- package/es/src/ap-table/ap-table.vue2.mjs +108 -104
- package/es/src/ap-table/constants.d.ts +161 -161
- package/es/src/ap-table/context.d.ts +5 -0
- package/es/src/ap-table/context.mjs +13 -5
- package/es/src/ap-table/utils.d.ts +147 -147
- package/es/src/ap-upload/apUpload.vue.d.ts +8 -8
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +65 -51
- package/es/src/business/ap-batch-action-group/index.d.ts +3 -1
- package/es/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
- package/es/src/business/ap-size-input/index.d.ts +3 -3
- package/es/src/business/ap-table-modal/index.d.ts +15 -15
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
- package/es/src/business/ap-view/ap-view.vue.d.ts +6 -0
- package/es/src/business/ap-view/ap-view.vue.mjs +4 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +174 -0
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
- package/es/src/business/ap-view/components/main-button-content.vue.mjs +4 -0
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +177 -0
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
- package/es/src/business/ap-view/components/menu-list-content.vue.mjs +4 -0
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +156 -0
- package/es/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
- package/es/src/business/ap-view/hooks/use-view-provide.mjs +8 -0
- package/es/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
- package/es/src/business/ap-view/icons/line-delete.vue.mjs +29 -0
- package/es/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
- package/es/src/business/ap-view/icons/line-down.vue.mjs +29 -0
- package/es/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
- package/es/src/business/ap-view/icons/line-eye.vue.mjs +29 -0
- package/es/src/business/ap-view/index.d.ts +27 -0
- package/es/src/business/ap-view/index.mjs +8 -0
- package/es/src/business/ap-view/interface.d.ts +54 -0
- package/es/src/business/ap-view/interface.mjs +1 -0
- package/es/src/business/ap-view/style/css.d.ts +0 -0
- package/es/src/business/ap-view/style/css.js +1 -0
- package/es/src/business/ap-view/style/index.d.ts +0 -0
- package/es/src/business/ap-view/style/index.js +1 -0
- package/es/src/business/ap-view/utils/enum.d.ts +1 -0
- package/es/src/business/ap-view/utils/enum.mjs +4 -0
- package/es/src/business/ap-view/utils/uuid.d.ts +5 -0
- package/es/src/business/ap-view/utils/uuid.mjs +22 -0
- package/es/src/business/batch-input-group/form-item.vue.d.ts +3 -3
- package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
- package/es/src/business/batch-input-group/index.vue.d.ts +6 -6
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +25 -23
- package/es/src/check-card/index.vue2.mjs +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +5 -0
- package/es/src/config-provider/config-provider-props.mjs +4 -0
- package/es/src/config-provider/config-provider.d.ts +25 -1
- package/es/src/config-provider/config-provider.mjs +21 -20
- package/es/src/config-provider/css-var.d.ts +14 -0
- package/es/src/config-provider/css-var.mjs +40 -12
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -0
- package/es/src/config-provider/index.d.ts +89 -3
- package/es/src/design-token/index.mjs +9 -3
- package/es/src/editable-table/form-item.vue.mjs +1 -1
- package/es/src/editable-table/index.vue.mjs +27 -27
- package/es/src/full-screen/interface.d.ts +1 -1
- package/es/src/index.mjs +61 -59
- package/es/src/locale/lang/en.mjs +22 -1
- package/es/src/locale/lang/zh-cn.mjs +22 -1
- package/es/src/path-map.mjs +2 -1
- package/es/src/utils/config-provider-preset.d.ts +4 -4
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
- package/lib/index.js +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +2 -2
- package/lib/src/ap-field/tree-select/index.vue.d.ts +3 -3
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +10 -10
- package/lib/src/ap-form/interface.d.ts +35 -1
- package/lib/src/ap-form/item/index.vue.d.ts +22 -22
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +13 -13
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +31 -31
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +15 -15
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +15 -15
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +10 -10
- package/lib/src/ap-form/render/item.vue.d.ts +2 -2
- package/lib/src/ap-form/render/item.vue.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-filter.vue.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.d.ts +6 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue.js +1 -0
- package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -0
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +3 -0
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +14 -16
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-info-layout/ApInfoLayout.vue.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +161 -161
- package/lib/src/ap-table/context.d.ts +5 -0
- package/lib/src/ap-table/context.js +1 -1
- package/lib/src/ap-table/utils.d.ts +147 -147
- package/lib/src/ap-upload/apUpload.vue.d.ts +8 -8
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +14 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -1
- package/lib/src/business/ap-size-input/ApSizeInput.d.ts +1 -1
- package/lib/src/business/ap-size-input/index.d.ts +3 -3
- package/lib/src/business/ap-table-modal/index.d.ts +15 -15
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +5 -5
- package/lib/src/business/ap-view/ap-view.vue.d.ts +6 -0
- package/lib/src/business/ap-view/ap-view.vue.js +1 -0
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -0
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +831 -0
- package/lib/src/business/ap-view/components/main-button-content.vue.js +1 -0
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -0
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +832 -0
- package/lib/src/business/ap-view/components/menu-list-content.vue.js +1 -0
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -0
- package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +14 -0
- package/lib/src/business/ap-view/hooks/use-view-provide.js +1 -0
- package/lib/src/business/ap-view/icons/line-delete.vue.d.ts +3 -0
- package/lib/src/business/ap-view/icons/line-delete.vue.js +1 -0
- package/lib/src/business/ap-view/icons/line-down.vue.d.ts +3 -0
- package/lib/src/business/ap-view/icons/line-down.vue.js +1 -0
- package/lib/src/business/ap-view/icons/line-eye.vue.d.ts +3 -0
- package/lib/src/business/ap-view/icons/line-eye.vue.js +1 -0
- package/lib/src/business/ap-view/index.d.ts +27 -0
- package/lib/src/business/ap-view/index.js +1 -0
- package/lib/src/business/ap-view/interface.d.ts +54 -0
- package/lib/src/business/ap-view/interface.js +1 -0
- package/lib/src/business/ap-view/style/css.cjs +1 -0
- package/lib/src/business/ap-view/style/css.d.ts +0 -0
- package/lib/src/business/ap-view/style/index.cjs +1 -0
- package/lib/src/business/ap-view/style/index.d.ts +0 -0
- package/lib/src/business/ap-view/utils/enum.d.ts +1 -0
- package/lib/src/business/ap-view/utils/enum.js +1 -0
- package/lib/src/business/ap-view/utils/uuid.d.ts +5 -0
- package/lib/src/business/ap-view/utils/uuid.js +1 -0
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +3 -3
- package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +6 -6
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +5 -0
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +25 -1
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/css-var.d.ts +14 -0
- package/lib/src/config-provider/css-var.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -0
- package/lib/src/config-provider/index.d.ts +89 -3
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/full-screen/interface.d.ts +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/utils/config-provider-preset.d.ts +4 -4
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -6
- package/package.json +7 -7
- package/theme/ap-action/item-dropdown.css +30 -2
- package/theme/ap-action/item-dropdown.less +2 -2
- package/theme/ap-action/item.css +36 -2
- package/theme/ap-action/item.less +2 -3
- package/theme/ap-appendix/ap-appendix.css +28 -0
- package/theme/ap-attachment/ap-attachment.css +28 -0
- package/theme/ap-batch-action/ap-batch-action.css +28 -0
- package/theme/ap-button/ap-button.css +28 -0
- package/theme/ap-card/ap-card.css +28 -0
- package/theme/ap-descriptions/ap-descriptions.css +28 -0
- package/theme/ap-download/ap-download.css +28 -0
- package/theme/ap-expand-alert/ap-expand-alert.css +28 -0
- package/theme/ap-field/checkbox.css +29 -1
- package/theme/ap-field/checkbox.less +2 -1
- package/theme/ap-field/index.css +30 -2
- package/theme/ap-field/number.css +28 -0
- package/theme/ap-field/radio.css +29 -1
- package/theme/ap-field/radio.less +1 -1
- package/theme/ap-field/text-area.css +28 -0
- package/theme/ap-form/ap-form-item-group.css +28 -0
- package/theme/ap-form/ap-form-item.css +35 -5
- package/theme/ap-form/ap-form-item.less +8 -6
- package/theme/ap-form/drawer-form.css +28 -0
- package/theme/ap-form/index.css +177 -6
- package/theme/ap-form/item-text-group.css +28 -0
- package/theme/ap-form/item-text.css +28 -0
- package/theme/ap-form/modal-form.css +28 -0
- package/theme/ap-form/search-form-sorter.css +120 -0
- package/theme/ap-form/search-form-sorter.less +71 -0
- package/theme/ap-form/search-form.css +177 -6
- package/theme/ap-form/search-form.less +57 -1
- package/theme/ap-grid/editable.css +30 -2
- package/theme/ap-grid/editable.less +2 -2
- package/theme/ap-grid/index.css +206 -20
- package/theme/ap-grid/index.less +17 -8
- package/theme/ap-group-search/ap-extension-select.css +28 -0
- package/theme/ap-group-search/ap-group-search.css +28 -0
- package/theme/ap-group-search/ap-popover-select.css +28 -0
- package/theme/ap-image/ap-image.css +28 -0
- package/theme/ap-input-radio/ap-input-radio.css +28 -0
- package/theme/ap-label/ap-label.css +28 -0
- package/theme/ap-ladder/ap-ladder.css +28 -0
- package/theme/ap-layout/ap-info-layout.css +28 -0
- package/theme/ap-list/index.css +29 -1
- package/theme/ap-list/index.less +2 -1
- package/theme/ap-product-info/ap-product-info.css +28 -0
- package/theme/ap-select-layout/ap-select-layout.css +28 -0
- package/theme/ap-size-input/ap-size-input.css +28 -0
- package/theme/ap-status/ap-status.css +28 -0
- package/theme/ap-summary/index.css +28 -0
- package/theme/ap-table/ap-table-index.css +28 -0
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +28 -0
- package/theme/ap-table/ap-table.css +217 -34
- package/theme/ap-table/ap-table.less +12 -9
- package/theme/ap-table/setting/index.css +44 -2
- package/theme/ap-table/setting/modal.css +36 -0
- package/theme/ap-table/setting/modal.less +1 -0
- package/theme/ap-table/setting/select-group.css +28 -0
- package/theme/ap-table/setting/sortable-item-meta.css +28 -0
- package/theme/ap-table/setting/sortable-item.css +28 -0
- package/theme/ap-table/setting/sorter.css +36 -2
- package/theme/ap-table/setting/sorter.less +1 -2
- package/theme/ap-table-modal/index.css +217 -34
- package/theme/ap-tag/ap-tag-group.css +28 -0
- package/theme/ap-tag/ap-tag.css +28 -0
- package/theme/ap-title/ap-title.css +28 -0
- package/theme/ap-upload/index.css +28 -0
- package/theme/ap-upload/multiple-file.css +28 -0
- package/theme/ap-upload/picture.css +28 -0
- package/theme/ap-upload/single-file.css +28 -0
- package/theme/ap-upload/upload.css +28 -0
- package/theme/ap-upload-single/index.css +28 -0
- package/theme/ap-view/ap-view.css +149 -0
- package/theme/ap-view/ap-view.less +128 -0
- package/theme/batch-input-group/index.css +30 -2
- package/theme/batch-input-group/popover-input.css +28 -0
- package/theme/check-card/index.css +65 -17
- package/theme/check-card/index.less +20 -19
- package/theme/editable-table/index.css +198 -19
- package/theme/editable-table/index.less +9 -7
- package/theme/full-screen/index.css +28 -0
- package/theme/index.css +417 -75
- package/theme/index.less +1 -0
- package/theme/mask/index.css +28 -0
- package/theme/mixins/config.less +26 -3
- package/theme/mixins/mixins.css +28 -0
- package/theme/mixins/mixins.less +35 -0
- package/theme/scroll-bar/index.css +28 -0
- package/theme/scroll-view/index.css +28 -0
- package/theme/splitter/index.css +33 -5
- package/theme/text/group.css +28 -0
- package/theme/text/index.css +36 -1
- package/theme/text/index.less +1 -1
- package/theme/work-order-modal/index.css +28 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
@import '../mixins/mixins.less';
|
|
2
|
+
@import '../mixins/config.less';
|
|
2
3
|
@import './ap-form-item.less';
|
|
4
|
+
@import './search-form-sorter.less';
|
|
3
5
|
|
|
4
6
|
.b(ap-form-search-form, {
|
|
5
7
|
.ant-form-item {
|
|
6
|
-
margin-bottom:
|
|
8
|
+
margin-bottom: @spacing;
|
|
7
9
|
}
|
|
8
10
|
.ant-form-item-control {
|
|
9
11
|
.ant-picker {
|
|
@@ -13,4 +15,58 @@
|
|
|
13
15
|
width: 100%;
|
|
14
16
|
}
|
|
15
17
|
}
|
|
18
|
+
&__popover {
|
|
19
|
+
.ant-form-item {
|
|
20
|
+
margin-bottom: @spacing;
|
|
21
|
+
}
|
|
22
|
+
& .ant-popover-arrow {
|
|
23
|
+
display: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
& .ant-popover-inner {
|
|
27
|
+
padding: 0;
|
|
28
|
+
}
|
|
29
|
+
&-content {
|
|
30
|
+
padding: @spacing-lg @spacing-xl @spacing-xl;
|
|
31
|
+
textarea {
|
|
32
|
+
padding: 0;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
&-footer {
|
|
36
|
+
padding: @spacing-lg @spacing-xl;
|
|
37
|
+
&-confirm-btn {
|
|
38
|
+
margin-left: 10px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
&-column-setting-trigger-wrapper {
|
|
43
|
+
flex-shrink: 0;
|
|
44
|
+
.ant-btn:not(:only-child) {
|
|
45
|
+
&:first-child {
|
|
46
|
+
border-top-right-radius: 0px;
|
|
47
|
+
border-bottom-right-radius: 0px;
|
|
48
|
+
&:hover {
|
|
49
|
+
z-index: 1;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
&:last-child {
|
|
53
|
+
border-top-left-radius: 0px;
|
|
54
|
+
border-bottom-left-radius: 0px;
|
|
55
|
+
margin-left: -1px;
|
|
56
|
+
&:hover {
|
|
57
|
+
z-index: 1;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
span.aplus-frontend-icon {
|
|
62
|
+
line-height: 0px;
|
|
63
|
+
vertical-align: -0.125em;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
&-action-btn {
|
|
67
|
+
padding-inline: @spacing-lg;
|
|
68
|
+
}
|
|
69
|
+
&-action-btn-reset {
|
|
70
|
+
background-color: #E9EDF3;
|
|
71
|
+
}
|
|
16
72
|
});
|
|
@@ -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-editable-grid__header-cell--required {
|
|
2
30
|
color: #FF4D4F;
|
|
3
31
|
padding-right: 2px;
|
|
@@ -15,8 +43,8 @@
|
|
|
15
43
|
flex: 1;
|
|
16
44
|
}
|
|
17
45
|
.aplus-editable-grid .ant-form-item {
|
|
18
|
-
margin-bottom:
|
|
46
|
+
margin-bottom: 16px;
|
|
19
47
|
}
|
|
20
48
|
.aplus-editable-grid .vxe-cell:has(.is-editable) {
|
|
21
|
-
padding-block:
|
|
49
|
+
padding-block: 16px 0px !important;
|
|
22
50
|
}
|
package/theme/ap-grid/index.css
CHANGED
|
@@ -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:
|
|
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:
|
|
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:
|
|
70
|
-
line-height:
|
|
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:
|
|
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
|
}
|
|
@@ -185,7 +356,7 @@
|
|
|
185
356
|
}
|
|
186
357
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
187
358
|
display: flex;
|
|
188
|
-
margin-block-end:
|
|
359
|
+
margin-block-end: 12px;
|
|
189
360
|
}
|
|
190
361
|
.aplus-field-number-label-left {
|
|
191
362
|
padding-right: 4px;
|
|
@@ -195,7 +366,7 @@
|
|
|
195
366
|
}
|
|
196
367
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
197
368
|
display: flex;
|
|
198
|
-
margin-block-end:
|
|
369
|
+
margin-block-end: 12px;
|
|
199
370
|
}
|
|
200
371
|
.aplus-field-text-area {
|
|
201
372
|
white-space: pre-wrap;
|
|
@@ -203,9 +374,15 @@
|
|
|
203
374
|
word-break: break-all;
|
|
204
375
|
}
|
|
205
376
|
.aplus-action-item {
|
|
377
|
+
box-sizing: border-box;
|
|
378
|
+
margin: 0;
|
|
379
|
+
padding: 0;
|
|
380
|
+
color: rgba(0 0 0 / 85%);
|
|
381
|
+
font-size: 12px;
|
|
382
|
+
font-family: inherit;
|
|
383
|
+
line-height: 1.5;
|
|
384
|
+
list-style: none;
|
|
206
385
|
display: inline-block;
|
|
207
|
-
font-size: 14px;
|
|
208
|
-
line-height: 22px;
|
|
209
386
|
cursor: pointer;
|
|
210
387
|
}
|
|
211
388
|
.aplus-action-item--primary {
|
|
@@ -245,8 +422,8 @@
|
|
|
245
422
|
}
|
|
246
423
|
.aplus-action-item-dropdown__icon {
|
|
247
424
|
color: #0070ff;
|
|
248
|
-
margin-left:
|
|
249
|
-
font-size:
|
|
425
|
+
margin-left: 2px;
|
|
426
|
+
font-size: 12px;
|
|
250
427
|
display: inline-flex;
|
|
251
428
|
}
|
|
252
429
|
.aplus-ap-grid-adaptive {
|
|
@@ -259,18 +436,17 @@
|
|
|
259
436
|
flex: 1;
|
|
260
437
|
}
|
|
261
438
|
.aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
262
|
-
margin:
|
|
439
|
+
margin-block: 12px;
|
|
263
440
|
}
|
|
264
441
|
.aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
|
|
265
442
|
background-color: #fff;
|
|
266
443
|
z-index: 10;
|
|
267
444
|
position: sticky;
|
|
268
445
|
bottom: 0;
|
|
269
|
-
padding-bottom: 16px;
|
|
270
446
|
}
|
|
271
447
|
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
272
448
|
margin-top: 0;
|
|
273
|
-
padding-top:
|
|
449
|
+
padding-top: 4px;
|
|
274
450
|
}
|
|
275
451
|
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
|
|
276
452
|
opacity: 0;
|
|
@@ -279,9 +455,13 @@
|
|
|
279
455
|
height: 0px !important;
|
|
280
456
|
}
|
|
281
457
|
.aplus-ap-grid-wrapper {
|
|
282
|
-
padding:
|
|
458
|
+
padding: 8px;
|
|
459
|
+
padding-bottom: 12px;
|
|
283
460
|
background-color: #fff;
|
|
284
461
|
}
|
|
462
|
+
.aplus-ap-grid-wrapper:has(ul.ant-pagination) {
|
|
463
|
+
padding-bottom: 0;
|
|
464
|
+
}
|
|
285
465
|
.aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
|
|
286
466
|
padding-bottom: 0;
|
|
287
467
|
}
|
|
@@ -289,9 +469,10 @@
|
|
|
289
469
|
padding-bottom: 0;
|
|
290
470
|
}
|
|
291
471
|
.aplus-ap-grid__search-wrapper {
|
|
292
|
-
padding:
|
|
293
|
-
padding-bottom:
|
|
472
|
+
padding: 8px;
|
|
473
|
+
padding-bottom: 2px;
|
|
294
474
|
background-color: #fff;
|
|
475
|
+
border-radius: 4px;
|
|
295
476
|
margin-bottom: 10px;
|
|
296
477
|
}
|
|
297
478
|
.aplus-ap-grid__table-wrapper {
|
|
@@ -303,11 +484,16 @@
|
|
|
303
484
|
flex-direction: column;
|
|
304
485
|
}
|
|
305
486
|
.aplus-ap-grid__table-wrapper-card {
|
|
306
|
-
padding:
|
|
487
|
+
padding: 8px;
|
|
488
|
+
padding-bottom: 12px;
|
|
489
|
+
border-radius: 4px;
|
|
307
490
|
background-color: #fff;
|
|
308
491
|
}
|
|
492
|
+
.aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
|
|
493
|
+
padding-bottom: 0;
|
|
494
|
+
}
|
|
309
495
|
.aplus-ap-grid-pagination {
|
|
310
|
-
margin-
|
|
496
|
+
margin-block: 12px;
|
|
311
497
|
display: flex;
|
|
312
498
|
flex-wrap: wrap;
|
|
313
499
|
row-gap: 8px;
|
package/theme/ap-grid/index.less
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
.@{pg} {
|
|
23
23
|
ul.ant-pagination {
|
|
24
|
-
margin:
|
|
24
|
+
margin-block: @spacing-lg;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
&-sticky {
|
|
@@ -30,13 +30,12 @@
|
|
|
30
30
|
z-index: 10;
|
|
31
31
|
position: sticky;
|
|
32
32
|
bottom: 0;
|
|
33
|
-
padding-bottom: 16px;
|
|
34
33
|
}
|
|
35
34
|
&:has(.@{sb}) {
|
|
36
35
|
.@{pg} {
|
|
37
36
|
ul.ant-pagination {
|
|
38
37
|
margin-top: 0;
|
|
39
|
-
padding-top:
|
|
38
|
+
padding-top: 4px;
|
|
40
39
|
}
|
|
41
40
|
}
|
|
42
41
|
.vxe-table--scroll-x-wrapper {
|
|
@@ -48,7 +47,11 @@
|
|
|
48
47
|
}
|
|
49
48
|
}
|
|
50
49
|
&-wrapper {
|
|
51
|
-
padding:
|
|
50
|
+
padding: @spacing;
|
|
51
|
+
padding-bottom: @spacing-lg;
|
|
52
|
+
&:has(ul.ant-pagination) {
|
|
53
|
+
padding-bottom: 0;
|
|
54
|
+
}
|
|
52
55
|
background-color: #fff;
|
|
53
56
|
}
|
|
54
57
|
&-wrapper&-sticky {
|
|
@@ -58,9 +61,10 @@
|
|
|
58
61
|
padding-bottom: 0;
|
|
59
62
|
}
|
|
60
63
|
&__search-wrapper {
|
|
61
|
-
padding:
|
|
62
|
-
padding-bottom:
|
|
64
|
+
padding:8px;
|
|
65
|
+
padding-bottom: 2px;
|
|
63
66
|
background-color: #fff;
|
|
67
|
+
border-radius: @border-radius;
|
|
64
68
|
margin-bottom: 10px;
|
|
65
69
|
}
|
|
66
70
|
&__table-wrapper {
|
|
@@ -72,11 +76,16 @@
|
|
|
72
76
|
flex-direction: column;
|
|
73
77
|
}
|
|
74
78
|
&__table-wrapper-card {
|
|
75
|
-
padding:
|
|
79
|
+
padding: @spacing;
|
|
80
|
+
padding-bottom: @spacing-lg;
|
|
81
|
+
&:has(ul.ant-pagination) {
|
|
82
|
+
padding-bottom: 0;
|
|
83
|
+
}
|
|
84
|
+
border-radius: @border-radius;
|
|
76
85
|
background-color: #fff;
|
|
77
86
|
}
|
|
78
87
|
&-pagination {
|
|
79
|
-
margin-
|
|
88
|
+
margin-block: @spacing-lg;
|
|
80
89
|
display: flex;
|
|
81
90
|
flex-wrap: wrap;
|
|
82
91
|
row-gap: 8px;
|
|
@@ -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-extension-select.ant-select .ant-select-selection-placeholder {
|
|
2
30
|
inset-inline-end: 25px !important;
|
|
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-group-search__search > .ant-select-selector {
|
|
2
30
|
padding: 0px 10px 0 0 !important;
|
|
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-popover-select__popover {
|
|
2
30
|
width: 100%;
|
|
3
31
|
left: 0 !important;
|
|
@@ -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-image-toolbar {
|
|
2
30
|
display: flex;
|
|
3
31
|
align-items: center;
|
|
@@ -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-input-radio {
|
|
2
30
|
display: flex;
|
|
3
31
|
align-items: center;
|
|
@@ -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-label {
|
|
2
30
|
display: flex;
|
|
3
31
|
flex-direction: column;
|