@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
package/theme/index.css
CHANGED
|
@@ -1,7 +1,41 @@
|
|
|
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-action-item {
|
|
30
|
+
box-sizing: border-box;
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
color: rgba(0 0 0 / 85%);
|
|
34
|
+
font-size: 12px;
|
|
35
|
+
font-family: inherit;
|
|
36
|
+
line-height: 1.5;
|
|
37
|
+
list-style: none;
|
|
2
38
|
display: inline-block;
|
|
3
|
-
font-size: 14px;
|
|
4
|
-
line-height: 22px;
|
|
5
39
|
cursor: pointer;
|
|
6
40
|
}
|
|
7
41
|
.aplus-action-item--primary {
|
|
@@ -41,8 +75,8 @@
|
|
|
41
75
|
}
|
|
42
76
|
.aplus-action-item-dropdown__icon {
|
|
43
77
|
color: #0070ff;
|
|
44
|
-
margin-left:
|
|
45
|
-
font-size:
|
|
78
|
+
margin-left: 2px;
|
|
79
|
+
font-size: 12px;
|
|
46
80
|
display: inline-flex;
|
|
47
81
|
}
|
|
48
82
|
.aplus-ap-attachment {
|
|
@@ -347,7 +381,7 @@
|
|
|
347
381
|
}
|
|
348
382
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
349
383
|
display: flex;
|
|
350
|
-
margin-block-end:
|
|
384
|
+
margin-block-end: 12px;
|
|
351
385
|
}
|
|
352
386
|
.aplus-field-number-label-left {
|
|
353
387
|
padding-right: 4px;
|
|
@@ -357,7 +391,7 @@
|
|
|
357
391
|
}
|
|
358
392
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
359
393
|
display: flex;
|
|
360
|
-
margin-block-end:
|
|
394
|
+
margin-block-end: 12px;
|
|
361
395
|
}
|
|
362
396
|
.aplus-field-text-area {
|
|
363
397
|
white-space: pre-wrap;
|
|
@@ -377,7 +411,7 @@
|
|
|
377
411
|
box-sizing: border-box;
|
|
378
412
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
379
413
|
border-radius: 4px;
|
|
380
|
-
padding-inline:
|
|
414
|
+
padding-inline: 8px;
|
|
381
415
|
}
|
|
382
416
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
383
417
|
padding: 0;
|
|
@@ -407,8 +441,11 @@
|
|
|
407
441
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
408
442
|
padding-right: 0px;
|
|
409
443
|
}
|
|
444
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
445
|
+
padding-right: 4px;
|
|
446
|
+
}
|
|
410
447
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
411
|
-
padding-right:
|
|
448
|
+
padding-right: 12px;
|
|
412
449
|
height: 30px;
|
|
413
450
|
}
|
|
414
451
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -432,9 +469,8 @@
|
|
|
432
469
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
433
470
|
}
|
|
434
471
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
435
|
-
font-size:
|
|
436
|
-
line-height:
|
|
437
|
-
margin-top: 2px;
|
|
472
|
+
font-size: 10px;
|
|
473
|
+
line-height: 1.6;
|
|
438
474
|
}
|
|
439
475
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
440
476
|
line-height: 22px;
|
|
@@ -485,8 +521,100 @@
|
|
|
485
521
|
.aplus-ap-form-modal-form .ant-modal-close {
|
|
486
522
|
top: 16px;
|
|
487
523
|
}
|
|
524
|
+
.aplus-search-form-sorter-content {
|
|
525
|
+
width: 560px;
|
|
526
|
+
}
|
|
527
|
+
.aplus-search-form-sorter-header {
|
|
528
|
+
padding: 16px 16px 0px;
|
|
529
|
+
}
|
|
530
|
+
.aplus-search-form-sorter-header-title {
|
|
531
|
+
box-sizing: border-box;
|
|
532
|
+
margin: 0;
|
|
533
|
+
padding: 0;
|
|
534
|
+
color: rgba(0 0 0 / 85%);
|
|
535
|
+
font-size: 12px;
|
|
536
|
+
font-family: inherit;
|
|
537
|
+
line-height: 1.5;
|
|
538
|
+
list-style: none;
|
|
539
|
+
font-size: 14px;
|
|
540
|
+
font-weight: 700;
|
|
541
|
+
display: inline-block;
|
|
542
|
+
padding-bottom: 4px;
|
|
543
|
+
}
|
|
544
|
+
.aplus-search-form-sorter-header-desc {
|
|
545
|
+
box-sizing: border-box;
|
|
546
|
+
margin: 0;
|
|
547
|
+
padding: 0;
|
|
548
|
+
color: rgba(0 0 0 / 85%);
|
|
549
|
+
font-size: 12px;
|
|
550
|
+
font-family: inherit;
|
|
551
|
+
line-height: 1.5;
|
|
552
|
+
list-style: none;
|
|
553
|
+
color: #8896b0;
|
|
554
|
+
}
|
|
555
|
+
.aplus-search-form-sorter-header-action-wrapper {
|
|
556
|
+
padding: 8px;
|
|
557
|
+
margin: -8px;
|
|
558
|
+
cursor: pointer;
|
|
559
|
+
}
|
|
560
|
+
.aplus-search-form-sorter-header-reset-btn {
|
|
561
|
+
box-sizing: border-box;
|
|
562
|
+
margin: 0;
|
|
563
|
+
padding: 0;
|
|
564
|
+
color: rgba(0 0 0 / 85%);
|
|
565
|
+
font-size: 12px;
|
|
566
|
+
font-family: inherit;
|
|
567
|
+
line-height: 1.5;
|
|
568
|
+
list-style: none;
|
|
569
|
+
color: #0070ff;
|
|
570
|
+
}
|
|
571
|
+
.aplus-search-form-sorter-sorter-wrapper {
|
|
572
|
+
display: flex;
|
|
573
|
+
flex-direction: row;
|
|
574
|
+
flex-wrap: wrap;
|
|
575
|
+
margin-left: -4px;
|
|
576
|
+
margin-right: -4px;
|
|
577
|
+
row-gap: 8px;
|
|
578
|
+
}
|
|
579
|
+
.aplus-search-form-sorter-sorter-item {
|
|
580
|
+
flex: 0 0 33.333333%;
|
|
581
|
+
max-width: 33.333333%;
|
|
582
|
+
padding-inline: 4px;
|
|
583
|
+
}
|
|
584
|
+
.aplus-search-form-sorter-sorter-item > div {
|
|
585
|
+
border: 1px solid #E9EDF3;
|
|
586
|
+
border-radius: 4px;
|
|
587
|
+
padding: 8px;
|
|
588
|
+
display: flex;
|
|
589
|
+
align-items: center;
|
|
590
|
+
}
|
|
591
|
+
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
592
|
+
border-color: var(--basic-color-primary, #0070ff);
|
|
593
|
+
cursor: pointer;
|
|
594
|
+
}
|
|
595
|
+
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
596
|
+
color: var(--basic-color-primary, #0070ff) !important;
|
|
597
|
+
}
|
|
598
|
+
.aplus-search-form-sorter-sorter-item--hidden {
|
|
599
|
+
display: none;
|
|
600
|
+
}
|
|
601
|
+
.aplus-search-form-sorter-sorter-item-text {
|
|
602
|
+
box-sizing: border-box;
|
|
603
|
+
margin: 0;
|
|
604
|
+
padding: 0;
|
|
605
|
+
color: rgba(0 0 0 / 85%);
|
|
606
|
+
font-size: 12px;
|
|
607
|
+
font-family: inherit;
|
|
608
|
+
line-height: 1.5;
|
|
609
|
+
list-style: none;
|
|
610
|
+
padding-left: 4px;
|
|
611
|
+
max-width: 100%;
|
|
612
|
+
white-space: nowrap;
|
|
613
|
+
overflow: hidden;
|
|
614
|
+
text-overflow: ellipsis;
|
|
615
|
+
}
|
|
488
616
|
.aplus-ap-form-search-form .ant-form-item {
|
|
489
|
-
margin-bottom:
|
|
617
|
+
margin-bottom: 8px;
|
|
490
618
|
}
|
|
491
619
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
492
620
|
display: flex;
|
|
@@ -494,6 +622,55 @@
|
|
|
494
622
|
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
495
623
|
width: 100%;
|
|
496
624
|
}
|
|
625
|
+
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
626
|
+
margin-bottom: 8px;
|
|
627
|
+
}
|
|
628
|
+
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
629
|
+
display: none;
|
|
630
|
+
}
|
|
631
|
+
.aplus-ap-form-search-form__popover .ant-popover-inner {
|
|
632
|
+
padding: 0;
|
|
633
|
+
}
|
|
634
|
+
.aplus-ap-form-search-form__popover-content {
|
|
635
|
+
padding: 12px 16px 16px;
|
|
636
|
+
}
|
|
637
|
+
.aplus-ap-form-search-form__popover-content textarea {
|
|
638
|
+
padding: 0;
|
|
639
|
+
}
|
|
640
|
+
.aplus-ap-form-search-form__popover-footer {
|
|
641
|
+
padding: 12px 16px;
|
|
642
|
+
}
|
|
643
|
+
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
644
|
+
margin-left: 10px;
|
|
645
|
+
}
|
|
646
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
647
|
+
flex-shrink: 0;
|
|
648
|
+
}
|
|
649
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
|
|
650
|
+
border-top-right-radius: 0px;
|
|
651
|
+
border-bottom-right-radius: 0px;
|
|
652
|
+
}
|
|
653
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
|
|
654
|
+
z-index: 1;
|
|
655
|
+
}
|
|
656
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
|
|
657
|
+
border-top-left-radius: 0px;
|
|
658
|
+
border-bottom-left-radius: 0px;
|
|
659
|
+
margin-left: -1px;
|
|
660
|
+
}
|
|
661
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
|
|
662
|
+
z-index: 1;
|
|
663
|
+
}
|
|
664
|
+
.aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
|
|
665
|
+
line-height: 0px;
|
|
666
|
+
vertical-align: -0.125em;
|
|
667
|
+
}
|
|
668
|
+
.aplus-ap-form-search-form-action-btn {
|
|
669
|
+
padding-inline: 12px;
|
|
670
|
+
}
|
|
671
|
+
.aplus-ap-form-search-form-action-btn-reset {
|
|
672
|
+
background-color: #E9EDF3;
|
|
673
|
+
}
|
|
497
674
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
498
675
|
z-index: 1;
|
|
499
676
|
}
|
|
@@ -874,7 +1051,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
874
1051
|
pointer-events: none;
|
|
875
1052
|
}
|
|
876
1053
|
.aplus-ap-list__footer {
|
|
877
|
-
margin-top:
|
|
1054
|
+
margin-top: 8px;
|
|
878
1055
|
display: flex;
|
|
879
1056
|
justify-content: flex-end;
|
|
880
1057
|
}
|
|
@@ -1075,18 +1252,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1075
1252
|
border-radius: 9px;
|
|
1076
1253
|
background-color: #979797;
|
|
1077
1254
|
}
|
|
1078
|
-
.aplus-ap-table-pagination {
|
|
1079
|
-
margin-top: 16px;
|
|
1080
|
-
}
|
|
1081
|
-
.aplus-ap-table-pagination__total {
|
|
1082
|
-
font-size: 14px;
|
|
1083
|
-
line-height: 22px;
|
|
1084
|
-
color: #333333;
|
|
1085
|
-
padding-block: 6px;
|
|
1086
|
-
}
|
|
1087
|
-
.aplus-ap-table-pagination__total-right {
|
|
1088
|
-
padding-inline-start: 10px;
|
|
1089
|
-
}
|
|
1090
1255
|
.aplus-ap-column-setting-wrapper {
|
|
1091
1256
|
display: flex;
|
|
1092
1257
|
flex-direction: row;
|
|
@@ -1094,6 +1259,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1094
1259
|
height: 100%;
|
|
1095
1260
|
}
|
|
1096
1261
|
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
1262
|
+
box-sizing: border-box;
|
|
1263
|
+
margin: 0;
|
|
1264
|
+
padding: 0;
|
|
1265
|
+
color: rgba(0 0 0 / 85%);
|
|
1266
|
+
font-size: 12px;
|
|
1267
|
+
font-family: inherit;
|
|
1268
|
+
line-height: 1.5;
|
|
1269
|
+
list-style: none;
|
|
1097
1270
|
display: inline-block;
|
|
1098
1271
|
-webkit-line-clamp: unset;
|
|
1099
1272
|
-webkit-box-orient: unset;
|
|
@@ -1214,8 +1387,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1214
1387
|
padding: 16px 20px;
|
|
1215
1388
|
}
|
|
1216
1389
|
.aplus-column-setting-sorter-header-title {
|
|
1217
|
-
|
|
1218
|
-
|
|
1390
|
+
box-sizing: border-box;
|
|
1391
|
+
margin: 0;
|
|
1392
|
+
padding: 0;
|
|
1393
|
+
color: rgba(0 0 0 / 85%);
|
|
1394
|
+
font-size: 12px;
|
|
1395
|
+
font-family: inherit;
|
|
1396
|
+
line-height: 1.5;
|
|
1397
|
+
list-style: none;
|
|
1219
1398
|
font-weight: bold;
|
|
1220
1399
|
color: #182948;
|
|
1221
1400
|
}
|
|
@@ -1250,7 +1429,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1250
1429
|
color: var(--ap-action-color-primary-base, #0070ff);
|
|
1251
1430
|
}
|
|
1252
1431
|
.aplus-ap-table-wrapper {
|
|
1253
|
-
padding:
|
|
1432
|
+
padding: 8px;
|
|
1254
1433
|
background-color: #fff;
|
|
1255
1434
|
}
|
|
1256
1435
|
.aplus-ap-table-adaptive {
|
|
@@ -1280,10 +1459,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1280
1459
|
height: 100%;
|
|
1281
1460
|
}
|
|
1282
1461
|
.aplus-ap-table__search-wrapper {
|
|
1283
|
-
padding:
|
|
1462
|
+
padding: 8px;
|
|
1463
|
+
padding-bottom: 2px;
|
|
1284
1464
|
padding-bottom: 0;
|
|
1285
1465
|
background-color: #fff;
|
|
1286
1466
|
margin-bottom: 10px;
|
|
1467
|
+
border-radius: 4px;
|
|
1287
1468
|
}
|
|
1288
1469
|
.aplus-ap-table__table-wrapper {
|
|
1289
1470
|
flex: 1;
|
|
@@ -1292,7 +1473,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1292
1473
|
flex-direction: column;
|
|
1293
1474
|
}
|
|
1294
1475
|
.aplus-ap-table__table-wrapper-card {
|
|
1295
|
-
padding:
|
|
1476
|
+
padding: 8px;
|
|
1477
|
+
padding-bottom: 12px;
|
|
1478
|
+
border-radius: 4px;
|
|
1296
1479
|
background-color: #fff;
|
|
1297
1480
|
overflow: hidden;
|
|
1298
1481
|
}
|
|
@@ -1309,16 +1492,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1309
1492
|
background-color: #D8DDE5 !important;
|
|
1310
1493
|
}
|
|
1311
1494
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1312
|
-
padding: 12px
|
|
1495
|
+
padding: 12px;
|
|
1313
1496
|
}
|
|
1314
1497
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1315
|
-
padding: 12px
|
|
1498
|
+
padding: 12px;
|
|
1316
1499
|
}
|
|
1317
1500
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1318
|
-
padding:
|
|
1501
|
+
padding: 8px;
|
|
1319
1502
|
}
|
|
1320
1503
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1321
|
-
padding:
|
|
1504
|
+
padding: 8px;
|
|
1322
1505
|
}
|
|
1323
1506
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
1324
1507
|
border-inline-end-width: 0px !important;
|
|
@@ -1354,7 +1537,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1354
1537
|
color: var(--ap-table-pagination-total-color, #526A90);
|
|
1355
1538
|
}
|
|
1356
1539
|
.aplus-ap-table-header {
|
|
1357
|
-
padding-bottom:
|
|
1540
|
+
padding-bottom: 8px;
|
|
1358
1541
|
display: flex;
|
|
1359
1542
|
justify-content: space-between;
|
|
1360
1543
|
align-items: center;
|
|
@@ -1787,6 +1970,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1787
1970
|
min-width: 0;
|
|
1788
1971
|
}
|
|
1789
1972
|
.aplus-check-card {
|
|
1973
|
+
box-sizing: border-box;
|
|
1974
|
+
margin: 0;
|
|
1975
|
+
padding: 0;
|
|
1976
|
+
color: rgba(0 0 0 / 85%);
|
|
1977
|
+
font-size: 12px;
|
|
1978
|
+
font-family: inherit;
|
|
1979
|
+
line-height: 1.5;
|
|
1980
|
+
list-style: none;
|
|
1790
1981
|
border-radius: 4px;
|
|
1791
1982
|
position: relative;
|
|
1792
1983
|
}
|
|
@@ -1809,8 +2000,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1809
2000
|
opacity: 0;
|
|
1810
2001
|
inset-block-start: -2px;
|
|
1811
2002
|
inset-inline-end: -2px;
|
|
1812
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
1813
|
-
border-block-end: var(--check-card-indicator-size,
|
|
2003
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2004
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
1814
2005
|
border-radius: 4px;
|
|
1815
2006
|
}
|
|
1816
2007
|
.aplus-check-card--checked {
|
|
@@ -1821,9 +2012,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1821
2012
|
}
|
|
1822
2013
|
.aplus-check-card--checked::after {
|
|
1823
2014
|
opacity: 1;
|
|
1824
|
-
border: var(--check-card-indicator-size,
|
|
1825
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
1826
|
-
border-block-end: var(--check-card-indicator-size,
|
|
2015
|
+
border: var(--check-card-indicator-size, 14px) solid var(--check-card-checked-bg, #0070ff);
|
|
2016
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2017
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
1827
2018
|
inset-block-start: -2px;
|
|
1828
2019
|
inset-inline-end: -2px;
|
|
1829
2020
|
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -1832,29 +2023,41 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1832
2023
|
outline-color: #E9EDF3;
|
|
1833
2024
|
}
|
|
1834
2025
|
.aplus-check-card--checked.aplus-check-card--disabled::after {
|
|
1835
|
-
border: var(--check-card-indicator-size,
|
|
1836
|
-
border-inline-start: var(--check-card-indicator-size,
|
|
1837
|
-
border-block-end: var(--check-card-indicator-size,
|
|
2026
|
+
border: var(--check-card-indicator-size, 14px) solid #E9EDF3;
|
|
2027
|
+
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2028
|
+
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
1838
2029
|
}
|
|
1839
2030
|
.aplus-check-card--middle {
|
|
1840
|
-
padding:
|
|
2031
|
+
padding: 12px;
|
|
1841
2032
|
}
|
|
1842
2033
|
.aplus-check-card--small {
|
|
1843
|
-
padding: 12px
|
|
2034
|
+
padding: 6px 12px;
|
|
1844
2035
|
}
|
|
1845
2036
|
.aplus-check-card__title {
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
2037
|
+
box-sizing: border-box;
|
|
2038
|
+
margin: 0;
|
|
2039
|
+
padding: 0;
|
|
2040
|
+
color: rgba(0 0 0 / 85%);
|
|
2041
|
+
font-size: 12px;
|
|
2042
|
+
font-family: inherit;
|
|
2043
|
+
line-height: 1.5;
|
|
2044
|
+
list-style: none;
|
|
2045
|
+
margin-bottom: 4px;
|
|
1849
2046
|
color: #333;
|
|
1850
|
-
font-weight:
|
|
2047
|
+
font-weight: bold;
|
|
1851
2048
|
}
|
|
1852
2049
|
.aplus-check-card__title--disabled {
|
|
1853
2050
|
color: #ABB7CC;
|
|
1854
2051
|
}
|
|
1855
2052
|
.aplus-check-card__content {
|
|
1856
|
-
|
|
1857
|
-
|
|
2053
|
+
box-sizing: border-box;
|
|
2054
|
+
margin: 0;
|
|
2055
|
+
padding: 0;
|
|
2056
|
+
color: rgba(0 0 0 / 85%);
|
|
2057
|
+
font-size: 12px;
|
|
2058
|
+
font-family: inherit;
|
|
2059
|
+
line-height: 1.5;
|
|
2060
|
+
list-style: none;
|
|
1858
2061
|
color: #333;
|
|
1859
2062
|
}
|
|
1860
2063
|
.aplus-check-card__content--disabled {
|
|
@@ -1871,11 +2074,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1871
2074
|
user-select: none;
|
|
1872
2075
|
}
|
|
1873
2076
|
.aplus-check-card__checked-icon > img {
|
|
1874
|
-
width: calc(var(--check-card-indicator-size,
|
|
2077
|
+
width: calc(var(--check-card-indicator-size, 14px) - 2px);
|
|
1875
2078
|
vertical-align: top;
|
|
1876
2079
|
}
|
|
1877
2080
|
.aplus-editable-table .ant-form-item {
|
|
1878
|
-
margin-bottom:
|
|
2081
|
+
margin-bottom: 16px;
|
|
1879
2082
|
}
|
|
1880
2083
|
.aplus-editable-table__header-cell--required {
|
|
1881
2084
|
color: #FF4D4F;
|
|
@@ -1894,22 +2097,24 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1894
2097
|
display: none;
|
|
1895
2098
|
}
|
|
1896
2099
|
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
1897
|
-
padding:
|
|
2100
|
+
padding-top: 16px;
|
|
2101
|
+
padding-bottom: 0px;
|
|
1898
2102
|
}
|
|
1899
2103
|
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
1900
|
-
padding: 12px
|
|
2104
|
+
padding: 12px;
|
|
1901
2105
|
}
|
|
1902
2106
|
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
1903
|
-
padding: 12px
|
|
2107
|
+
padding: 12px;
|
|
1904
2108
|
}
|
|
1905
2109
|
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
1906
|
-
padding:
|
|
2110
|
+
padding-top: 16px;
|
|
2111
|
+
padding-bottom: 0px;
|
|
1907
2112
|
}
|
|
1908
2113
|
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
1909
|
-
padding:
|
|
2114
|
+
padding: 8px;
|
|
1910
2115
|
}
|
|
1911
2116
|
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
1912
|
-
padding:
|
|
2117
|
+
padding: 8px;
|
|
1913
2118
|
}
|
|
1914
2119
|
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
1915
2120
|
border-inline-end-width: 0px !important;
|
|
@@ -2392,18 +2597,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2392
2597
|
flex: 1;
|
|
2393
2598
|
}
|
|
2394
2599
|
.aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
2395
|
-
margin:
|
|
2600
|
+
margin-block: 12px;
|
|
2396
2601
|
}
|
|
2397
2602
|
.aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
|
|
2398
2603
|
background-color: #fff;
|
|
2399
2604
|
z-index: 10;
|
|
2400
2605
|
position: sticky;
|
|
2401
2606
|
bottom: 0;
|
|
2402
|
-
padding-bottom: 16px;
|
|
2403
2607
|
}
|
|
2404
2608
|
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
|
|
2405
2609
|
margin-top: 0;
|
|
2406
|
-
padding-top:
|
|
2610
|
+
padding-top: 4px;
|
|
2407
2611
|
}
|
|
2408
2612
|
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
|
|
2409
2613
|
opacity: 0;
|
|
@@ -2412,9 +2616,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2412
2616
|
height: 0px !important;
|
|
2413
2617
|
}
|
|
2414
2618
|
.aplus-ap-grid-wrapper {
|
|
2415
|
-
padding:
|
|
2619
|
+
padding: 8px;
|
|
2620
|
+
padding-bottom: 12px;
|
|
2416
2621
|
background-color: #fff;
|
|
2417
2622
|
}
|
|
2623
|
+
.aplus-ap-grid-wrapper:has(ul.ant-pagination) {
|
|
2624
|
+
padding-bottom: 0;
|
|
2625
|
+
}
|
|
2418
2626
|
.aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
|
|
2419
2627
|
padding-bottom: 0;
|
|
2420
2628
|
}
|
|
@@ -2422,9 +2630,10 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2422
2630
|
padding-bottom: 0;
|
|
2423
2631
|
}
|
|
2424
2632
|
.aplus-ap-grid__search-wrapper {
|
|
2425
|
-
padding:
|
|
2426
|
-
padding-bottom:
|
|
2633
|
+
padding: 8px;
|
|
2634
|
+
padding-bottom: 2px;
|
|
2427
2635
|
background-color: #fff;
|
|
2636
|
+
border-radius: 4px;
|
|
2428
2637
|
margin-bottom: 10px;
|
|
2429
2638
|
}
|
|
2430
2639
|
.aplus-ap-grid__table-wrapper {
|
|
@@ -2436,11 +2645,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2436
2645
|
flex-direction: column;
|
|
2437
2646
|
}
|
|
2438
2647
|
.aplus-ap-grid__table-wrapper-card {
|
|
2439
|
-
padding:
|
|
2648
|
+
padding: 8px;
|
|
2649
|
+
padding-bottom: 12px;
|
|
2650
|
+
border-radius: 4px;
|
|
2440
2651
|
background-color: #fff;
|
|
2441
2652
|
}
|
|
2653
|
+
.aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
|
|
2654
|
+
padding-bottom: 0;
|
|
2655
|
+
}
|
|
2442
2656
|
.aplus-ap-grid-pagination {
|
|
2443
|
-
margin-
|
|
2657
|
+
margin-block: 12px;
|
|
2444
2658
|
display: flex;
|
|
2445
2659
|
flex-wrap: wrap;
|
|
2446
2660
|
row-gap: 8px;
|
|
@@ -2496,14 +2710,21 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2496
2710
|
flex: 1;
|
|
2497
2711
|
}
|
|
2498
2712
|
.aplus-editable-grid .ant-form-item {
|
|
2499
|
-
margin-bottom:
|
|
2713
|
+
margin-bottom: 16px;
|
|
2500
2714
|
}
|
|
2501
2715
|
.aplus-editable-grid .vxe-cell:has(.is-editable) {
|
|
2502
|
-
padding-block:
|
|
2716
|
+
padding-block: 16px 0px !important;
|
|
2503
2717
|
}
|
|
2504
2718
|
.aplus-ap-text {
|
|
2719
|
+
box-sizing: border-box;
|
|
2720
|
+
margin: 0;
|
|
2721
|
+
padding: 0;
|
|
2722
|
+
color: rgba(0 0 0 / 85%);
|
|
2723
|
+
font-size: 12px;
|
|
2724
|
+
font-family: inherit;
|
|
2725
|
+
line-height: 1.5;
|
|
2726
|
+
list-style: none;
|
|
2505
2727
|
display: flex;
|
|
2506
|
-
line-height: 22px;
|
|
2507
2728
|
align-items: baseline;
|
|
2508
2729
|
}
|
|
2509
2730
|
.aplus-ap-text--vertical {
|
|
@@ -2633,8 +2854,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2633
2854
|
margin: 0;
|
|
2634
2855
|
padding: 0;
|
|
2635
2856
|
color: rgba(0 0 0 / 85%);
|
|
2636
|
-
font-size:
|
|
2637
|
-
line-height:
|
|
2857
|
+
font-size: 12px;
|
|
2858
|
+
line-height: 1.5;
|
|
2638
2859
|
list-style: none;
|
|
2639
2860
|
font-family: inherit;
|
|
2640
2861
|
display: flex;
|
|
@@ -2704,7 +2925,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2704
2925
|
transform: translate(-50%, -50%);
|
|
2705
2926
|
z-index: 1000;
|
|
2706
2927
|
background: rgba(0, 0, 0, 0.04);
|
|
2707
|
-
font-size:
|
|
2928
|
+
font-size: 10px;
|
|
2708
2929
|
border-radius: 2px;
|
|
2709
2930
|
color: rgba(0 0 0 / 85%);
|
|
2710
2931
|
cursor: pointer;
|
|
@@ -2769,7 +2990,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2769
2990
|
width: 2px;
|
|
2770
2991
|
}
|
|
2771
2992
|
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
|
|
2772
|
-
width:
|
|
2993
|
+
width: 10px;
|
|
2773
2994
|
height: 24px;
|
|
2774
2995
|
}
|
|
2775
2996
|
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-start {
|
|
@@ -2817,7 +3038,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2817
3038
|
height: 2px;
|
|
2818
3039
|
}
|
|
2819
3040
|
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
|
|
2820
|
-
height:
|
|
3041
|
+
height: 10px;
|
|
2821
3042
|
width: 24px;
|
|
2822
3043
|
}
|
|
2823
3044
|
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-start {
|
|
@@ -2843,3 +3064,124 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2843
3064
|
.aplus-splitter-panel:has(.aplus-splitter:only-child) {
|
|
2844
3065
|
overflow: hidden;
|
|
2845
3066
|
}
|
|
3067
|
+
.aplus-ap-view > .ant-btn {
|
|
3068
|
+
padding: 0;
|
|
3069
|
+
}
|
|
3070
|
+
.aplus-ap-view > .ant-dropdown-trigger {
|
|
3071
|
+
color: var(--ap-view-icon-color, #8896b0);
|
|
3072
|
+
}
|
|
3073
|
+
.aplus-ap-view-main-content {
|
|
3074
|
+
padding: 4px 8px;
|
|
3075
|
+
display: flex;
|
|
3076
|
+
align-items: center;
|
|
3077
|
+
justify-content: center;
|
|
3078
|
+
}
|
|
3079
|
+
.aplus-ap-view-main-content-disabled {
|
|
3080
|
+
color: var(--ap-view-message-color, #abb7cc);
|
|
3081
|
+
cursor: not-allowed;
|
|
3082
|
+
}
|
|
3083
|
+
.ant-btn-default:has(.aplus-ap-view-main-content-disabled) {
|
|
3084
|
+
border-color: var(--ap-view-border-color, #DEE4ED) !important;
|
|
3085
|
+
}
|
|
3086
|
+
.aplus-ap-view-icon {
|
|
3087
|
+
width: 100%;
|
|
3088
|
+
height: 100%;
|
|
3089
|
+
font-size: 14px;
|
|
3090
|
+
display: flex;
|
|
3091
|
+
justify-content: center;
|
|
3092
|
+
align-items: center;
|
|
3093
|
+
}
|
|
3094
|
+
.aplus-ap-view-main-content-popover {
|
|
3095
|
+
width: 340px;
|
|
3096
|
+
}
|
|
3097
|
+
.aplus-ap-view-main-content-popover-title-content {
|
|
3098
|
+
display: flex;
|
|
3099
|
+
align-items: center;
|
|
3100
|
+
justify-content: space-between;
|
|
3101
|
+
margin-bottom: 8px;
|
|
3102
|
+
}
|
|
3103
|
+
.aplus-ap-view-main-content-popover-title-content-title {
|
|
3104
|
+
font-size: 14px;
|
|
3105
|
+
font-weight: 500;
|
|
3106
|
+
line-height: 22px;
|
|
3107
|
+
}
|
|
3108
|
+
.aplus-ap-view-main-content-popover-title-content .ant-form-item {
|
|
3109
|
+
margin-bottom: 0;
|
|
3110
|
+
}
|
|
3111
|
+
.aplus-ap-view-main-content-popover-btn {
|
|
3112
|
+
margin-bottom: 0;
|
|
3113
|
+
}
|
|
3114
|
+
.aplus-ap-view-main-content-popover-btn .ant-form-item-control-input-content {
|
|
3115
|
+
display: flex;
|
|
3116
|
+
justify-content: flex-end;
|
|
3117
|
+
}
|
|
3118
|
+
.aplus-ap-view-menu-list-content {
|
|
3119
|
+
width: 250px;
|
|
3120
|
+
display: flex;
|
|
3121
|
+
padding: 6px 8px;
|
|
3122
|
+
align-items: center;
|
|
3123
|
+
height: 32px;
|
|
3124
|
+
}
|
|
3125
|
+
.aplus-ap-view-menu-list-content .menu-list-content-name {
|
|
3126
|
+
overflow: hidden;
|
|
3127
|
+
display: block;
|
|
3128
|
+
text-overflow: ellipsis;
|
|
3129
|
+
white-space: nowrap;
|
|
3130
|
+
font-size: 12px;
|
|
3131
|
+
margin-right: 8px;
|
|
3132
|
+
}
|
|
3133
|
+
.aplus-ap-view-menu-list-content .menu-list-content-default {
|
|
3134
|
+
margin-right: 8px;
|
|
3135
|
+
flex-shrink: 0;
|
|
3136
|
+
}
|
|
3137
|
+
.aplus-ap-view-menu-list-content .menu-list-content-action {
|
|
3138
|
+
cursor: default;
|
|
3139
|
+
display: none;
|
|
3140
|
+
flex-shrink: 0;
|
|
3141
|
+
margin-left: auto;
|
|
3142
|
+
-webkit-user-select: none;
|
|
3143
|
+
-moz-user-select: none;
|
|
3144
|
+
user-select: none;
|
|
3145
|
+
}
|
|
3146
|
+
.aplus-ap-view-menu-list-content .menu-list-content-action-text {
|
|
3147
|
+
cursor: pointer;
|
|
3148
|
+
font-size: 12px;
|
|
3149
|
+
color: var(--basic-color-primary, #0070ff);
|
|
3150
|
+
}
|
|
3151
|
+
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
3152
|
+
cursor: pointer;
|
|
3153
|
+
color: var(--ap-view-icon-color, #8896b0);
|
|
3154
|
+
}
|
|
3155
|
+
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|
|
3156
|
+
display: flex;
|
|
3157
|
+
align-items: center;
|
|
3158
|
+
}
|
|
3159
|
+
.aplus-ap-view-menu-list-content .menu-list-content-edit .ant-form-item {
|
|
3160
|
+
margin-bottom: 0;
|
|
3161
|
+
}
|
|
3162
|
+
.aplus-ap-view-menu-list-content .menu-list-content-edit .ant-space-item:has(.menu-list-content-action-text) {
|
|
3163
|
+
flex-shrink: 0;
|
|
3164
|
+
}
|
|
3165
|
+
.aplus-ap-view-menu-list-content:hover {
|
|
3166
|
+
background: var(--ap-view-bg-color, #F6F9FA);
|
|
3167
|
+
}
|
|
3168
|
+
.aplus-ap-view-menu-list-content:hover .menu-list-content-action {
|
|
3169
|
+
display: block;
|
|
3170
|
+
}
|
|
3171
|
+
.aplus-ap-view-menu-list-content-edit {
|
|
3172
|
+
background: transparent !important;
|
|
3173
|
+
padding: 0 8px;
|
|
3174
|
+
cursor: default;
|
|
3175
|
+
}
|
|
3176
|
+
.aplus-ap-view-menu-list-content-active .menu-list-content-name {
|
|
3177
|
+
color: var(--basic-color-primary, #0070ff);
|
|
3178
|
+
}
|
|
3179
|
+
.aplus-ap-view-overlay .ant-dropdown-menu {
|
|
3180
|
+
padding: 8px;
|
|
3181
|
+
}
|
|
3182
|
+
.aplus-ap-view-overlay .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3183
|
+
padding: 0;
|
|
3184
|
+
}
|
|
3185
|
+
.aplus-ap-view-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover {
|
|
3186
|
+
background: transparent;
|
|
3187
|
+
}
|