@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,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-table-index--bordered {
|
|
2
30
|
display: inline-flex;
|
|
3
31
|
justify-content: center;
|
|
@@ -10,18 +38,6 @@
|
|
|
10
38
|
border-radius: 9px;
|
|
11
39
|
background-color: #979797;
|
|
12
40
|
}
|
|
13
|
-
.aplus-ap-table-pagination {
|
|
14
|
-
margin-top: 16px;
|
|
15
|
-
}
|
|
16
|
-
.aplus-ap-table-pagination__total {
|
|
17
|
-
font-size: 14px;
|
|
18
|
-
line-height: 22px;
|
|
19
|
-
color: #333333;
|
|
20
|
-
padding-block: 6px;
|
|
21
|
-
}
|
|
22
|
-
.aplus-ap-table-pagination__total-right {
|
|
23
|
-
padding-inline-start: 10px;
|
|
24
|
-
}
|
|
25
41
|
.aplus-ap-column-setting-wrapper {
|
|
26
42
|
display: flex;
|
|
27
43
|
flex-direction: row;
|
|
@@ -29,6 +45,14 @@
|
|
|
29
45
|
height: 100%;
|
|
30
46
|
}
|
|
31
47
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
48
|
+
box-sizing: border-box;
|
|
49
|
+
margin: 0;
|
|
50
|
+
padding: 0;
|
|
51
|
+
color: rgba(0 0 0 / 85%);
|
|
52
|
+
font-size: 12px;
|
|
53
|
+
font-family: inherit;
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
list-style: none;
|
|
32
56
|
display: inline-block;
|
|
33
57
|
-webkit-line-clamp: unset;
|
|
34
58
|
-webkit-box-orient: unset;
|
|
@@ -149,8 +173,14 @@
|
|
|
149
173
|
padding: 16px 20px;
|
|
150
174
|
}
|
|
151
175
|
.aplus-column-setting-sorter-header-title {
|
|
152
|
-
|
|
153
|
-
|
|
176
|
+
box-sizing: border-box;
|
|
177
|
+
margin: 0;
|
|
178
|
+
padding: 0;
|
|
179
|
+
color: rgba(0 0 0 / 85%);
|
|
180
|
+
font-size: 12px;
|
|
181
|
+
font-family: inherit;
|
|
182
|
+
line-height: 1.5;
|
|
183
|
+
list-style: none;
|
|
154
184
|
font-weight: bold;
|
|
155
185
|
color: #182948;
|
|
156
186
|
}
|
|
@@ -197,7 +227,7 @@
|
|
|
197
227
|
box-sizing: border-box;
|
|
198
228
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
199
229
|
border-radius: 4px;
|
|
200
|
-
padding-inline:
|
|
230
|
+
padding-inline: 8px;
|
|
201
231
|
}
|
|
202
232
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
203
233
|
padding: 0;
|
|
@@ -227,8 +257,11 @@
|
|
|
227
257
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
228
258
|
padding-right: 0px;
|
|
229
259
|
}
|
|
260
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
261
|
+
padding-right: 4px;
|
|
262
|
+
}
|
|
230
263
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
231
|
-
padding-right:
|
|
264
|
+
padding-right: 12px;
|
|
232
265
|
height: 30px;
|
|
233
266
|
}
|
|
234
267
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -252,9 +285,8 @@
|
|
|
252
285
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
253
286
|
}
|
|
254
287
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
255
|
-
font-size:
|
|
256
|
-
line-height:
|
|
257
|
-
margin-top: 2px;
|
|
288
|
+
font-size: 10px;
|
|
289
|
+
line-height: 1.6;
|
|
258
290
|
}
|
|
259
291
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
260
292
|
line-height: 22px;
|
|
@@ -305,8 +337,100 @@
|
|
|
305
337
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
306
338
|
top: 16px;
|
|
307
339
|
}
|
|
340
|
+
.aplus-search-form-sorter-content {
|
|
341
|
+
width: 560px;
|
|
342
|
+
}
|
|
343
|
+
.aplus-search-form-sorter-header {
|
|
344
|
+
padding: 16px 16px 0px;
|
|
345
|
+
}
|
|
346
|
+
.aplus-search-form-sorter-header-title {
|
|
347
|
+
box-sizing: border-box;
|
|
348
|
+
margin: 0;
|
|
349
|
+
padding: 0;
|
|
350
|
+
color: rgba(0 0 0 / 85%);
|
|
351
|
+
font-size: 12px;
|
|
352
|
+
font-family: inherit;
|
|
353
|
+
line-height: 1.5;
|
|
354
|
+
list-style: none;
|
|
355
|
+
font-size: 14px;
|
|
356
|
+
font-weight: 700;
|
|
357
|
+
display: inline-block;
|
|
358
|
+
padding-bottom: 4px;
|
|
359
|
+
}
|
|
360
|
+
.aplus-search-form-sorter-header-desc {
|
|
361
|
+
box-sizing: border-box;
|
|
362
|
+
margin: 0;
|
|
363
|
+
padding: 0;
|
|
364
|
+
color: rgba(0 0 0 / 85%);
|
|
365
|
+
font-size: 12px;
|
|
366
|
+
font-family: inherit;
|
|
367
|
+
line-height: 1.5;
|
|
368
|
+
list-style: none;
|
|
369
|
+
color: #8896b0;
|
|
370
|
+
}
|
|
371
|
+
.aplus-search-form-sorter-header-action-wrapper {
|
|
372
|
+
padding: 8px;
|
|
373
|
+
margin: -8px;
|
|
374
|
+
cursor: pointer;
|
|
375
|
+
}
|
|
376
|
+
.aplus-search-form-sorter-header-reset-btn {
|
|
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;
|
|
385
|
+
color: #0070ff;
|
|
386
|
+
}
|
|
387
|
+
.aplus-search-form-sorter-sorter-wrapper {
|
|
388
|
+
display: flex;
|
|
389
|
+
flex-direction: row;
|
|
390
|
+
flex-wrap: wrap;
|
|
391
|
+
margin-left: -4px;
|
|
392
|
+
margin-right: -4px;
|
|
393
|
+
row-gap: 8px;
|
|
394
|
+
}
|
|
395
|
+
.aplus-search-form-sorter-sorter-item {
|
|
396
|
+
flex: 0 0 33.333333%;
|
|
397
|
+
max-width: 33.333333%;
|
|
398
|
+
padding-inline: 4px;
|
|
399
|
+
}
|
|
400
|
+
.aplus-search-form-sorter-sorter-item > div {
|
|
401
|
+
border: 1px solid #E9EDF3;
|
|
402
|
+
border-radius: 4px;
|
|
403
|
+
padding: 8px;
|
|
404
|
+
display: flex;
|
|
405
|
+
align-items: center;
|
|
406
|
+
}
|
|
407
|
+
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
408
|
+
border-color: var(--basic-color-primary, #0070ff);
|
|
409
|
+
cursor: pointer;
|
|
410
|
+
}
|
|
411
|
+
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
412
|
+
color: var(--basic-color-primary, #0070ff) !important;
|
|
413
|
+
}
|
|
414
|
+
.aplus-search-form-sorter-sorter-item--hidden {
|
|
415
|
+
display: none;
|
|
416
|
+
}
|
|
417
|
+
.aplus-search-form-sorter-sorter-item-text {
|
|
418
|
+
box-sizing: border-box;
|
|
419
|
+
margin: 0;
|
|
420
|
+
padding: 0;
|
|
421
|
+
color: rgba(0 0 0 / 85%);
|
|
422
|
+
font-size: 12px;
|
|
423
|
+
font-family: inherit;
|
|
424
|
+
line-height: 1.5;
|
|
425
|
+
list-style: none;
|
|
426
|
+
padding-left: 4px;
|
|
427
|
+
max-width: 100%;
|
|
428
|
+
white-space: nowrap;
|
|
429
|
+
overflow: hidden;
|
|
430
|
+
text-overflow: ellipsis;
|
|
431
|
+
}
|
|
308
432
|
.aplus-ap-form-search-form .ant-form-item {
|
|
309
|
-
margin-bottom:
|
|
433
|
+
margin-bottom: 8px;
|
|
310
434
|
}
|
|
311
435
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
312
436
|
display: flex;
|
|
@@ -314,6 +438,55 @@
|
|
|
314
438
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
315
439
|
width: 100%;
|
|
316
440
|
}
|
|
441
|
+
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
442
|
+
margin-bottom: 8px;
|
|
443
|
+
}
|
|
444
|
+
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
445
|
+
display: none;
|
|
446
|
+
}
|
|
447
|
+
.aplus-ap-form-search-form__popover .ant-popover-inner {
|
|
448
|
+
padding: 0;
|
|
449
|
+
}
|
|
450
|
+
.aplus-ap-form-search-form__popover-content {
|
|
451
|
+
padding: 12px 16px 16px;
|
|
452
|
+
}
|
|
453
|
+
.aplus-ap-form-search-form__popover-content textarea {
|
|
454
|
+
padding: 0;
|
|
455
|
+
}
|
|
456
|
+
.aplus-ap-form-search-form__popover-footer {
|
|
457
|
+
padding: 12px 16px;
|
|
458
|
+
}
|
|
459
|
+
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
460
|
+
margin-left: 10px;
|
|
461
|
+
}
|
|
462
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
463
|
+
flex-shrink: 0;
|
|
464
|
+
}
|
|
465
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
|
|
466
|
+
border-top-right-radius: 0px;
|
|
467
|
+
border-bottom-right-radius: 0px;
|
|
468
|
+
}
|
|
469
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
|
|
470
|
+
z-index: 1;
|
|
471
|
+
}
|
|
472
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
|
|
473
|
+
border-top-left-radius: 0px;
|
|
474
|
+
border-bottom-left-radius: 0px;
|
|
475
|
+
margin-left: -1px;
|
|
476
|
+
}
|
|
477
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
|
|
478
|
+
z-index: 1;
|
|
479
|
+
}
|
|
480
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
|
|
481
|
+
line-height: 0px;
|
|
482
|
+
vertical-align: -0.125em;
|
|
483
|
+
}
|
|
484
|
+
.aplus-ap-form-search-form-action-btn {
|
|
485
|
+
padding-inline: 12px;
|
|
486
|
+
}
|
|
487
|
+
.aplus-ap-form-search-form-action-btn-reset {
|
|
488
|
+
background-color: #E9EDF3;
|
|
489
|
+
}
|
|
317
490
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
318
491
|
z-index: 1;
|
|
319
492
|
}
|
|
@@ -371,7 +544,7 @@
|
|
|
371
544
|
}
|
|
372
545
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
373
546
|
display: flex;
|
|
374
|
-
margin-block-end:
|
|
547
|
+
margin-block-end: 12px;
|
|
375
548
|
}
|
|
376
549
|
.aplus-field-number-label-left {
|
|
377
550
|
padding-right: 4px;
|
|
@@ -381,7 +554,7 @@
|
|
|
381
554
|
}
|
|
382
555
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
383
556
|
display: flex;
|
|
384
|
-
margin-block-end:
|
|
557
|
+
margin-block-end: 12px;
|
|
385
558
|
}
|
|
386
559
|
.aplus-field-text-area {
|
|
387
560
|
white-space: pre-wrap;
|
|
@@ -389,9 +562,15 @@
|
|
|
389
562
|
word-break: break-all;
|
|
390
563
|
}
|
|
391
564
|
.aplus-action-item {
|
|
565
|
+
box-sizing: border-box;
|
|
566
|
+
margin: 0;
|
|
567
|
+
padding: 0;
|
|
568
|
+
color: rgba(0 0 0 / 85%);
|
|
569
|
+
font-size: 12px;
|
|
570
|
+
font-family: inherit;
|
|
571
|
+
line-height: 1.5;
|
|
572
|
+
list-style: none;
|
|
392
573
|
display: inline-block;
|
|
393
|
-
font-size: 14px;
|
|
394
|
-
line-height: 22px;
|
|
395
574
|
cursor: pointer;
|
|
396
575
|
}
|
|
397
576
|
.aplus-action-item--primary {
|
|
@@ -431,8 +610,8 @@
|
|
|
431
610
|
}
|
|
432
611
|
.aplus-action-item-dropdown__icon {
|
|
433
612
|
color: #0070ff;
|
|
434
|
-
margin-left:
|
|
435
|
-
font-size:
|
|
613
|
+
margin-left: 2px;
|
|
614
|
+
font-size: 12px;
|
|
436
615
|
display: inline-flex;
|
|
437
616
|
}
|
|
438
617
|
.aplus-scroll-bar {
|
|
@@ -482,7 +661,7 @@
|
|
|
482
661
|
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
483
662
|
}
|
|
484
663
|
.aplus-ap-table-wrapper {
|
|
485
|
-
padding:
|
|
664
|
+
padding: 8px;
|
|
486
665
|
background-color: #fff;
|
|
487
666
|
}
|
|
488
667
|
.aplus-ap-table-adaptive {
|
|
@@ -512,10 +691,12 @@
|
|
|
512
691
|
height: 100%;
|
|
513
692
|
}
|
|
514
693
|
.aplus-ap-table__search-wrapper {
|
|
515
|
-
padding:
|
|
694
|
+
padding: 8px;
|
|
695
|
+
padding-bottom: 2px;
|
|
516
696
|
padding-bottom: 0;
|
|
517
697
|
background-color: #fff;
|
|
518
698
|
margin-bottom: 10px;
|
|
699
|
+
border-radius: 4px;
|
|
519
700
|
}
|
|
520
701
|
.aplus-ap-table__table-wrapper {
|
|
521
702
|
flex: 1;
|
|
@@ -524,7 +705,9 @@
|
|
|
524
705
|
flex-direction: column;
|
|
525
706
|
}
|
|
526
707
|
.aplus-ap-table__table-wrapper-card {
|
|
527
|
-
padding:
|
|
708
|
+
padding: 8px;
|
|
709
|
+
padding-bottom: 12px;
|
|
710
|
+
border-radius: 4px;
|
|
528
711
|
background-color: #fff;
|
|
529
712
|
overflow: hidden;
|
|
530
713
|
}
|
|
@@ -541,16 +724,16 @@
|
|
|
541
724
|
background-color: #D8DDE5 !important;
|
|
542
725
|
}
|
|
543
726
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
544
|
-
padding: 12px
|
|
727
|
+
padding: 12px;
|
|
545
728
|
}
|
|
546
729
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
547
|
-
padding: 12px
|
|
730
|
+
padding: 12px;
|
|
548
731
|
}
|
|
549
732
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
550
|
-
padding:
|
|
733
|
+
padding: 8px;
|
|
551
734
|
}
|
|
552
735
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
553
|
-
padding:
|
|
736
|
+
padding: 8px;
|
|
554
737
|
}
|
|
555
738
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
556
739
|
border-inline-end-width: 0px !important;
|
|
@@ -586,7 +769,7 @@
|
|
|
586
769
|
color: var(--ap-table-pagination-total-color, #526A90);
|
|
587
770
|
}
|
|
588
771
|
.aplus-ap-table-header {
|
|
589
|
-
padding-bottom:
|
|
772
|
+
padding-bottom: 8px;
|
|
590
773
|
display: flex;
|
|
591
774
|
justify-content: space-between;
|
|
592
775
|
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-tag-group {
|
|
2
30
|
text-wrap: nowrap;
|
|
3
31
|
display: flex;
|
package/theme/ap-tag/ap-tag.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-tag-wrapper {
|
|
2
30
|
text-wrap: nowrap;
|
|
3
31
|
white-space: nowrap;
|
|
@@ -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-title {
|
|
2
30
|
position: relative;
|
|
3
31
|
width: 100%;
|
|
@@ -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-upload-multiple-file .multiple-file-context {
|
|
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-upload-multiple-file .multiple-file-context {
|
|
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-upload-picture .picture-context {
|
|
2
30
|
display: grid;
|
|
3
31
|
grid-gap: 16px;
|
|
@@ -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-upload-single-file {
|
|
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-upload {
|
|
2
30
|
position: relative;
|
|
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-upload-single {
|
|
2
30
|
-webkit-user-select: none;
|
|
3
31
|
-moz-user-select: none;
|