@aplus-frontend/ui 7.0.0-beta.0 → 7.0.0-beta.2
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.d.ts +0 -2
- package/es/index.mjs +134 -134
- package/es/src/ag-grid/components/header-cell/index.vue2.mjs +33 -27
- package/es/src/ag-grid/editable/form-item.vue.mjs +57 -56
- package/es/src/ag-grid/editable/index.vue.mjs +55 -54
- package/es/src/ag-grid/index.vue.mjs +144 -142
- package/es/src/ag-grid/style/custom-header.d.ts +5 -0
- package/es/src/ag-grid/style/custom-header.mjs +47 -0
- package/es/src/ag-grid/style/editable.d.ts +5 -0
- package/es/src/ag-grid/style/editable.mjs +17 -0
- package/es/src/ag-grid/style/index.d.ts +5 -0
- package/es/src/ag-grid/style/index.mjs +153 -0
- package/es/src/ap-action/group/index.vue.d.ts +3 -3
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/es/src/ap-action/item-dropdown/index.vue.mjs +28 -26
- package/es/src/ap-action/style/dropdown-item.d.ts +5 -0
- package/es/src/ap-action/style/dropdown-item.mjs +29 -0
- package/es/src/ap-button/ap-button.vue.mjs +38 -36
- package/es/src/ap-button/style/index.d.ts +3 -0
- package/es/src/ap-button/style/index.mjs +19 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +32 -31
- package/es/src/ap-descriptions/style/index.d.ts +3 -0
- package/es/src/ap-descriptions/style/index.mjs +101 -0
- package/es/src/ap-download/ap-download.vue.mjs +18 -17
- package/es/src/ap-download/hooks/useStyle.mjs +13 -10
- package/es/src/ap-download/style/index.d.ts +3 -0
- package/es/src/ap-download/style/index.mjs +63 -0
- package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +13 -12
- package/es/src/ap-drawer/style/index.d.ts +3 -1
- package/es/src/ap-drawer/style/index.mjs +30 -0
- package/es/src/ap-field/checkbox/index.vue.mjs +23 -22
- package/es/src/ap-field/number/index.vue.d.ts +2 -2
- package/es/src/ap-field/number/index.vue.mjs +44 -40
- package/es/src/ap-field/radio/index.vue.mjs +22 -21
- package/es/src/ap-field/slider/index.vue.d.ts +2 -2
- package/es/src/ap-field/style/checkbox.d.ts +2 -0
- package/es/src/ap-field/style/checkbox.mjs +20 -0
- package/es/src/ap-field/style/index.d.ts +3 -0
- package/es/src/ap-field/style/index.mjs +14 -0
- package/es/src/ap-field/style/number.d.ts +2 -0
- package/es/src/ap-field/style/number.mjs +16 -0
- package/es/src/ap-field/style/radio.d.ts +2 -0
- package/es/src/ap-field/style/radio.mjs +19 -0
- package/es/src/ap-field/style/textarea.d.ts +2 -0
- package/es/src/ap-field/style/textarea.mjs +13 -0
- package/es/src/ap-field/text-area/index.vue.mjs +16 -15
- package/es/src/ap-form/drawer-form/index.vue.mjs +80 -77
- package/es/src/ap-form/item/index.vue.mjs +59 -57
- package/es/src/ap-form/item-group/index.vue.mjs +29 -28
- package/es/src/ap-form/items/number/index.vue.d.ts +16 -16
- package/es/src/ap-form/items/select/index.vue.d.ts +4 -4
- package/es/src/ap-form/items/text/group.vue2.mjs +12 -11
- package/es/src/ap-form/items/text/index.vue.d.ts +4 -4
- package/es/src/ap-form/items/text/password.vue.d.ts +4 -4
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +4 -4
- package/es/src/ap-form/modal-form/index.vue.mjs +63 -62
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +26 -25
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +28 -27
- package/es/src/ap-form/search-form/index.vue.mjs +52 -51
- package/es/src/ap-form/style/drawer-form.d.ts +5 -0
- package/es/src/ap-form/style/drawer-form.mjs +31 -0
- package/es/src/ap-form/style/item-group.d.ts +5 -0
- package/es/src/ap-form/style/item-group.mjs +23 -0
- package/es/src/ap-form/style/item-text-group.d.ts +5 -0
- package/es/src/ap-form/style/item-text-group.mjs +69 -0
- package/es/src/ap-form/style/item.d.ts +6 -0
- package/es/src/ap-form/style/item.mjs +135 -0
- package/es/src/ap-form/style/modal-form.d.ts +5 -0
- package/es/src/ap-form/style/modal-form.mjs +32 -0
- package/es/src/ap-form/style/search-form-sorter.d.ts +5 -0
- package/es/src/ap-form/style/search-form-sorter.mjs +81 -0
- package/es/src/ap-form/style/search-form.d.ts +6 -0
- package/es/src/ap-form/style/search-form.mjs +106 -0
- package/es/src/ap-form/style/token.d.ts +3 -0
- package/es/src/ap-grid/editable/form-item.vue.mjs +50 -49
- package/es/src/ap-grid/editable/index.vue.mjs +66 -65
- package/es/src/ap-grid/index.vue.mjs +108 -106
- package/es/src/ap-grid/style/editable.d.ts +5 -0
- package/es/src/ap-grid/style/editable.mjs +32 -0
- package/es/src/ap-grid/style/font.d.ts +2 -0
- package/es/src/ap-grid/style/font.mjs +10 -0
- package/es/src/ap-grid/style/index.d.ts +5 -0
- package/es/src/ap-grid/style/index.mjs +218 -0
- package/es/src/ap-grid/utils/col.mjs +1 -1
- package/es/src/ap-list/index.vue.mjs +58 -57
- package/es/src/ap-list/style/index.d.ts +8 -0
- package/es/src/ap-list/style/index.mjs +67 -0
- package/es/src/ap-pro-card/components/card/index.vue2.mjs +55 -54
- package/es/src/ap-pro-card/components/divider/index.vue2.mjs +12 -11
- package/es/src/ap-pro-card/components/operation/index.vue2.mjs +10 -9
- package/es/src/ap-pro-card/components/statistic/index.vue.d.ts +6 -6
- package/es/src/ap-pro-card/components/statistic/index.vue2.mjs +32 -31
- package/es/src/ap-pro-card/components/statistic-card/index.vue2.mjs +21 -20
- package/es/src/ap-pro-card/components/title/index.vue2.mjs +12 -11
- package/es/src/ap-pro-card/style/divider.d.ts +6 -0
- package/es/src/ap-pro-card/style/divider.mjs +45 -0
- package/es/src/ap-pro-card/style/index.d.ts +6 -0
- package/es/src/ap-pro-card/style/index.mjs +169 -0
- package/es/src/ap-pro-card/style/operation.d.ts +5 -0
- package/es/src/ap-pro-card/style/operation.mjs +18 -0
- package/es/src/ap-pro-card/style/statistic.d.ts +6 -0
- package/es/src/ap-pro-card/style/statistic.mjs +135 -0
- package/es/src/ap-pro-card/style/statistics-card.d.ts +3 -0
- package/es/src/ap-pro-card/style/statistics-card.mjs +45 -0
- package/es/src/ap-pro-card/style/title.d.ts +5 -0
- package/es/src/ap-pro-card/style/title.mjs +50 -0
- package/es/src/ap-pro-card/style/token.d.ts +23 -0
- package/es/src/ap-pro-card/style/token.mjs +21 -0
- package/es/src/ap-table/ap-table.vue2.mjs +84 -83
- package/es/src/ap-table/components/index/index.vue2.mjs +11 -8
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +19 -18
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +67 -65
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +46 -44
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +9 -9
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +11 -11
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
- package/es/src/ap-table/constants.d.ts +18 -18
- package/es/src/ap-table/style/ellipsis.d.ts +5 -0
- package/es/src/ap-table/style/ellipsis.mjs +37 -0
- package/es/src/ap-table/style/index-comp.d.ts +5 -0
- package/es/src/ap-table/style/index-comp.mjs +23 -0
- package/es/src/ap-table/style/index.d.ts +9 -0
- package/es/src/ap-table/style/index.mjs +189 -0
- package/es/src/ap-table/style/setting.d.ts +9 -0
- package/es/src/ap-table/style/setting.mjs +197 -0
- package/es/src/ap-tag/ap-tag-group.vue.mjs +26 -25
- package/es/src/ap-tag/ap-tag.vue.mjs +24 -22
- package/es/src/ap-tag/style/group.d.ts +5 -0
- package/es/src/ap-tag/style/group.mjs +29 -0
- package/es/src/ap-tag/style/index.d.ts +5 -0
- package/es/src/ap-tag/style/index.mjs +73 -0
- package/es/src/ap-upload/apUpload.vue.mjs +34 -33
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +51 -49
- package/es/src/ap-upload/components/Picture.vue2.mjs +62 -60
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +87 -85
- package/es/src/ap-upload/style/index.d.ts +3 -0
- package/es/src/ap-upload/style/index.mjs +12 -0
- package/es/src/ap-upload/style/multiple-file.d.ts +2 -0
- package/es/src/ap-upload/style/multiple-file.mjs +93 -0
- package/es/src/ap-upload/style/picture.d.ts +2 -0
- package/es/src/ap-upload/style/picture.mjs +120 -0
- package/es/src/ap-upload/style/single-file.d.ts +2 -0
- package/es/src/ap-upload/style/single-file.mjs +108 -0
- package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +27 -26
- package/es/src/business/ag-grid-modal/selected-items/default.vue2.mjs +16 -15
- package/es/src/business/ag-grid-modal/style/index.d.ts +3 -0
- package/es/src/business/ag-grid-modal/style/index.mjs +61 -0
- package/es/src/business/ag-grid-modal/style/selected-items.d.ts +3 -0
- package/es/src/business/ag-grid-modal/style/selected-items.mjs +39 -0
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +49 -48
- package/es/src/business/ap-appendix/style/index.d.ts +5 -0
- package/es/src/business/ap-appendix/style/index.mjs +94 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +54 -53
- package/es/src/business/ap-attachment/style/index.d.ts +3 -0
- package/es/src/business/ap-attachment/style/index.mjs +84 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +21 -20
- package/es/src/business/ap-batch-action/style/index.d.ts +5 -0
- package/es/src/business/ap-batch-action/style/index.mjs +51 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +22 -21
- package/es/src/business/ap-card/style/index.d.ts +5 -0
- package/es/src/business/ap-card/style/index.mjs +22 -0
- package/es/src/business/ap-copy/ApCopy.mjs +24 -23
- package/es/src/business/ap-copy/style/index.d.ts +3 -0
- package/es/src/business/ap-copy/style/index.mjs +64 -0
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +55 -54
- package/es/src/business/ap-draggable-grid/style/index.d.ts +3 -0
- package/es/src/business/ap-draggable-grid/style/index.mjs +53 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +24 -23
- package/es/src/business/ap-expand-alert/style/index.d.ts +3 -0
- package/es/src/business/ap-expand-alert/style/index.mjs +56 -0
- package/es/src/business/ap-image/ApImage.vue2.mjs +41 -40
- package/es/src/business/ap-image/style/index.d.ts +5 -0
- package/es/src/business/ap-image/style/index.mjs +19 -0
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +21 -20
- package/es/src/business/ap-input-radio/style/index.d.ts +3 -0
- package/es/src/business/ap-input-radio/style/index.mjs +15 -0
- package/es/src/business/ap-label/ApLabel.mjs +18 -17
- package/es/src/business/ap-label/style/index.d.ts +3 -0
- package/es/src/business/ap-label/style/index.mjs +49 -0
- package/es/src/business/ap-ladder/ApLadder.mjs +19 -18
- package/es/src/business/ap-ladder/style/index.d.ts +3 -0
- package/es/src/business/ap-ladder/style/index.mjs +167 -0
- package/es/src/business/ap-product-info/ApProductInfo.mjs +22 -21
- package/es/src/business/ap-product-info/style/index.d.ts +3 -0
- package/es/src/business/ap-product-info/style/index.mjs +91 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +24 -23
- package/es/src/business/ap-radio-group/style/index.d.ts +6 -0
- package/es/src/business/ap-radio-group/style/index.mjs +35 -0
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +49 -48
- package/es/src/business/ap-select-layout/style/index.d.ts +3 -0
- package/es/src/business/ap-select-layout/style/index.mjs +135 -0
- package/es/src/business/ap-size-input/ApSizeInput.d.ts +3 -3
- package/es/src/business/ap-size-input/ApSizeInput.mjs +21 -20
- package/es/src/business/ap-size-input/index.d.ts +9 -9
- package/es/src/business/ap-size-input/style/index.d.ts +3 -0
- package/es/src/business/ap-size-input/style/index.mjs +12 -0
- package/es/src/business/ap-status/ApStatus.vue2.mjs +19 -18
- package/es/src/business/ap-status/style/index.d.ts +3 -0
- package/es/src/business/ap-status/style/index.mjs +37 -0
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +32 -31
- package/es/src/business/ap-summary/style/index.d.ts +3 -0
- package/es/src/business/ap-summary/style/index.mjs +25 -0
- package/es/src/business/ap-table-modal/style/index.d.ts +5 -0
- package/es/src/business/ap-table-modal/style/index.mjs +55 -0
- package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +2 -2
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +42 -39
- package/es/src/business/ap-title/ApTitle.vue2.mjs +19 -18
- package/es/src/business/ap-title/style/index.d.ts +5 -0
- package/es/src/business/ap-title/style/index.mjs +75 -0
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +31 -30
- package/es/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +5 -0
- package/es/src/business/ap-upload-file/ap-upload-single/style/index.mjs +121 -0
- package/es/src/business/ap-value-select-card/index.vue2.mjs +44 -43
- package/es/src/business/ap-value-select-card/style/index.d.ts +3 -0
- package/es/src/business/ap-value-select-card/style/index.mjs +137 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +80 -79
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +68 -66
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +44 -42
- package/es/src/business/ap-view/style/index.d.ts +5 -0
- package/es/src/business/ap-view/style/index.mjs +145 -0
- package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
- package/es/src/business/batch-input-group/index.vue.mjs +60 -58
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +34 -32
- package/es/src/business/batch-input-group/style/index.d.ts +3 -0
- package/es/src/business/batch-input-group/style/index.mjs +53 -0
- package/es/src/check-card/index.vue2.mjs +28 -27
- package/es/src/check-card/style/index.d.ts +15 -0
- package/es/src/check-card/style/index.mjs +105 -0
- package/es/src/config-provider/config-provider-props.d.ts +2 -1
- package/es/src/config-provider/config-provider.d.ts +4 -3
- package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
- package/es/src/config-provider/hooks/use-global-config.mjs +10 -8
- package/es/src/config-provider/hooks/use-namespace.d.ts +1 -1
- package/es/src/config-provider/hooks/use-namespace.mjs +17 -17
- package/es/src/config-provider/index.d.ts +7 -6
- package/es/src/design-token/constants.d.ts +6 -1
- package/es/src/design-token/constants.mjs +106 -3
- package/es/src/design-token/index.d.ts +1 -0
- package/es/src/design-token/index.mjs +3 -1
- package/es/src/design-token/interface.d.ts +27 -2
- package/es/src/editable-table/form-item.vue.mjs +62 -61
- package/es/src/editable-table/index.vue.mjs +53 -52
- package/es/src/editable-table/style/index.d.ts +8 -0
- package/es/src/editable-table/style/index.mjs +75 -0
- package/es/src/full-screen/index.vue.mjs +20 -18
- package/es/src/full-screen/style/index.d.ts +5 -0
- package/es/src/full-screen/style/index.mjs +17 -0
- package/es/src/index.mjs +198 -196
- package/es/src/mask/index.vue.mjs +47 -46
- package/es/src/mask/style/index.d.ts +16 -0
- package/es/src/mask/style/index.mjs +74 -0
- package/es/src/scroll-bar/internal.vue.mjs +25 -21
- package/es/src/scroll-bar/style/index.d.ts +27 -0
- package/es/src/scroll-bar/style/index.mjs +66 -0
- package/es/src/scroll-view/index.vue.mjs +66 -65
- package/es/src/scroll-view/style/index.d.ts +5 -0
- package/es/src/scroll-view/style/index.mjs +30 -0
- package/es/src/splitter/Splitter.vue2.mjs +58 -57
- package/es/src/splitter/style/index.d.ts +11 -0
- package/es/src/splitter/style/index.mjs +224 -0
- package/es/src/style/index.d.ts +5 -3
- package/es/src/style/index.mjs +39 -5
- package/es/src/style/reset.css +257 -0
- package/es/src/text/group.vue.mjs +18 -17
- package/es/src/text/index.vue.mjs +25 -24
- package/es/src/text/style/group.d.ts +5 -0
- package/es/src/text/style/group.mjs +23 -0
- package/es/src/text/style/index.d.ts +5 -0
- package/es/src/text/style/index.mjs +62 -0
- package/es/src/utils/config-provider-preset.d.ts +2 -2
- package/es/src/utils/cssinjs/index.mjs +32 -37
- package/es/src/utils/cssinjs/instance.d.ts +12 -0
- package/es/src/utils/cssinjs/instance.mjs +12 -0
- package/es/src/utils/cssinjs/plugin-specificity.d.ts +2 -0
- package/es/src/utils/cssinjs/plugin-specificity.mjs +13 -0
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/components/header-cell/index.vue2.js +1 -1
- package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ag-grid/editable/index.vue.js +1 -1
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ag-grid/style/custom-header.d.ts +5 -0
- package/lib/src/ag-grid/style/custom-header.js +1 -0
- package/lib/src/ag-grid/style/editable.d.ts +5 -0
- package/lib/src/ag-grid/style/editable.js +1 -0
- package/lib/src/ag-grid/style/index.d.ts +5 -0
- package/lib/src/ag-grid/style/index.js +1 -0
- package/lib/src/ap-action/group/index.vue.d.ts +3 -3
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/style/dropdown-item.d.ts +5 -0
- package/lib/src/ap-action/style/dropdown-item.js +1 -0
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/style/index.d.ts +3 -0
- package/lib/src/ap-button/style/index.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/style/index.d.ts +3 -0
- package/lib/src/ap-descriptions/style/index.js +1 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/hooks/useStyle.js +1 -1
- package/lib/src/ap-download/style/index.d.ts +3 -0
- package/lib/src/ap-download/style/index.js +1 -0
- package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -1
- package/lib/src/ap-drawer/style/index.d.ts +3 -1
- package/lib/src/ap-drawer/style/index.js +1 -0
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +2 -2
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +2 -2
- package/lib/src/ap-field/style/checkbox.d.ts +2 -0
- package/lib/src/ap-field/style/checkbox.js +1 -0
- package/lib/src/ap-field/style/index.d.ts +3 -0
- package/lib/src/ap-field/style/index.js +1 -0
- package/lib/src/ap-field/style/number.d.ts +2 -0
- package/lib/src/ap-field/style/number.js +1 -0
- package/lib/src/ap-field/style/radio.d.ts +2 -0
- package/lib/src/ap-field/style/radio.js +1 -0
- package/lib/src/ap-field/style/textarea.d.ts +2 -0
- package/lib/src/ap-field/style/textarea.js +1 -0
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/item-group/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +16 -16
- package/lib/src/ap-form/items/select/index.vue.d.ts +4 -4
- package/lib/src/ap-form/items/text/group.vue2.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +4 -4
- package/lib/src/ap-form/items/text/password.vue.d.ts +4 -4
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +4 -4
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/style/drawer-form.d.ts +5 -0
- package/lib/src/ap-form/style/drawer-form.js +1 -0
- package/lib/src/ap-form/style/item-group.d.ts +5 -0
- package/lib/src/ap-form/style/item-group.js +1 -0
- package/lib/src/ap-form/style/item-text-group.d.ts +5 -0
- package/lib/src/ap-form/style/item-text-group.js +1 -0
- package/lib/src/ap-form/style/item.d.ts +6 -0
- package/lib/src/ap-form/style/item.js +1 -0
- package/lib/src/ap-form/style/modal-form.d.ts +5 -0
- package/lib/src/ap-form/style/modal-form.js +1 -0
- package/lib/src/ap-form/style/search-form-sorter.d.ts +5 -0
- package/lib/src/ap-form/style/search-form-sorter.js +1 -0
- package/lib/src/ap-form/style/search-form.d.ts +6 -0
- package/lib/src/ap-form/style/search-form.js +1 -0
- package/lib/src/ap-form/style/token.d.ts +3 -0
- 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/style/editable.d.ts +5 -0
- package/lib/src/ap-grid/style/editable.js +1 -0
- package/lib/src/ap-grid/style/font.d.ts +2 -0
- package/lib/src/ap-grid/style/font.js +7 -0
- package/lib/src/ap-grid/style/index.d.ts +5 -0
- package/lib/src/ap-grid/style/index.js +1 -0
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/style/index.d.ts +8 -0
- package/lib/src/ap-list/style/index.js +1 -0
- package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/divider/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/operation/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/statistic/index.vue.d.ts +6 -6
- package/lib/src/ap-pro-card/components/statistic/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/statistic-card/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/title/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/style/divider.d.ts +6 -0
- package/lib/src/ap-pro-card/style/divider.js +1 -0
- package/lib/src/ap-pro-card/style/index.d.ts +6 -0
- package/lib/src/ap-pro-card/style/index.js +1 -0
- package/lib/src/ap-pro-card/style/operation.d.ts +5 -0
- package/lib/src/ap-pro-card/style/operation.js +1 -0
- package/lib/src/ap-pro-card/style/statistic.d.ts +6 -0
- package/lib/src/ap-pro-card/style/statistic.js +1 -0
- package/lib/src/ap-pro-card/style/statistics-card.d.ts +3 -0
- package/lib/src/ap-pro-card/style/statistics-card.js +1 -0
- package/lib/src/ap-pro-card/style/title.d.ts +5 -0
- package/lib/src/ap-pro-card/style/title.js +1 -0
- package/lib/src/ap-pro-card/style/token.d.ts +23 -0
- package/lib/src/ap-pro-card/style/token.js +1 -0
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/index/index.vue2.js +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +18 -18
- package/lib/src/ap-table/style/ellipsis.d.ts +5 -0
- package/lib/src/ap-table/style/ellipsis.js +1 -0
- package/lib/src/ap-table/style/index-comp.d.ts +5 -0
- package/lib/src/ap-table/style/index-comp.js +1 -0
- package/lib/src/ap-table/style/index.d.ts +9 -0
- package/lib/src/ap-table/style/index.js +1 -0
- package/lib/src/ap-table/style/setting.d.ts +9 -0
- package/lib/src/ap-table/style/setting.js +1 -0
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/style/group.d.ts +5 -0
- package/lib/src/ap-tag/style/group.js +1 -0
- package/lib/src/ap-tag/style/index.d.ts +5 -0
- package/lib/src/ap-tag/style/index.js +1 -0
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/ap-upload/style/index.d.ts +3 -0
- package/lib/src/ap-upload/style/index.js +1 -0
- package/lib/src/ap-upload/style/multiple-file.d.ts +2 -0
- package/lib/src/ap-upload/style/multiple-file.js +1 -0
- package/lib/src/ap-upload/style/picture.d.ts +2 -0
- package/lib/src/ap-upload/style/picture.js +1 -0
- package/lib/src/ap-upload/style/single-file.d.ts +2 -0
- package/lib/src/ap-upload/style/single-file.js +1 -0
- package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -1
- package/lib/src/business/ag-grid-modal/selected-items/default.vue2.js +1 -1
- package/lib/src/business/ag-grid-modal/style/index.d.ts +3 -0
- package/lib/src/business/ag-grid-modal/style/index.js +1 -0
- package/lib/src/business/ag-grid-modal/style/selected-items.d.ts +3 -0
- package/lib/src/business/ag-grid-modal/style/selected-items.js +1 -0
- package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
- package/lib/src/business/ap-appendix/style/index.d.ts +5 -0
- package/lib/src/business/ap-appendix/style/index.js +1 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/style/index.d.ts +3 -0
- package/lib/src/business/ap-attachment/style/index.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/style/index.d.ts +5 -0
- package/lib/src/business/ap-batch-action/style/index.js +1 -0
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-card/style/index.d.ts +5 -0
- package/lib/src/business/ap-card/style/index.js +1 -0
- package/lib/src/business/ap-copy/ApCopy.js +1 -1
- package/lib/src/business/ap-copy/style/index.d.ts +3 -0
- package/lib/src/business/ap-copy/style/index.js +1 -0
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
- package/lib/src/business/ap-draggable-grid/style/index.d.ts +3 -0
- package/lib/src/business/ap-draggable-grid/style/index.js +1 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/style/index.d.ts +3 -0
- package/lib/src/business/ap-expand-alert/style/index.js +1 -0
- package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
- package/lib/src/business/ap-image/style/index.d.ts +5 -0
- package/lib/src/business/ap-image/style/index.js +1 -0
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/style/index.d.ts +3 -0
- package/lib/src/business/ap-input-radio/style/index.js +1 -0
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/style/index.d.ts +3 -0
- package/lib/src/business/ap-label/style/index.js +1 -0
- package/lib/src/business/ap-ladder/ApLadder.js +1 -1
- package/lib/src/business/ap-ladder/style/index.d.ts +3 -0
- package/lib/src/business/ap-ladder/style/index.js +1 -0
- package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
- package/lib/src/business/ap-product-info/style/index.d.ts +3 -0
- package/lib/src/business/ap-product-info/style/index.js +1 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
- package/lib/src/business/ap-radio-group/style/index.d.ts +6 -0
- package/lib/src/business/ap-radio-group/style/index.js +1 -0
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-select-layout/style/index.d.ts +3 -0
- package/lib/src/business/ap-select-layout/style/index.js +1 -0
- package/lib/src/business/ap-size-input/ApSizeInput.d.ts +3 -3
- package/lib/src/business/ap-size-input/ApSizeInput.js +1 -1
- package/lib/src/business/ap-size-input/index.d.ts +9 -9
- package/lib/src/business/ap-size-input/style/index.d.ts +3 -0
- package/lib/src/business/ap-size-input/style/index.js +1 -0
- package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
- package/lib/src/business/ap-status/style/index.d.ts +3 -0
- package/lib/src/business/ap-status/style/index.js +7 -0
- package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
- package/lib/src/business/ap-summary/style/index.d.ts +3 -0
- package/lib/src/business/ap-summary/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.d.ts +5 -0
- package/lib/src/business/ap-table-modal/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/table-layout/index.vue2.js +1 -1
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/ap-title/style/index.d.ts +5 -0
- package/lib/src/business/ap-title/style/index.js +1 -0
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.js +1 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +5 -0
- package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -0
- package/lib/src/business/ap-value-select-card/index.vue2.js +1 -1
- package/lib/src/business/ap-value-select-card/style/index.d.ts +3 -0
- package/lib/src/business/ap-value-select-card/style/index.js +1 -0
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/ap-view/style/index.d.ts +5 -0
- package/lib/src/business/ap-view/style/index.js +1 -0
- package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/popover-input/index.vue2.js +2 -2
- package/lib/src/business/batch-input-group/style/index.d.ts +3 -0
- package/lib/src/business/batch-input-group/style/index.js +1 -0
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/style/index.d.ts +15 -0
- package/lib/src/check-card/style/index.js +1 -0
- package/lib/src/config-provider/config-provider-props.d.ts +2 -1
- package/lib/src/config-provider/config-provider.d.ts +4 -3
- package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
- package/lib/src/config-provider/hooks/use-global-config.js +1 -1
- package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -1
- package/lib/src/config-provider/hooks/use-namespace.js +1 -1
- package/lib/src/config-provider/index.d.ts +7 -6
- package/lib/src/design-token/constants.d.ts +6 -1
- package/lib/src/design-token/constants.js +1 -1
- package/lib/src/design-token/index.d.ts +1 -0
- package/lib/src/design-token/index.js +1 -1
- package/lib/src/design-token/interface.d.ts +27 -2
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/style/index.d.ts +8 -0
- package/lib/src/editable-table/style/index.js +1 -0
- package/lib/src/full-screen/index.vue.js +1 -1
- package/lib/src/full-screen/style/index.d.ts +5 -0
- package/lib/src/full-screen/style/index.js +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/mask/index.vue.js +1 -1
- package/lib/src/mask/style/index.d.ts +16 -0
- package/lib/src/mask/style/index.js +17 -0
- package/lib/src/scroll-bar/internal.vue.js +1 -1
- package/lib/src/scroll-bar/style/index.d.ts +27 -0
- package/lib/src/scroll-bar/style/index.js +1 -0
- package/lib/src/scroll-view/index.vue.js +1 -1
- package/lib/src/scroll-view/style/index.d.ts +5 -0
- package/lib/src/scroll-view/style/index.js +1 -0
- package/lib/src/splitter/Splitter.vue2.js +1 -1
- package/lib/src/splitter/style/index.d.ts +11 -0
- package/lib/src/splitter/style/index.js +1 -0
- package/lib/src/style/index.d.ts +5 -3
- package/lib/src/style/index.js +1 -1
- package/lib/src/style/reset.css +257 -0
- package/lib/src/text/group.vue.js +1 -1
- package/lib/src/text/index.vue.js +1 -1
- package/lib/src/text/style/group.d.ts +5 -0
- package/lib/src/text/style/group.js +1 -0
- package/lib/src/text/style/index.d.ts +5 -0
- package/lib/src/text/style/index.js +1 -0
- package/lib/src/utils/config-provider-preset.d.ts +2 -2
- package/lib/src/utils/cssinjs/index.js +1 -1
- package/lib/src/utils/cssinjs/instance.d.ts +12 -0
- package/lib/src/utils/cssinjs/instance.js +1 -0
- package/lib/src/utils/cssinjs/plugin-specificity.d.ts +2 -0
- package/lib/src/utils/cssinjs/plugin-specificity.js +1 -0
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +4 -5
- package/es/src/ag-grid/editable/style/css.d.ts +0 -0
- package/es/src/ag-grid/editable/style/css.js +0 -1
- package/es/src/ag-grid/editable/style/index.d.ts +0 -0
- package/es/src/ag-grid/editable/style/index.js +0 -1
- package/es/src/ag-grid/style/css.d.ts +0 -0
- package/es/src/ag-grid/style/css.js +0 -1
- package/es/src/ag-grid/style/index.js +0 -1
- package/es/src/ap-action/group/style/css.d.ts +0 -1
- package/es/src/ap-action/group/style/css.js +0 -1
- package/es/src/ap-action/group/style/index.d.ts +0 -1
- package/es/src/ap-action/group/style/index.js +0 -1
- package/es/src/ap-action/item/style/css.d.ts +0 -0
- package/es/src/ap-action/item/style/css.js +0 -2
- package/es/src/ap-action/item/style/index.d.ts +0 -0
- package/es/src/ap-action/item/style/index.js +0 -2
- package/es/src/ap-action/item-dropdown/style/css.d.ts +0 -0
- package/es/src/ap-action/item-dropdown/style/css.js +0 -2
- package/es/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/es/src/ap-action/item-dropdown/style/index.js +0 -2
- package/es/src/ap-action/item-modal/style/css.d.ts +0 -0
- package/es/src/ap-action/item-modal/style/css.js +0 -1
- package/es/src/ap-action/item-modal/style/index.d.ts +0 -0
- package/es/src/ap-action/item-modal/style/index.js +0 -1
- package/es/src/ap-action/item-popconfirm/style/css.d.ts +0 -0
- package/es/src/ap-action/item-popconfirm/style/css.js +0 -1
- package/es/src/ap-action/item-popconfirm/style/index.d.ts +0 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +0 -1
- package/es/src/ap-action/style/index.js +0 -61
- package/es/src/ap-action-button/style/css.d.ts +0 -0
- package/es/src/ap-action-button/style/css.js +0 -1
- package/es/src/ap-action-button/style/index.d.ts +0 -0
- package/es/src/ap-action-button/style/index.js +0 -1
- package/es/src/ap-button/style/css.d.ts +0 -0
- package/es/src/ap-button/style/css.js +0 -1
- package/es/src/ap-button/style/index.js +0 -1
- package/es/src/ap-descriptions/style/css.d.ts +0 -0
- package/es/src/ap-descriptions/style/css.js +0 -1
- package/es/src/ap-descriptions/style/index.js +0 -1
- package/es/src/ap-download/style/css.d.ts +0 -0
- package/es/src/ap-download/style/css.js +0 -1
- package/es/src/ap-download/style/index.js +0 -1
- package/es/src/ap-drawer/style/css.d.ts +0 -1
- package/es/src/ap-drawer/style/css.js +0 -1
- package/es/src/ap-drawer/style/index.js +0 -1
- package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/css.js +0 -1
- package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/index.js +0 -1
- package/es/src/ap-field/date/style/css.d.ts +0 -1
- package/es/src/ap-field/date/style/css.js +0 -1
- package/es/src/ap-field/date/style/index.d.ts +0 -1
- package/es/src/ap-field/date/style/index.js +0 -1
- package/es/src/ap-field/date-range/style/css.d.ts +0 -1
- package/es/src/ap-field/date-range/style/css.js +0 -1
- package/es/src/ap-field/date-range/style/index.d.ts +0 -1
- package/es/src/ap-field/date-range/style/index.js +0 -1
- package/es/src/ap-field/number/style/css.d.ts +0 -0
- package/es/src/ap-field/number/style/css.js +0 -1
- package/es/src/ap-field/number/style/index.d.ts +0 -0
- package/es/src/ap-field/number/style/index.js +0 -1
- package/es/src/ap-field/password/style/css.d.ts +0 -1
- package/es/src/ap-field/password/style/css.js +0 -1
- package/es/src/ap-field/password/style/index.d.ts +0 -1
- package/es/src/ap-field/password/style/index.js +0 -1
- package/es/src/ap-field/radio/style/css.d.ts +0 -0
- package/es/src/ap-field/radio/style/css.js +0 -1
- package/es/src/ap-field/radio/style/index.d.ts +0 -0
- package/es/src/ap-field/radio/style/index.js +0 -1
- package/es/src/ap-field/rate/style/css.d.ts +0 -1
- package/es/src/ap-field/rate/style/css.js +0 -1
- package/es/src/ap-field/rate/style/index.d.ts +0 -1
- package/es/src/ap-field/rate/style/index.js +0 -1
- package/es/src/ap-field/segmented/style/css.d.ts +0 -1
- package/es/src/ap-field/segmented/style/css.js +0 -1
- package/es/src/ap-field/segmented/style/index.d.ts +0 -1
- package/es/src/ap-field/segmented/style/index.js +0 -1
- package/es/src/ap-field/select/style/css.d.ts +0 -1
- package/es/src/ap-field/select/style/css.js +0 -1
- package/es/src/ap-field/select/style/index.d.ts +0 -1
- package/es/src/ap-field/select/style/index.js +0 -1
- package/es/src/ap-field/slider/style/css.d.ts +0 -1
- package/es/src/ap-field/slider/style/css.js +0 -1
- package/es/src/ap-field/slider/style/index.d.ts +0 -1
- package/es/src/ap-field/slider/style/index.js +0 -1
- package/es/src/ap-field/style/css.d.ts +0 -0
- package/es/src/ap-field/style/css.js +0 -1
- package/es/src/ap-field/style/index.js +0 -1
- package/es/src/ap-field/switch/style/css.d.ts +0 -1
- package/es/src/ap-field/switch/style/css.js +0 -1
- package/es/src/ap-field/switch/style/index.d.ts +0 -1
- package/es/src/ap-field/switch/style/index.js +0 -1
- package/es/src/ap-field/text/style/css.d.ts +0 -1
- package/es/src/ap-field/text/style/css.js +0 -1
- package/es/src/ap-field/text/style/index.d.ts +0 -1
- package/es/src/ap-field/text/style/index.js +0 -1
- package/es/src/ap-field/text-area/style/css.d.ts +0 -0
- package/es/src/ap-field/text-area/style/css.js +0 -1
- package/es/src/ap-field/text-area/style/index.d.ts +0 -0
- package/es/src/ap-field/text-area/style/index.js +0 -1
- package/es/src/ap-field/tree-select/style/css.d.ts +0 -1
- package/es/src/ap-field/tree-select/style/css.js +0 -1
- package/es/src/ap-field/tree-select/style/index.d.ts +0 -1
- package/es/src/ap-field/tree-select/style/index.js +0 -1
- package/es/src/ap-form/dependency/style/css.d.ts +0 -1
- package/es/src/ap-form/dependency/style/css.js +0 -1
- package/es/src/ap-form/dependency/style/index.d.ts +0 -1
- package/es/src/ap-form/dependency/style/index.js +0 -1
- package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/css.js +0 -1
- package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/index.js +0 -1
- package/es/src/ap-form/item/style/css.d.ts +0 -0
- package/es/src/ap-form/item/style/css.js +0 -1
- package/es/src/ap-form/item/style/index.d.ts +0 -0
- package/es/src/ap-form/item/style/index.js +0 -1
- package/es/src/ap-form/item-checkbox/style/css.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.js +0 -1
- package/es/src/ap-form/item-checkbox/style/index.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/index.js +0 -1
- package/es/src/ap-form/item-date/style/css.d.ts +0 -1
- package/es/src/ap-form/item-date/style/css.js +0 -1
- package/es/src/ap-form/item-date/style/index.d.ts +0 -1
- package/es/src/ap-form/item-date/style/index.js +0 -1
- package/es/src/ap-form/item-date-range/style/css.d.ts +0 -1
- package/es/src/ap-form/item-date-range/style/css.js +0 -1
- package/es/src/ap-form/item-date-range/style/index.d.ts +0 -1
- package/es/src/ap-form/item-date-range/style/index.js +0 -1
- package/es/src/ap-form/item-group/style/css.d.ts +0 -0
- package/es/src/ap-form/item-group/style/css.js +0 -1
- package/es/src/ap-form/item-group/style/index.d.ts +0 -0
- package/es/src/ap-form/item-group/style/index.js +0 -1
- package/es/src/ap-form/item-number/style/css.d.ts +0 -0
- package/es/src/ap-form/item-number/style/css.js +0 -1
- package/es/src/ap-form/item-number/style/index.d.ts +0 -0
- package/es/src/ap-form/item-number/style/index.js +0 -1
- package/es/src/ap-form/item-radio/style/css.d.ts +0 -0
- package/es/src/ap-form/item-radio/style/css.js +0 -1
- package/es/src/ap-form/item-radio/style/index.d.ts +0 -0
- package/es/src/ap-form/item-radio/style/index.js +0 -1
- package/es/src/ap-form/item-select/style/css.d.ts +0 -1
- package/es/src/ap-form/item-select/style/css.js +0 -1
- package/es/src/ap-form/item-select/style/index.d.ts +0 -1
- package/es/src/ap-form/item-select/style/index.js +0 -1
- package/es/src/ap-form/item-switch/style/css.d.ts +0 -1
- package/es/src/ap-form/item-switch/style/css.js +0 -1
- package/es/src/ap-form/item-switch/style/index.d.ts +0 -1
- package/es/src/ap-form/item-switch/style/index.js +0 -1
- package/es/src/ap-form/item-text/style/css.d.ts +0 -0
- package/es/src/ap-form/item-text/style/css.js +0 -1
- package/es/src/ap-form/item-text/style/index.d.ts +0 -0
- package/es/src/ap-form/item-text/style/index.js +0 -1
- package/es/src/ap-form/item-text-area/style/css.d.ts +0 -0
- package/es/src/ap-form/item-text-area/style/css.js +0 -1
- package/es/src/ap-form/item-text-area/style/index.d.ts +0 -0
- package/es/src/ap-form/item-text-area/style/index.js +0 -1
- package/es/src/ap-form/item-text-group/style/css.d.ts +0 -0
- package/es/src/ap-form/item-text-group/style/css.js +0 -1
- package/es/src/ap-form/item-text-group/style/index.d.ts +0 -0
- package/es/src/ap-form/item-text-group/style/index.js +0 -1
- package/es/src/ap-form/item-text-password/style/css.d.ts +0 -1
- package/es/src/ap-form/item-text-password/style/css.js +0 -1
- package/es/src/ap-form/item-text-password/style/index.d.ts +0 -1
- package/es/src/ap-form/item-text-password/style/index.js +0 -1
- package/es/src/ap-form/item-tree-select/style/css.d.ts +0 -1
- package/es/src/ap-form/item-tree-select/style/css.js +0 -1
- package/es/src/ap-form/item-tree-select/style/index.d.ts +0 -1
- package/es/src/ap-form/item-tree-select/style/index.js +0 -1
- package/es/src/ap-form/list/style/css.d.ts +0 -1
- package/es/src/ap-form/list/style/css.js +0 -1
- package/es/src/ap-form/list/style/index.d.ts +0 -1
- package/es/src/ap-form/list/style/index.js +0 -1
- package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/css.js +0 -1
- package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/index.js +0 -1
- package/es/src/ap-form/render/style/css.d.ts +0 -1
- package/es/src/ap-form/render/style/css.js +0 -1
- package/es/src/ap-form/render/style/index.d.ts +0 -1
- package/es/src/ap-form/render/style/index.js +0 -1
- package/es/src/ap-form/search-form/style/css.d.ts +0 -0
- package/es/src/ap-form/search-form/style/css.js +0 -1
- package/es/src/ap-form/search-form/style/index.d.ts +0 -0
- package/es/src/ap-form/search-form/style/index.js +0 -1
- package/es/src/ap-form/set/style/css.d.ts +0 -1
- package/es/src/ap-form/set/style/css.js +0 -1
- package/es/src/ap-form/set/style/index.d.ts +0 -1
- package/es/src/ap-form/set/style/index.js +0 -1
- package/es/src/ap-form/style/css.d.ts +0 -0
- package/es/src/ap-form/style/css.js +0 -1
- package/es/src/ap-form/style/index.d.ts +0 -0
- package/es/src/ap-form/style/index.js +0 -1
- package/es/src/ap-grid/editable/style/css.d.ts +0 -0
- package/es/src/ap-grid/editable/style/css.js +0 -2
- package/es/src/ap-grid/editable/style/index.d.ts +0 -0
- package/es/src/ap-grid/editable/style/index.js +0 -2
- package/es/src/ap-grid/style/css.d.ts +0 -0
- package/es/src/ap-grid/style/css.js +0 -1
- package/es/src/ap-grid/style/index.js +0 -1
- package/es/src/ap-list/style/css.d.ts +0 -0
- package/es/src/ap-list/style/css.js +0 -1
- package/es/src/ap-list/style/index.js +0 -1
- package/es/src/ap-modal/style/css.d.ts +0 -1
- package/es/src/ap-modal/style/css.js +0 -1
- package/es/src/ap-modal/style/index.d.ts +0 -1
- package/es/src/ap-modal/style/index.js +0 -1
- package/es/src/ap-pro-card/style/css.d.ts +0 -0
- package/es/src/ap-pro-card/style/css.js +0 -1
- package/es/src/ap-pro-card/style/index.js +0 -1
- package/es/src/ap-table/style/css.d.ts +0 -0
- package/es/src/ap-table/style/css.js +0 -1
- package/es/src/ap-table/style/index.js +0 -1
- package/es/src/ap-tag/group/style/css.d.ts +0 -0
- package/es/src/ap-tag/group/style/css.js +0 -2
- package/es/src/ap-tag/group/style/index.d.ts +0 -0
- package/es/src/ap-tag/group/style/index.js +0 -2
- package/es/src/ap-tag/style/css.d.ts +0 -0
- package/es/src/ap-tag/style/css.js +0 -1
- package/es/src/ap-tag/style/index.js +0 -1
- package/es/src/ap-upload/style/css.d.ts +0 -0
- package/es/src/ap-upload/style/css.js +0 -1
- package/es/src/ap-upload/style/index.js +0 -1
- package/es/src/business/ag-grid-modal/selected-items/style/css.d.ts +0 -0
- package/es/src/business/ag-grid-modal/selected-items/style/css.js +0 -1
- package/es/src/business/ag-grid-modal/selected-items/style/index.d.ts +0 -0
- package/es/src/business/ag-grid-modal/selected-items/style/index.js +0 -1
- package/es/src/business/ag-grid-modal/style/css.d.ts +0 -0
- package/es/src/business/ag-grid-modal/style/css.js +0 -1
- package/es/src/business/ag-grid-modal/style/index.js +0 -1
- package/es/src/business/ap-appendix/style/css.d.ts +0 -0
- package/es/src/business/ap-appendix/style/css.js +0 -1
- package/es/src/business/ap-appendix/style/index.js +0 -1
- package/es/src/business/ap-attachment/style/css.d.ts +0 -0
- package/es/src/business/ap-attachment/style/css.js +0 -1
- package/es/src/business/ap-attachment/style/index.js +0 -1
- package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/css.js +0 -1
- package/es/src/business/ap-batch-action/style/index.js +0 -1
- package/es/src/business/ap-batch-action-group/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action-group/style/css.js +0 -1
- package/es/src/business/ap-batch-action-group/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action-group/style/index.js +0 -1
- package/es/src/business/ap-button-group/style/css.d.ts +0 -0
- package/es/src/business/ap-button-group/style/css.js +0 -1
- package/es/src/business/ap-button-group/style/index.d.ts +0 -0
- package/es/src/business/ap-button-group/style/index.js +0 -1
- package/es/src/business/ap-card/style/css.d.ts +0 -0
- package/es/src/business/ap-card/style/css.js +0 -2
- package/es/src/business/ap-card/style/index.js +0 -2
- package/es/src/business/ap-copy/style/css.d.ts +0 -0
- package/es/src/business/ap-copy/style/css.js +0 -1
- package/es/src/business/ap-copy/style/index.js +0 -1
- package/es/src/business/ap-draggable-grid/style/css.d.ts +0 -0
- package/es/src/business/ap-draggable-grid/style/css.js +0 -1
- package/es/src/business/ap-draggable-grid/style/index.js +0 -1
- package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/css.js +0 -2
- package/es/src/business/ap-expand-alert/style/index.js +0 -2
- package/es/src/business/ap-export-group/style/css.d.ts +0 -1
- package/es/src/business/ap-export-group/style/css.js +0 -1
- package/es/src/business/ap-export-group/style/index.d.ts +0 -1
- package/es/src/business/ap-export-group/style/index.js +0 -1
- package/es/src/business/ap-image/style/css.d.ts +0 -0
- package/es/src/business/ap-image/style/css.js +0 -1
- package/es/src/business/ap-image/style/index.js +0 -1
- package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/css.js +0 -1
- package/es/src/business/ap-input-radio/style/index.js +0 -1
- package/es/src/business/ap-label/group/style/css.d.ts +0 -0
- package/es/src/business/ap-label/group/style/css.js +0 -1
- package/es/src/business/ap-label/group/style/index.d.ts +0 -0
- package/es/src/business/ap-label/group/style/index.js +0 -1
- package/es/src/business/ap-label/style/css.d.ts +0 -0
- package/es/src/business/ap-label/style/css.js +0 -1
- package/es/src/business/ap-label/style/index.js +0 -1
- package/es/src/business/ap-ladder/style/css.d.ts +0 -0
- package/es/src/business/ap-ladder/style/css.js +0 -1
- package/es/src/business/ap-ladder/style/index.js +0 -1
- package/es/src/business/ap-product-info/style/css.d.ts +0 -0
- package/es/src/business/ap-product-info/style/css.js +0 -1
- package/es/src/business/ap-product-info/style/index.js +0 -1
- package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
- package/es/src/business/ap-radio-group/style/css.js +0 -1
- package/es/src/business/ap-radio-group/style/index.js +0 -1
- package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/css.js +0 -1
- package/es/src/business/ap-select-layout/style/index.js +0 -1
- package/es/src/business/ap-size-input/style/css.d.ts +0 -0
- package/es/src/business/ap-size-input/style/css.js +0 -1
- package/es/src/business/ap-size-input/style/index.js +0 -1
- package/es/src/business/ap-status/group/style/css.d.ts +0 -0
- package/es/src/business/ap-status/group/style/css.js +0 -1
- package/es/src/business/ap-status/group/style/index.d.ts +0 -0
- package/es/src/business/ap-status/group/style/index.js +0 -1
- package/es/src/business/ap-status/style/css.d.ts +0 -0
- package/es/src/business/ap-status/style/css.js +0 -1
- package/es/src/business/ap-status/style/index.js +0 -1
- package/es/src/business/ap-summary/style/css.d.ts +0 -0
- package/es/src/business/ap-summary/style/css.js +0 -1
- package/es/src/business/ap-summary/style/index.js +0 -1
- package/es/src/business/ap-table-modal/style/css.d.ts +0 -0
- package/es/src/business/ap-table-modal/style/css.js +0 -1
- package/es/src/business/ap-table-modal/style/index.js +0 -1
- package/es/src/business/ap-title/style/css.d.ts +0 -0
- package/es/src/business/ap-title/style/css.js +0 -1
- package/es/src/business/ap-title/style/index.js +0 -1
- package/es/src/business/ap-upload-file/ap-upload-single/style/css.d.ts +0 -0
- package/es/src/business/ap-upload-file/ap-upload-single/style/css.js +0 -1
- package/es/src/business/ap-upload-file/ap-upload-single/style/index.js +0 -1
- package/es/src/business/ap-value-select-card/style/css.d.ts +0 -0
- package/es/src/business/ap-value-select-card/style/css.js +0 -1
- package/es/src/business/ap-value-select-card/style/index.js +0 -1
- package/es/src/business/ap-view/style/css.d.ts +0 -0
- package/es/src/business/ap-view/style/css.js +0 -1
- package/es/src/business/ap-view/style/index.js +0 -1
- package/es/src/business/batch-input-group/popover-input/style/css.d.ts +0 -0
- package/es/src/business/batch-input-group/popover-input/style/css.js +0 -1
- package/es/src/business/batch-input-group/popover-input/style/index.d.ts +0 -0
- package/es/src/business/batch-input-group/popover-input/style/index.js +0 -1
- package/es/src/business/batch-input-group/style/css.d.ts +0 -0
- package/es/src/business/batch-input-group/style/css.js +0 -1
- package/es/src/business/batch-input-group/style/index.js +0 -1
- package/es/src/check-card/group/style/css.js +0 -1
- package/es/src/check-card/group/style/index.js +0 -1
- package/es/src/check-card/style/css.d.ts +0 -0
- package/es/src/check-card/style/css.js +0 -1
- package/es/src/check-card/style/index.js +0 -1
- package/es/src/config-provider/style/css.d.ts +0 -1
- package/es/src/config-provider/style/css.js +0 -1
- package/es/src/config-provider/style/index.d.ts +0 -1
- package/es/src/config-provider/style/index.js +0 -1
- package/es/src/editable-table/form-item/style/css.d.ts +0 -0
- package/es/src/editable-table/form-item/style/css.js +0 -1
- package/es/src/editable-table/form-item/style/index.d.ts +0 -0
- package/es/src/editable-table/form-item/style/index.js +0 -1
- package/es/src/editable-table/style/css.d.ts +0 -0
- package/es/src/editable-table/style/css.js +0 -1
- package/es/src/editable-table/style/index.js +0 -1
- package/es/src/full-screen/style/css.d.ts +0 -0
- package/es/src/full-screen/style/css.js +0 -1
- package/es/src/full-screen/style/index.js +0 -1
- package/es/src/mask/style/css.d.ts +0 -0
- package/es/src/mask/style/css.js +0 -1
- package/es/src/mask/style/index.js +0 -1
- package/es/src/path-map.d.ts +0 -2
- package/es/src/path-map.mjs +0 -111
- package/es/src/portal/style/css.js +0 -1
- package/es/src/portal/style/index.js +0 -1
- package/es/src/resize-observer/style/css.d.ts +0 -1
- package/es/src/resize-observer/style/css.js +0 -1
- package/es/src/resize-observer/style/index.d.ts +0 -1
- package/es/src/resize-observer/style/index.js +0 -1
- package/es/src/scroll-bar/style/css.d.ts +0 -0
- package/es/src/scroll-bar/style/css.js +0 -1
- package/es/src/scroll-bar/style/index.js +0 -1
- package/es/src/scroll-view/style/css.d.ts +0 -0
- package/es/src/scroll-view/style/css.js +0 -2
- package/es/src/scroll-view/style/index.js +0 -2
- package/es/src/splitter/style/css.d.ts +0 -0
- package/es/src/splitter/style/css.js +0 -1
- package/es/src/splitter/style/index.js +0 -1
- package/es/src/style/index.js +0 -12
- package/es/src/text/style/css.d.ts +0 -0
- package/es/src/text/style/css.js +0 -2
- package/es/src/text/style/index.js +0 -2
- package/lib/src/ag-grid/editable/style/css.cjs +0 -1
- package/lib/src/ag-grid/editable/style/css.d.ts +0 -0
- package/lib/src/ag-grid/editable/style/index.cjs +0 -1
- package/lib/src/ag-grid/editable/style/index.d.ts +0 -0
- package/lib/src/ag-grid/style/css.cjs +0 -1
- package/lib/src/ag-grid/style/css.d.ts +0 -0
- package/lib/src/ag-grid/style/index.cjs +0 -1
- package/lib/src/ap-action/group/style/css.cjs +0 -1
- package/lib/src/ap-action/group/style/css.d.ts +0 -1
- package/lib/src/ap-action/group/style/index.cjs +0 -1
- package/lib/src/ap-action/group/style/index.d.ts +0 -1
- package/lib/src/ap-action/item/style/css.cjs +0 -2
- package/lib/src/ap-action/item/style/css.d.ts +0 -0
- package/lib/src/ap-action/item/style/index.cjs +0 -2
- package/lib/src/ap-action/item/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/css.cjs +0 -2
- package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/index.cjs +0 -2
- package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-modal/style/css.cjs +0 -1
- package/lib/src/ap-action/item-modal/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-modal/style/index.cjs +0 -1
- package/lib/src/ap-action/item-modal/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-popconfirm/style/css.cjs +0 -1
- package/lib/src/ap-action/item-popconfirm/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-popconfirm/style/index.cjs +0 -1
- package/lib/src/ap-action/item-popconfirm/style/index.d.ts +0 -0
- package/lib/src/ap-action/style/index.cjs +0 -61
- package/lib/src/ap-action-button/style/css.cjs +0 -1
- package/lib/src/ap-action-button/style/css.d.ts +0 -0
- package/lib/src/ap-action-button/style/index.cjs +0 -1
- package/lib/src/ap-action-button/style/index.d.ts +0 -0
- package/lib/src/ap-button/style/css.cjs +0 -1
- package/lib/src/ap-button/style/css.d.ts +0 -0
- package/lib/src/ap-button/style/index.cjs +0 -1
- package/lib/src/ap-descriptions/style/css.cjs +0 -1
- package/lib/src/ap-descriptions/style/css.d.ts +0 -0
- package/lib/src/ap-descriptions/style/index.cjs +0 -1
- package/lib/src/ap-download/style/css.cjs +0 -1
- package/lib/src/ap-download/style/css.d.ts +0 -0
- package/lib/src/ap-download/style/index.cjs +0 -1
- package/lib/src/ap-drawer/style/css.cjs +0 -1
- package/lib/src/ap-drawer/style/css.d.ts +0 -1
- package/lib/src/ap-drawer/style/index.cjs +0 -1
- package/lib/src/ap-field/checkbox/style/css.cjs +0 -1
- package/lib/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/index.cjs +0 -1
- package/lib/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-field/date/style/css.cjs +0 -1
- package/lib/src/ap-field/date/style/css.d.ts +0 -1
- package/lib/src/ap-field/date/style/index.cjs +0 -1
- package/lib/src/ap-field/date/style/index.d.ts +0 -1
- package/lib/src/ap-field/date-range/style/css.cjs +0 -1
- package/lib/src/ap-field/date-range/style/css.d.ts +0 -1
- package/lib/src/ap-field/date-range/style/index.cjs +0 -1
- package/lib/src/ap-field/date-range/style/index.d.ts +0 -1
- package/lib/src/ap-field/number/style/css.cjs +0 -1
- package/lib/src/ap-field/number/style/css.d.ts +0 -0
- package/lib/src/ap-field/number/style/index.cjs +0 -1
- package/lib/src/ap-field/number/style/index.d.ts +0 -0
- package/lib/src/ap-field/password/style/css.cjs +0 -1
- package/lib/src/ap-field/password/style/css.d.ts +0 -1
- package/lib/src/ap-field/password/style/index.cjs +0 -1
- package/lib/src/ap-field/password/style/index.d.ts +0 -1
- package/lib/src/ap-field/radio/style/css.cjs +0 -1
- package/lib/src/ap-field/radio/style/css.d.ts +0 -0
- package/lib/src/ap-field/radio/style/index.cjs +0 -1
- package/lib/src/ap-field/radio/style/index.d.ts +0 -0
- package/lib/src/ap-field/rate/style/css.cjs +0 -1
- package/lib/src/ap-field/rate/style/css.d.ts +0 -1
- package/lib/src/ap-field/rate/style/index.cjs +0 -1
- package/lib/src/ap-field/rate/style/index.d.ts +0 -1
- package/lib/src/ap-field/segmented/style/css.cjs +0 -1
- package/lib/src/ap-field/segmented/style/css.d.ts +0 -1
- package/lib/src/ap-field/segmented/style/index.cjs +0 -1
- package/lib/src/ap-field/segmented/style/index.d.ts +0 -1
- package/lib/src/ap-field/select/style/css.cjs +0 -1
- package/lib/src/ap-field/select/style/css.d.ts +0 -1
- package/lib/src/ap-field/select/style/index.cjs +0 -1
- package/lib/src/ap-field/select/style/index.d.ts +0 -1
- package/lib/src/ap-field/slider/style/css.cjs +0 -1
- package/lib/src/ap-field/slider/style/css.d.ts +0 -1
- package/lib/src/ap-field/slider/style/index.cjs +0 -1
- package/lib/src/ap-field/slider/style/index.d.ts +0 -1
- package/lib/src/ap-field/style/css.cjs +0 -1
- package/lib/src/ap-field/style/css.d.ts +0 -0
- package/lib/src/ap-field/style/index.cjs +0 -1
- package/lib/src/ap-field/switch/style/css.cjs +0 -1
- package/lib/src/ap-field/switch/style/css.d.ts +0 -1
- package/lib/src/ap-field/switch/style/index.cjs +0 -1
- package/lib/src/ap-field/switch/style/index.d.ts +0 -1
- package/lib/src/ap-field/text/style/css.cjs +0 -1
- package/lib/src/ap-field/text/style/css.d.ts +0 -1
- package/lib/src/ap-field/text/style/index.cjs +0 -1
- package/lib/src/ap-field/text/style/index.d.ts +0 -1
- package/lib/src/ap-field/text-area/style/css.cjs +0 -1
- package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/index.cjs +0 -1
- package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
- package/lib/src/ap-field/tree-select/style/css.cjs +0 -1
- package/lib/src/ap-field/tree-select/style/css.d.ts +0 -1
- package/lib/src/ap-field/tree-select/style/index.cjs +0 -1
- package/lib/src/ap-field/tree-select/style/index.d.ts +0 -1
- package/lib/src/ap-form/dependency/style/css.cjs +0 -1
- package/lib/src/ap-form/dependency/style/css.d.ts +0 -1
- package/lib/src/ap-form/dependency/style/index.cjs +0 -1
- package/lib/src/ap-form/dependency/style/index.d.ts +0 -1
- package/lib/src/ap-form/drawer-form/style/css.cjs +0 -1
- package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/index.cjs +0 -1
- package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/item/style/css.cjs +0 -1
- package/lib/src/ap-form/item/style/css.d.ts +0 -0
- package/lib/src/ap-form/item/style/index.cjs +0 -1
- package/lib/src/ap-form/item/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.cjs +0 -1
- package/lib/src/ap-form/item-checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/index.cjs +0 -1
- package/lib/src/ap-form/item-checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-date/style/css.cjs +0 -1
- package/lib/src/ap-form/item-date/style/css.d.ts +0 -1
- package/lib/src/ap-form/item-date/style/index.cjs +0 -1
- package/lib/src/ap-form/item-date/style/index.d.ts +0 -1
- package/lib/src/ap-form/item-date-range/style/css.cjs +0 -1
- package/lib/src/ap-form/item-date-range/style/css.d.ts +0 -1
- package/lib/src/ap-form/item-date-range/style/index.cjs +0 -1
- package/lib/src/ap-form/item-date-range/style/index.d.ts +0 -1
- package/lib/src/ap-form/item-group/style/css.cjs +0 -1
- package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/index.cjs +0 -1
- package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-number/style/css.cjs +0 -1
- package/lib/src/ap-form/item-number/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-number/style/index.cjs +0 -1
- package/lib/src/ap-form/item-number/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-radio/style/css.cjs +0 -1
- package/lib/src/ap-form/item-radio/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-radio/style/index.cjs +0 -1
- package/lib/src/ap-form/item-radio/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-select/style/css.cjs +0 -1
- package/lib/src/ap-form/item-select/style/css.d.ts +0 -1
- package/lib/src/ap-form/item-select/style/index.cjs +0 -1
- package/lib/src/ap-form/item-select/style/index.d.ts +0 -1
- package/lib/src/ap-form/item-switch/style/css.cjs +0 -1
- package/lib/src/ap-form/item-switch/style/css.d.ts +0 -1
- package/lib/src/ap-form/item-switch/style/index.cjs +0 -1
- package/lib/src/ap-form/item-switch/style/index.d.ts +0 -1
- package/lib/src/ap-form/item-text/style/css.cjs +0 -1
- package/lib/src/ap-form/item-text/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-text/style/index.cjs +0 -1
- package/lib/src/ap-form/item-text/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-text-area/style/css.cjs +0 -1
- package/lib/src/ap-form/item-text-area/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-text-area/style/index.cjs +0 -1
- package/lib/src/ap-form/item-text-area/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-text-group/style/css.cjs +0 -1
- package/lib/src/ap-form/item-text-group/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-text-group/style/index.cjs +0 -1
- package/lib/src/ap-form/item-text-group/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-text-password/style/css.cjs +0 -1
- package/lib/src/ap-form/item-text-password/style/css.d.ts +0 -1
- package/lib/src/ap-form/item-text-password/style/index.cjs +0 -1
- package/lib/src/ap-form/item-text-password/style/index.d.ts +0 -1
- package/lib/src/ap-form/item-tree-select/style/css.cjs +0 -1
- package/lib/src/ap-form/item-tree-select/style/css.d.ts +0 -1
- package/lib/src/ap-form/item-tree-select/style/index.cjs +0 -1
- package/lib/src/ap-form/item-tree-select/style/index.d.ts +0 -1
- package/lib/src/ap-form/list/style/css.cjs +0 -1
- package/lib/src/ap-form/list/style/css.d.ts +0 -1
- package/lib/src/ap-form/list/style/index.cjs +0 -1
- package/lib/src/ap-form/list/style/index.d.ts +0 -1
- package/lib/src/ap-form/modal-form/style/css.cjs +0 -1
- package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/index.cjs +0 -1
- package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/render/style/css.cjs +0 -1
- package/lib/src/ap-form/render/style/css.d.ts +0 -1
- package/lib/src/ap-form/render/style/index.cjs +0 -1
- package/lib/src/ap-form/render/style/index.d.ts +0 -1
- package/lib/src/ap-form/search-form/style/css.cjs +0 -1
- package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/index.cjs +0 -1
- package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/set/style/css.cjs +0 -1
- package/lib/src/ap-form/set/style/css.d.ts +0 -1
- package/lib/src/ap-form/set/style/index.cjs +0 -1
- package/lib/src/ap-form/set/style/index.d.ts +0 -1
- package/lib/src/ap-form/style/css.cjs +0 -1
- package/lib/src/ap-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/style/index.cjs +0 -1
- package/lib/src/ap-form/style/index.d.ts +0 -0
- package/lib/src/ap-grid/editable/style/css.cjs +0 -2
- package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
- package/lib/src/ap-grid/editable/style/index.cjs +0 -2
- package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
- package/lib/src/ap-grid/style/css.cjs +0 -1
- package/lib/src/ap-grid/style/css.d.ts +0 -0
- package/lib/src/ap-grid/style/index.cjs +0 -1
- package/lib/src/ap-list/style/css.cjs +0 -1
- package/lib/src/ap-list/style/css.d.ts +0 -0
- package/lib/src/ap-list/style/index.cjs +0 -1
- package/lib/src/ap-modal/style/css.cjs +0 -1
- package/lib/src/ap-modal/style/css.d.ts +0 -1
- package/lib/src/ap-modal/style/index.cjs +0 -1
- package/lib/src/ap-modal/style/index.d.ts +0 -1
- package/lib/src/ap-pro-card/style/css.cjs +0 -1
- package/lib/src/ap-pro-card/style/css.d.ts +0 -0
- package/lib/src/ap-pro-card/style/index.cjs +0 -1
- package/lib/src/ap-table/style/css.cjs +0 -1
- package/lib/src/ap-table/style/css.d.ts +0 -0
- package/lib/src/ap-table/style/index.cjs +0 -1
- package/lib/src/ap-tag/group/style/css.cjs +0 -2
- package/lib/src/ap-tag/group/style/css.d.ts +0 -0
- package/lib/src/ap-tag/group/style/index.cjs +0 -2
- package/lib/src/ap-tag/group/style/index.d.ts +0 -0
- package/lib/src/ap-tag/style/css.cjs +0 -1
- package/lib/src/ap-tag/style/css.d.ts +0 -0
- package/lib/src/ap-tag/style/index.cjs +0 -1
- package/lib/src/ap-upload/style/css.cjs +0 -1
- package/lib/src/ap-upload/style/css.d.ts +0 -0
- package/lib/src/ap-upload/style/index.cjs +0 -1
- package/lib/src/business/ag-grid-modal/selected-items/style/css.cjs +0 -1
- package/lib/src/business/ag-grid-modal/selected-items/style/css.d.ts +0 -0
- package/lib/src/business/ag-grid-modal/selected-items/style/index.cjs +0 -1
- package/lib/src/business/ag-grid-modal/selected-items/style/index.d.ts +0 -0
- package/lib/src/business/ag-grid-modal/style/css.cjs +0 -1
- package/lib/src/business/ag-grid-modal/style/css.d.ts +0 -0
- package/lib/src/business/ag-grid-modal/style/index.cjs +0 -1
- package/lib/src/business/ap-appendix/style/css.cjs +0 -1
- package/lib/src/business/ap-appendix/style/css.d.ts +0 -0
- package/lib/src/business/ap-appendix/style/index.cjs +0 -1
- package/lib/src/business/ap-attachment/style/css.cjs +0 -1
- package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/index.cjs +0 -1
- package/lib/src/business/ap-batch-action/style/css.cjs +0 -1
- package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/index.cjs +0 -1
- package/lib/src/business/ap-batch-action-group/style/css.cjs +0 -1
- package/lib/src/business/ap-batch-action-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action-group/style/index.cjs +0 -1
- package/lib/src/business/ap-batch-action-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-button-group/style/css.cjs +0 -1
- package/lib/src/business/ap-button-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-button-group/style/index.cjs +0 -1
- package/lib/src/business/ap-button-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-card/style/css.cjs +0 -2
- package/lib/src/business/ap-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-card/style/index.cjs +0 -2
- package/lib/src/business/ap-copy/style/css.cjs +0 -1
- package/lib/src/business/ap-copy/style/css.d.ts +0 -0
- package/lib/src/business/ap-copy/style/index.cjs +0 -1
- package/lib/src/business/ap-draggable-grid/style/css.cjs +0 -1
- package/lib/src/business/ap-draggable-grid/style/css.d.ts +0 -0
- package/lib/src/business/ap-draggable-grid/style/index.cjs +0 -1
- package/lib/src/business/ap-expand-alert/style/css.cjs +0 -2
- package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/index.cjs +0 -2
- package/lib/src/business/ap-export-group/style/css.cjs +0 -1
- package/lib/src/business/ap-export-group/style/css.d.ts +0 -1
- package/lib/src/business/ap-export-group/style/index.cjs +0 -1
- package/lib/src/business/ap-export-group/style/index.d.ts +0 -1
- package/lib/src/business/ap-image/style/css.cjs +0 -1
- package/lib/src/business/ap-image/style/css.d.ts +0 -0
- package/lib/src/business/ap-image/style/index.cjs +0 -1
- package/lib/src/business/ap-input-radio/style/css.cjs +0 -1
- package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/index.cjs +0 -1
- package/lib/src/business/ap-label/group/style/css.cjs +0 -1
- package/lib/src/business/ap-label/group/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/group/style/index.cjs +0 -1
- package/lib/src/business/ap-label/group/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/style/css.cjs +0 -1
- package/lib/src/business/ap-label/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/style/index.cjs +0 -1
- package/lib/src/business/ap-ladder/style/css.cjs +0 -1
- package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
- package/lib/src/business/ap-ladder/style/index.cjs +0 -1
- package/lib/src/business/ap-product-info/style/css.cjs +0 -1
- package/lib/src/business/ap-product-info/style/css.d.ts +0 -0
- package/lib/src/business/ap-product-info/style/index.cjs +0 -1
- package/lib/src/business/ap-radio-group/style/css.cjs +0 -1
- package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-radio-group/style/index.cjs +0 -1
- package/lib/src/business/ap-select-layout/style/css.cjs +0 -1
- package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/index.cjs +0 -1
- package/lib/src/business/ap-size-input/style/css.cjs +0 -1
- package/lib/src/business/ap-size-input/style/css.d.ts +0 -0
- package/lib/src/business/ap-size-input/style/index.cjs +0 -1
- package/lib/src/business/ap-status/group/style/css.cjs +0 -1
- package/lib/src/business/ap-status/group/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/group/style/index.cjs +0 -1
- package/lib/src/business/ap-status/group/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/style/css.cjs +0 -1
- package/lib/src/business/ap-status/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/style/index.cjs +0 -1
- package/lib/src/business/ap-summary/style/css.cjs +0 -1
- package/lib/src/business/ap-summary/style/css.d.ts +0 -0
- package/lib/src/business/ap-summary/style/index.cjs +0 -1
- package/lib/src/business/ap-table-modal/style/css.cjs +0 -1
- package/lib/src/business/ap-table-modal/style/css.d.ts +0 -0
- package/lib/src/business/ap-table-modal/style/index.cjs +0 -1
- package/lib/src/business/ap-title/style/css.cjs +0 -1
- package/lib/src/business/ap-title/style/css.d.ts +0 -0
- package/lib/src/business/ap-title/style/index.cjs +0 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/style/css.cjs +0 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/style/css.d.ts +0 -0
- package/lib/src/business/ap-upload-file/ap-upload-single/style/index.cjs +0 -1
- package/lib/src/business/ap-value-select-card/style/css.cjs +0 -1
- package/lib/src/business/ap-value-select-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-value-select-card/style/index.cjs +0 -1
- package/lib/src/business/ap-view/style/css.cjs +0 -1
- package/lib/src/business/ap-view/style/css.d.ts +0 -0
- package/lib/src/business/ap-view/style/index.cjs +0 -1
- package/lib/src/business/batch-input-group/popover-input/style/css.cjs +0 -1
- package/lib/src/business/batch-input-group/popover-input/style/css.d.ts +0 -0
- package/lib/src/business/batch-input-group/popover-input/style/index.cjs +0 -1
- package/lib/src/business/batch-input-group/popover-input/style/index.d.ts +0 -0
- package/lib/src/business/batch-input-group/style/css.cjs +0 -1
- package/lib/src/business/batch-input-group/style/css.d.ts +0 -0
- package/lib/src/business/batch-input-group/style/index.cjs +0 -1
- package/lib/src/check-card/group/style/css.cjs +0 -1
- package/lib/src/check-card/group/style/index.cjs +0 -1
- package/lib/src/check-card/style/css.cjs +0 -1
- package/lib/src/check-card/style/css.d.ts +0 -0
- package/lib/src/check-card/style/index.cjs +0 -1
- package/lib/src/config-provider/style/css.cjs +0 -1
- package/lib/src/config-provider/style/css.d.ts +0 -1
- package/lib/src/config-provider/style/index.cjs +0 -1
- package/lib/src/config-provider/style/index.d.ts +0 -1
- package/lib/src/editable-table/form-item/style/css.cjs +0 -1
- package/lib/src/editable-table/form-item/style/css.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/index.cjs +0 -1
- package/lib/src/editable-table/form-item/style/index.d.ts +0 -0
- package/lib/src/editable-table/style/css.cjs +0 -1
- package/lib/src/editable-table/style/css.d.ts +0 -0
- package/lib/src/editable-table/style/index.cjs +0 -1
- package/lib/src/full-screen/style/css.cjs +0 -1
- package/lib/src/full-screen/style/css.d.ts +0 -0
- package/lib/src/full-screen/style/index.cjs +0 -1
- package/lib/src/mask/style/css.cjs +0 -1
- package/lib/src/mask/style/css.d.ts +0 -0
- package/lib/src/mask/style/index.cjs +0 -1
- package/lib/src/path-map.d.ts +0 -2
- package/lib/src/path-map.js +0 -1
- package/lib/src/portal/style/css.cjs +0 -1
- package/lib/src/portal/style/index.cjs +0 -1
- package/lib/src/resize-observer/style/css.cjs +0 -1
- package/lib/src/resize-observer/style/css.d.ts +0 -1
- package/lib/src/resize-observer/style/index.cjs +0 -1
- package/lib/src/resize-observer/style/index.d.ts +0 -1
- package/lib/src/scroll-bar/style/css.cjs +0 -1
- package/lib/src/scroll-bar/style/css.d.ts +0 -0
- package/lib/src/scroll-bar/style/index.cjs +0 -1
- package/lib/src/scroll-view/style/css.cjs +0 -2
- package/lib/src/scroll-view/style/css.d.ts +0 -0
- package/lib/src/scroll-view/style/index.cjs +0 -2
- package/lib/src/splitter/style/css.cjs +0 -1
- package/lib/src/splitter/style/css.d.ts +0 -0
- package/lib/src/splitter/style/index.cjs +0 -1
- package/lib/src/style/index.cjs +0 -12
- package/lib/src/text/style/css.cjs +0 -2
- package/lib/src/text/style/css.d.ts +0 -0
- package/lib/src/text/style/index.cjs +0 -2
- package/theme/ag-grid/custom-header.css +0 -82
- package/theme/ag-grid/custom-header.less +0 -39
- package/theme/ag-grid/editable.css +0 -52
- package/theme/ag-grid/editable.less +0 -11
- package/theme/ag-grid/index.css +0 -671
- package/theme/ag-grid/index.less +0 -170
- package/theme/ag-grid-modal/index.css +0 -734
- package/theme/ag-grid-modal/index.less +0 -74
- package/theme/ag-grid-modal/selected-items.css +0 -72
- package/theme/ag-grid-modal/selected-items.less +0 -34
- package/theme/antd-global-overwrite/admin/index.css +0 -1
- package/theme/antd-global-overwrite/admin/index.less +0 -1
- package/theme/antd-global-overwrite/aplus/index.css +0 -1
- package/theme/antd-global-overwrite/aplus/index.less +0 -1
- package/theme/antdv-override.css +0 -544
- package/theme/antdv-override.less +0 -631
- package/theme/ap-action/item-dropdown.css +0 -60
- package/theme/ap-action/item-dropdown.less +0 -23
- package/theme/ap-action/item.css +0 -46
- package/theme/ap-action/item.less +0 -7
- package/theme/ap-appendix/ap-appendix.css +0 -123
- package/theme/ap-appendix/ap-appendix.less +0 -85
- package/theme/ap-attachment/ap-attachment.css +0 -119
- package/theme/ap-attachment/ap-attachment.less +0 -77
- package/theme/ap-batch-action/ap-batch-action.css +0 -85
- package/theme/ap-batch-action/ap-batch-action.less +0 -41
- package/theme/ap-button/ap-button.css +0 -52
- package/theme/ap-button/ap-button.less +0 -8
- package/theme/ap-card/ap-card.css +0 -56
- package/theme/ap-card/ap-card.less +0 -12
- package/theme/ap-copy/ap-copy.css +0 -98
- package/theme/ap-copy/ap-copy.less +0 -63
- package/theme/ap-descriptions/ap-descriptions.css +0 -118
- package/theme/ap-descriptions/ap-descriptions.less +0 -123
- package/theme/ap-download/ap-download.css +0 -97
- package/theme/ap-download/ap-download.less +0 -58
- package/theme/ap-draggable-grid/ap-draggable-grid.css +0 -89
- package/theme/ap-draggable-grid/ap-draggable-grid.less +0 -45
- package/theme/ap-drawer/ap-drawer.css +0 -66
- package/theme/ap-drawer/ap-drawer.less +0 -27
- package/theme/ap-expand-alert/ap-expand-alert.css +0 -94
- package/theme/ap-expand-alert/ap-expand-alert.less +0 -86
- package/theme/ap-field/checkbox.css +0 -56
- package/theme/ap-field/checkbox.less +0 -15
- package/theme/ap-field/index.css +0 -74
- package/theme/ap-field/index.less +0 -4
- package/theme/ap-field/number.css +0 -52
- package/theme/ap-field/number.less +0 -10
- package/theme/ap-field/radio.css +0 -53
- package/theme/ap-field/radio.less +0 -13
- package/theme/ap-field/text-area.css +0 -51
- package/theme/ap-field/text-area.less +0 -7
- package/theme/ap-form/ap-form-item-group.css +0 -55
- package/theme/ap-form/ap-form-item-group.less +0 -17
- package/theme/ap-form/ap-form-item.css +0 -146
- package/theme/ap-form/ap-form-item.less +0 -123
- package/theme/ap-form/drawer-form.css +0 -62
- package/theme/ap-form/drawer-form.less +0 -20
- package/theme/ap-form/index.css +0 -423
- package/theme/ap-form/index.less +0 -6
- package/theme/ap-form/item-text-group.css +0 -98
- package/theme/ap-form/item-text-group.less +0 -65
- package/theme/ap-form/item-text.css +0 -98
- package/theme/ap-form/item-text.less +0 -1
- package/theme/ap-form/modal-form.css +0 -66
- package/theme/ap-form/modal-form.less +0 -24
- package/theme/ap-form/search-form-sorter.css +0 -141
- package/theme/ap-form/search-form-sorter.less +0 -74
- package/theme/ap-form/search-form.css +0 -326
- package/theme/ap-form/search-form.less +0 -99
- package/theme/ap-grid/editable.css +0 -69
- package/theme/ap-grid/editable.less +0 -30
- package/theme/ap-grid/index.css +0 -673
- package/theme/ap-grid/index.less +0 -226
- package/theme/ap-group-search/ap-extension-select.css +0 -49
- package/theme/ap-group-search/ap-extension-select.less +0 -8
- package/theme/ap-group-search/ap-group-search.css +0 -77
- package/theme/ap-group-search/ap-group-search.less +0 -48
- package/theme/ap-group-search/ap-popover-select.css +0 -116
- package/theme/ap-group-search/ap-popover-select.less +0 -85
- package/theme/ap-image/ap-image.css +0 -53
- package/theme/ap-image/ap-image.less +0 -11
- package/theme/ap-input-radio/ap-input-radio.css +0 -53
- package/theme/ap-input-radio/ap-input-radio.less +0 -10
- package/theme/ap-label/ap-label.css +0 -84
- package/theme/ap-label/ap-label.less +0 -42
- package/theme/ap-ladder/ap-ladder.css +0 -202
- package/theme/ap-ladder/ap-ladder.less +0 -168
- package/theme/ap-layout/ap-info-layout.css +0 -82
- package/theme/ap-layout/ap-info-layout.less +0 -46
- package/theme/ap-list/index.css +0 -94
- package/theme/ap-list/index.less +0 -55
- package/theme/ap-pro-card/index.css +0 -509
- package/theme/ap-pro-card/index.less +0 -394
- package/theme/ap-product-info/ap-product-info.css +0 -122
- package/theme/ap-product-info/ap-product-info.less +0 -85
- package/theme/ap-radio-group/ap-radio-group.css +0 -66
- package/theme/ap-radio-group/ap-radio-group.less +0 -26
- package/theme/ap-select-layout/ap-select-layout.css +0 -172
- package/theme/ap-select-layout/ap-select-layout.less +0 -151
- package/theme/ap-size-input/ap-size-input.css +0 -50
- package/theme/ap-size-input/ap-size-input.less +0 -7
- package/theme/ap-status/ap-status.css +0 -71
- package/theme/ap-status/ap-status.less +0 -21
- package/theme/ap-summary/index.css +0 -58
- package/theme/ap-summary/index.less +0 -18
- package/theme/ap-table/ap-table-index.css +0 -58
- package/theme/ap-table/ap-table-index.less +0 -16
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +0 -71
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +0 -27
- package/theme/ap-table/ap-table.css +0 -878
- package/theme/ap-table/ap-table.less +0 -197
- package/theme/ap-table/setting/index.css +0 -202
- package/theme/ap-table/setting/index.less +0 -5
- package/theme/ap-table/setting/modal.css +0 -109
- package/theme/ap-table/setting/modal.less +0 -66
- package/theme/ap-table/setting/select-group.css +0 -54
- package/theme/ap-table/setting/select-group.less +0 -12
- package/theme/ap-table/setting/sortable-item-meta.css +0 -96
- package/theme/ap-table/setting/sortable-item-meta.less +0 -58
- package/theme/ap-table/setting/sortable-item.css +0 -49
- package/theme/ap-table/setting/sortable-item.less +0 -7
- package/theme/ap-table/setting/sorter.css +0 -78
- package/theme/ap-table/setting/sorter.less +0 -27
- package/theme/ap-table-modal/index.css +0 -922
- package/theme/ap-table-modal/index.less +0 -56
- package/theme/ap-tag/ap-tag-group.css +0 -61
- package/theme/ap-tag/ap-tag-group.less +0 -21
- package/theme/ap-tag/ap-tag.css +0 -103
- package/theme/ap-tag/ap-tag.less +0 -66
- package/theme/ap-title/ap-title.css +0 -107
- package/theme/ap-title/ap-title.less +0 -69
- package/theme/ap-upload/index.css +0 -335
- package/theme/ap-upload/index.less +0 -4
- package/theme/ap-upload/multiple-file.css +0 -119
- package/theme/ap-upload/multiple-file.less +0 -97
- package/theme/ap-upload/picture.css +0 -158
- package/theme/ap-upload/picture.less +0 -132
- package/theme/ap-upload/single-file.css +0 -144
- package/theme/ap-upload/single-file.less +0 -119
- package/theme/ap-upload/upload.css +0 -52
- package/theme/ap-upload/upload.less +0 -8
- package/theme/ap-upload-single/index.css +0 -147
- package/theme/ap-upload-single/index.less +0 -133
- package/theme/ap-value-select-card/index.css +0 -166
- package/theme/ap-value-select-card/index.less +0 -161
- package/theme/ap-view/ap-view.css +0 -175
- package/theme/ap-view/ap-view.less +0 -136
- package/theme/batch-input-group/index.css +0 -116
- package/theme/batch-input-group/index.less +0 -7
- package/theme/batch-input-group/popover-input.css +0 -85
- package/theme/batch-input-group/popover-input.less +0 -47
- package/theme/check-card/index.css +0 -154
- package/theme/check-card/index.less +0 -92
- package/theme/css-var.css +0 -98
- package/theme/css-var.less +0 -155
- package/theme/editable-table/index.css +0 -526
- package/theme/editable-table/index.less +0 -74
- package/theme/font/aplusuiiconfont.otf +0 -0
- package/theme/font/aplusuiiconfont.woff2 +0 -0
- package/theme/font/font.css +0 -5
- package/theme/font/font.less +0 -6
- package/theme/full-screen/index.css +0 -52
- package/theme/full-screen/index.less +0 -12
- package/theme/index.css +0 -5065
- package/theme/index.less +0 -57
- package/theme/mask/index.css +0 -100
- package/theme/mask/index.less +0 -28
- package/theme/mixins/animations.css +0 -29
- package/theme/mixins/animations.less +0 -43
- package/theme/mixins/config.css +0 -0
- package/theme/mixins/config.less +0 -61
- package/theme/mixins/mixins.css +0 -46
- package/theme/mixins/mixins.less +0 -69
- package/theme/reset.css +0 -275
- package/theme/reset.less +0 -281
- package/theme/scroll-bar/index.css +0 -92
- package/theme/scroll-bar/index.less +0 -62
- package/theme/scroll-view/index.css +0 -66
- package/theme/scroll-view/index.less +0 -23
- package/theme/splitter/index.css +0 -276
- package/theme/splitter/index.less +0 -240
- package/theme/text/group.css +0 -60
- package/theme/text/group.less +0 -19
- package/theme/text/index.css +0 -100
- package/theme/text/index.less +0 -52
- package/theme/work-order-modal/index.css +0 -49
- package/theme/work-order-modal/index.less +0 -6
package/theme/index.css
DELETED
|
@@ -1,5065 +0,0 @@
|
|
|
1
|
-
[data-aplus-ui-mode='aplus'] {
|
|
2
|
-
--ap-border-color-base: #dee4ed;
|
|
3
|
-
--ap-hover-color-base: #66a9ff;
|
|
4
|
-
--ap-active-color-base: #66a9ff;
|
|
5
|
-
--ap-color-primary: #0070ff;
|
|
6
|
-
--ap-color-primary-disabled: #cce2ff;
|
|
7
|
-
--ap-color-link: #0070ff;
|
|
8
|
-
--ap-color-link-hover: #66a9ff;
|
|
9
|
-
--ap-color-link-disabled: #cce2ff;
|
|
10
|
-
--ap-form-bordered-shadow-color: rgba(5, 155, 255, 0.1);
|
|
11
|
-
--ap-color-success: #2ed1a3;
|
|
12
|
-
--ap-color-success-disabled: #d5f6ed;
|
|
13
|
-
--ap-color-error: #ff4d4f;
|
|
14
|
-
--ap-color-error-disabled: #ffdbdc;
|
|
15
|
-
--ap-color-warn: #ffa940;
|
|
16
|
-
--ap-color-warn-disabled: #ffeed9;
|
|
17
|
-
--ap-table-header-bg: #f2f6f9;
|
|
18
|
-
--ap-text-color-1: #526a90;
|
|
19
|
-
--ap-text-color-2: #182948;
|
|
20
|
-
--ap-text-color-3: #8896b0;
|
|
21
|
-
--ap-color-bg: #e9edf3;
|
|
22
|
-
--ap-color-bg-1: #f6f9fa;
|
|
23
|
-
--ap-color-bg-2: #f3f5f8;
|
|
24
|
-
--ap-scrollbar-thumb-color-base: #c8d1de;
|
|
25
|
-
--ap-scrollbar-thumb-color-hover: #959ca7;
|
|
26
|
-
--ap-scrollbar-track-color-hover: #f2f6f9;
|
|
27
|
-
--ap-text-color-4: #abb7cc;
|
|
28
|
-
--color-bg-container-disabled: #f2f6f9;
|
|
29
|
-
--batch-input-group-trigger-color-disabled: rgba(24, 41, 72, 0.25);
|
|
30
|
-
--ap-radio-group-item-active-bg-color: rgba(0, 112, 255, 0.12);
|
|
31
|
-
--ap-drawer-wrapper-shadow: -8px 2px 24px 0px rgba(24, 41, 72, 0.2);
|
|
32
|
-
--ap-grid-fixed-scrolling-box-shadow-color: #dae0e7;
|
|
33
|
-
--ap-pro-card-color-bg-container: transparent;
|
|
34
|
-
--ap-pro-card-border-radius: 4px;
|
|
35
|
-
--ap-pro-card-header-padding: 8px 16px 0;
|
|
36
|
-
--ap-pro-card-header-padding-bottom: 8px;
|
|
37
|
-
--ap-pro-card-body-padding: 8px 16px;
|
|
38
|
-
--ap-pro-card-actions-padding: 12px 16px;
|
|
39
|
-
--ap-pro-card-border-line-width: 1px;
|
|
40
|
-
--ap-pro-card-border-line-type: solid;
|
|
41
|
-
--ap-pro-card-border-color-split: #e9edf3;
|
|
42
|
-
--ap-pro-card-box-shadow: 3px 10px 30px -2px rgba(123, 121, 140, 0.15);
|
|
43
|
-
--ap-pro-card-tooltip-color: #8896b0;
|
|
44
|
-
--ap-pro-card-header-title-font-size: 12px;
|
|
45
|
-
--ap-pro-card-header-title-font-color: #182948;
|
|
46
|
-
--ap-pro-card-area-color: #f1f7ff;
|
|
47
|
-
--ap-pro-card-split-line-height: 100%;
|
|
48
|
-
--ap-pro-card-divider-line-height: 60%;
|
|
49
|
-
}
|
|
50
|
-
[data-aplus-ui-mode='admin'] {
|
|
51
|
-
--ap-border-color-base: #d9d9d9;
|
|
52
|
-
--ap-hover-color-base: #85d4b0;
|
|
53
|
-
--ap-active-color-base: #85d4b0;
|
|
54
|
-
--ap-color-primary: #34b77c;
|
|
55
|
-
--ap-color-primary-disabled: #d6f1e5;
|
|
56
|
-
--ap-color-link: #1890ff;
|
|
57
|
-
--ap-color-link-hover: #5eb1ff;
|
|
58
|
-
--ap-color-link-disabled: #cce2ff;
|
|
59
|
-
--ap-form-bordered-shadow-color: rgba(11, 166, 66, 0.09);
|
|
60
|
-
--ap-color-success: #34b77c;
|
|
61
|
-
--ap-color-success-disabled: #d6f1e5;
|
|
62
|
-
--ap-color-error: #ff4d4f;
|
|
63
|
-
--ap-color-error-disabled: #ffdbdc;
|
|
64
|
-
--ap-color-warn: #faad14;
|
|
65
|
-
--ap-color-warn-disabled: #ffeed9;
|
|
66
|
-
--ap-table-header-bg: #f7f7f7;
|
|
67
|
-
--ap-text-color-1: #666666;
|
|
68
|
-
--ap-text-color-2: #333333;
|
|
69
|
-
--ap-text-color-3: #999999;
|
|
70
|
-
--ap-color-bg: #e9e9e9;
|
|
71
|
-
--ap-color-bg-1: #f6f9fa;
|
|
72
|
-
--ap-color-bg-2: #f5f5f5;
|
|
73
|
-
--ap-scrollbar-thumb-color-base: #bfbfbf;
|
|
74
|
-
--ap-scrollbar-thumb-color-hover: #787878;
|
|
75
|
-
--ap-scrollbar-track-color-hover: #f7f7f7;
|
|
76
|
-
--ap-text-color-4: #bfbfbf;
|
|
77
|
-
--color-bg-container-disabled: #f5f5f5;
|
|
78
|
-
--batch-input-group-trigger-color-disabled: rgba(0, 0, 0, 0.25);
|
|
79
|
-
--ap-radio-group-item-active-bg-color: rgba(52, 183, 124, 0.12);
|
|
80
|
-
--ap-drawer-wrapper-shadow: -8px 2px 24px 0px rgba(51, 51, 51, 0.2);
|
|
81
|
-
--ap-grid-fixed-scrolling-box-shadow-color: #e5e5e5;
|
|
82
|
-
--ap-pro-card-color-bg-container: transparent;
|
|
83
|
-
--ap-pro-card-border-radius: 4px;
|
|
84
|
-
--ap-pro-card-header-padding: 8px 16px 0;
|
|
85
|
-
--ap-pro-card-header-padding-bottom: 8px;
|
|
86
|
-
--ap-pro-card-body-padding: 8px 16px;
|
|
87
|
-
--ap-pro-card-actions-padding: 12px 16px;
|
|
88
|
-
--ap-pro-card-border-line-width: 1px;
|
|
89
|
-
--ap-pro-card-border-line-type: solid;
|
|
90
|
-
--ap-pro-card-border-color-split: #e9e9e9;
|
|
91
|
-
--ap-pro-card-box-shadow: 3px 10px 30px -2px rgba(123, 121, 140, 0.15);
|
|
92
|
-
--ap-pro-card-tooltip-color: #999999;
|
|
93
|
-
--ap-pro-card-header-title-font-size: 12px;
|
|
94
|
-
--ap-pro-card-header-title-font-color: #333333;
|
|
95
|
-
--ap-pro-card-area-color: #eff9f5;
|
|
96
|
-
--ap-pro-card-split-line-height: 100%;
|
|
97
|
-
--ap-pro-card-divider-line-height: 60%;
|
|
98
|
-
}
|
|
99
|
-
@font-face {
|
|
100
|
-
/* stylelint-disable-next-line font-family-name-quotes */
|
|
101
|
-
font-family: 'aplusuiiconfont';
|
|
102
|
-
src: url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA3MAAwAAAAAHLgAAA13AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cBmAAhBgRCAqmEJ0+C0oAATYCJANaBCAFhioHg20bRBcjETaMs0ID+IsETuD6sIJGMpKyoqJHNO1pRe921rirzyRfan5af2pGqh8ZIcns8d+mzWN38V08gUWXGFEDYloxJI0odYmTntU0ciqkIk7uyonXFKr6Bc8Dl3v/GpsXeOgBjclnLYw4gruWRdrPdJ/wt4PWIxWz0Ybppghn8q2qZ7A+VkjOvJGayBcIYm73E7dEI3To2mka2tIqO1zb4ZZ0odx4DtFmpb9sQ3SCZY7mSpstIG8JhenV2Qozm6T32c3mAsVcnghzV2ZhKoFS4vsS6yog/xXmdY14ZypdnQzRka1W5/8LIelOnFdtRNcBpNeJAIAy4dp/v9S3J93qEhqf8fbYkEOA44DWAgHAWsbyAcCadgH0AFIQt3J6IDB4eKHRE0tccNyPnt8xd9ANsMvgtrZuqRowGvasapYjAUlVtB+Bw+seDkgDA+Ag9yM/7Y/3j/RX+Wf6O/3v+df6DweoQFSgKFARqAm0BH4OvLh7+u7Te7n3Dt6vfPDl8w3BIJLoYe8DwtqegRlLdV91XrVftU31sWql6iNVu2q0MjgJKH1Kr3KvcpuyUsmEjgEIuQKg+EfeDQAIHgZQMEgOVIruC4FQUIIKaNCAFgzAgBHCABBb6UDEWhPrnwfBKgYF/9H3DkflQs0Atmoo5+zqyoocwEAAbMA2YiGM4tpBgGPlVT8kwTIHQgoenLeZoCGlOOUAMJrNJj2UlRq7G2PdUFZmKmNH1VlLEIw85WzHsb1JTPQk09qyODwg4yjV1GzRBhsqBl7AL3KZ/4FaPGXVBH94JZ+iLgDKiSWDAQ8bmLvud+mxHny7F0QqY4RTV66r3PlCmiHB8rFCk0dLwPKDEW96LPyvyA1Xdc3NzGlnlPfsQgNMMaEU9VmKUK86AtRh1ZK1Orf1gEZ4coPffCqf3xa3np3eyugOp6gdziJ88j518SfBr5yjKqw6wCuPKrsl6xq0GMcySWaCNakZrEthfAcX9UD/NFkhQgVXxIEAyyKktkxFQix4gZr8JXXlayyKpMNVA6amJgvtQjo1+erThy1ZVVtIQ8Gs2zUPvtx5xLz79br29/uRxb1vRZ95Bc9AXw4iwUiKxaXXKZbhsUyx6Gn1R4XlB2C4isczXZ4HmyCZDjCCjZGhyY4gGQ/YPXQEp3aKt1vPyP8P5eZbtSrfZVRu6T/YRQwrRGTxmJrIpgUNM6NFvCLOQiwzs5aCL2BAgEU6TYO35McI6koUovV4YkFSlzuH3AOs48Qzk9ouL7wyXQXHzmFOXsiRLm52HH7OSy6uSYdteNq9tnV1HlQqmBDVKhX5X7DJS6Vr8EfTvyb9X704/8i8PMtl/U6r4Vz2MpziMpxLy6bzb12BFhM4JqmM8+VrgVKJv2/liz35VCYbFOUJovD2kO16mu6j30rXgqtCuKauqzQ1pd0YDiaN81gYEAOMOjUQU38PMSLoWniLUZtHxPsnWBVpPRrhroEt2QzfoMjMWgGL+eQ29fcdYb+Z09IuhINd+QCMrBqgrhw6n2dMoyafqRnisk95X6euY1nMnqZSG66atQKsipA6HmjRh8Bm4Yw5nTZXXcVa+52q5EYr3H5DGUaNbGF9Q8tDO9zMHm9nIWZ0c0h30/P0wGXPI/DAcF+scfPs8xEWjuEHGNMrUWm40QF32lBGv+llC56mZmiHy9nYdma86PJw1PL9YF7KsupPpZR4oZzfCUUCxgtLrSRaqEYfchkKR08XDzDTnSJEIWb8fmII53giHYblhAAywf0jnzqp/Hkz+m+BoJMYPyum1w4AwYp/278DcDuFf0q3f6fYpPD0M0yYaNsY2RvSSzs+j3H08vm76V7UE+p09v3Q4HSC+zOF/UiJ3eX4OtfRu5dvcysGMsO/5k9a+4Bik+K7UOeEiVmp1BvSG+nYG+MwbUb2fpNtGzlzPBH6NJRwFRqyt3K+3aZO7pKtHDGb0yoU5qRIqIWM6eMehaHSUwBz3E8ZggVR5fQwcal4JPw0DkERsWK5UVKy3Hgr7LQpCkffGY4QTMNrw4NENCK3FBYuJHULfL3dzOtZhoLXJFKAA3UneDo8nz+/VCVRLT15csi7vJBq8ZUrSwFvMbcd1rvuBmqNQP/N5GEWdaJ16rpp1mnrLFZ1QrrFciKXt0w97v/mt+Z0WaZZvl/pVRYtliCv67SCN1mW0RLZkhHZ2tPaTzA+mb6VvtIvAaBgan1CTVzumPyx0b/RE+jmwpHFIxtNsxMXi+ZTdaVNZfU3RIuo+aX15Y2zEscZiV05k6pS7cnJ9lTnb6lVyTZ7ymX85ly9UtCvI+z25FfZtZ/ypKcN6Iq0P6WnT0qdJxBAxokVVCplJ04++AwAj2rueOaxYfA9ghk0EHzqB1LmQ2WBbamY9yGzwZ6Xl+b3L5oxIzW/sGSnJXvAUGwYyLaUSiA9rPAbfc7fup3+d47+G11GAOj0Dwf++H3UKLdbKBw1ErK/wqhici/hIM5zwl6yWO0kMI+Z8yDwmvPwxx/ukGmaNDKQvOJSfYr641s3BzQDN2961GHHwYDlt062uiwWl3XycwIJKVjuz49Zi4PGIdPj2xWXHtoSIs0gjbSRzAibdzsVflqJU/SnB2jTQhMlX2xMeUWMY98tpiLOMOuUESyjl9bVktKqUitHGGlm/jqSoSVknYeElj7t1kzSMNqpHN6Ftc82KCXKNaSC5Bz+I/7CZ1d8PkEYSDgsMA5s2WXGAvJZhOJ3Xb8+ME+n7j+to67dMrWRHiCfCf2nVy/TndZInvOClOO5402FkZGFpjcM+HUxYc4oq4iaGDX+uQJ0d8+cWVq6Z4IqCdH/7yQZtfIZFEMz1MAb/TWXrUjaRUlpKWV2glpK7pSoi1P1OymJmplJSdUSCi07dH/SClf5jeUdwIDltk6yusxml3XScwIJKVjuz4/enA3WyVWp9pQUe2rVHwRS7NDuf6yDk7SxU05xLJC649gqhna/uE6DZzB+QYu5MSur0dxyn0BCCpb7/WMhzjjTJGfKLCekAIkzGFjuvx3/Csju0Y/A7XgFbsOvbbsSXsmu4jl82CfxNlK700SsZwUOVmhQ+BTPkXvWuF66wPwN3i+JizutapvLEQ9+8slBscl5BUkeLaQhbYltrci7vLxjUsiiso7lXkjf/rvmi05UVC4I59Z3lP3YkSodKl/5whDYftEjPX5CJ2DPla3cWQ7/q2W98SWcBN6vfLZ5095hObv/9dLeuBIu8v0/fDywnGTt1eWTrR5vh5xoUlw9/AcuOtjznksqdb3X4xNT5x6NaSIKvF5PH2mWrNpEyh8vXtzaemgU/PBm8pSpU2Kk+iOeIXMmNjImdgQ275shz6Vn0v4sctMqiZns83q8BU3EmEfnKLHvvR6pyyXtee+gCP/j8FUF0STv8HhbyXzd3s78g3ojfAzJhZdJIJvOTVqdPQBrLdNnmFd9RiAhjXAAVpsnLlUi1dLHi5OWQGtKTW3yog8CAgIssK/2+HAjCCUqidAj5PKkGIIS2ACXxpPWhAbHtTPXrReV6Ow6m66knHzE/ZjrJtHwMGvczgKPEoLziMzudYdOfOJwBPPj9RHx+XkQess6TZcfSSqJiwa3B/rQ9WWqWXJ+fHoyXsIpasoFiPjZpSHPN/NGYrEx2IhMs2foiF46i0+OP/+qn/PY68i3UQajPbkCTJn2Pz7o6Q49f4ooIaxEMXEqAbElB7cBnaTWinIStg3PQYWt97dJJkm2iXmkZJE4PuvUt+WzBLhTdlz4TwX/T3APzprYxfWgJCgT/L1ZgP3RDiKA5y5/+7sd3SCyvuIOcKiyQH/vozMAuMCSpaS6iV2Low7huP8a9TCGh0MCsgPkNJdRGSrNaMMRpMAuhlyMzIdouwBJblp40rE6PReGw6cYgOLWwyqKMxoiVv4Kw+xwaAQBYo3kA79/EEvhKqAYGZhgjEAEtZgFHOjAGMTCZYyDCJkwAQI0mrJrfTswH2LR7asJQMbKAmw/NPVAi7zCaKyxwPHDooc/ljThYlmSLKpE31pseGTl3UxLIbahCT6rFowwge+qR6G7Gwn1dvDKMbGCJ1YYKTxZ8OHCMRzieGHPEt4O7igz80JQJS98GnxmeAzAaS+2qe6qKDCE83A0S8yWzEfpCRtNWIQQMXgbJKCLtBKMuMeWzCfiZpKHEyyct3I86GFrJkQuhxn6rMFY5zEeck8vOtMbu+tpUtB4Uagy0pJU9tl318yfP1u4nPT+oz7o9OTSsHYQB6+eK2yOiuxeDpmKWRJHLvxfqeMAvOxkPCwNTjdpweFC2xqMaGlSiVgSrle72wPDA53w20CIgIiEjIKKho6BiYWNg4sXSaSRRR5FQhIaZVSho44m2uiijyFMjJ15j/83EMgWg3mpPsyxBlys4NK+wlJ5YmbmHUvZLFlbD7RGHTQcoWFYaOfpGnOgWTrW8PuEJbqSqUFjojkE+fKyXFDW64o2uuW+WKFJ6/t7xIJlRyiAnZ8oFaj91rQ6pr5tXkFHaSqTnPf2H20LsBt+nAoXzkqfnRQUl3xZ3bIYP8+CjlsXdrIXMo806sGSwx5qpbAu4SRV7fJLnq6+q6k6O6/SxEhk5vYFZI3MgttxTwtqsxEAAA==') format('woff2');
|
|
103
|
-
}
|
|
104
|
-
[data-aplus-ui-mode='aplus'] .ant-alert .ant-alert-close-icon {
|
|
105
|
-
line-height: 18px;
|
|
106
|
-
}
|
|
107
|
-
[data-aplus-ui-mode='aplus'] .ant-alert .ant-alert-icon {
|
|
108
|
-
font-size: 16px;
|
|
109
|
-
margin-inline-end: 8px;
|
|
110
|
-
}
|
|
111
|
-
[data-aplus-ui-mode='aplus'] .ant-alert .ant-alert-message {
|
|
112
|
-
color: #182948;
|
|
113
|
-
font-weight: normal !important;
|
|
114
|
-
font-size: 12px;
|
|
115
|
-
line-height: 18px;
|
|
116
|
-
}
|
|
117
|
-
[data-aplus-ui-mode='aplus'] .ant-alert .ant-alert-message .href {
|
|
118
|
-
color: #0070ff;
|
|
119
|
-
cursor: pointer;
|
|
120
|
-
}
|
|
121
|
-
[data-aplus-ui-mode='aplus'] .ant-alert.ant-alert-with-description .ant-alert-message {
|
|
122
|
-
margin-bottom: 4px;
|
|
123
|
-
font-weight: bold !important;
|
|
124
|
-
}
|
|
125
|
-
[data-aplus-ui-mode='aplus'] .ant-alert .ant-alert-description {
|
|
126
|
-
color: #182948;
|
|
127
|
-
}
|
|
128
|
-
[data-aplus-ui-mode='aplus'] .ant-alert.ant-alert-warning {
|
|
129
|
-
background: rgba(255, 169, 64, 0.1);
|
|
130
|
-
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
131
|
-
}
|
|
132
|
-
[data-aplus-ui-mode='aplus'] .ant-alert.ant-alert-info {
|
|
133
|
-
background: rgba(0, 112, 255, 0.1);
|
|
134
|
-
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
135
|
-
}
|
|
136
|
-
[data-aplus-ui-mode='aplus'] .ant-alert.ant-alert-success {
|
|
137
|
-
background: rgba(46, 209, 163, 0.1);
|
|
138
|
-
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
139
|
-
}
|
|
140
|
-
[data-aplus-ui-mode='aplus'] .ant-alert.ant-alert-error {
|
|
141
|
-
background: rgba(255, 77, 79, 0.1);
|
|
142
|
-
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
143
|
-
}
|
|
144
|
-
[data-aplus-ui-mode='aplus'] .ant-btn {
|
|
145
|
-
box-shadow: none;
|
|
146
|
-
}
|
|
147
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-primary[disabled],
|
|
148
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-primary[disabled]:hover {
|
|
149
|
-
color: #ffffff;
|
|
150
|
-
background: #cce2ff;
|
|
151
|
-
border-color: #cce2ff;
|
|
152
|
-
}
|
|
153
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-dangerous.ant-btn-primary[disabled],
|
|
154
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-dangerous.ant-btn-primary[disabled]:hover {
|
|
155
|
-
color: #ffffff;
|
|
156
|
-
background: #ffdbdc;
|
|
157
|
-
border-color: #ffdbdc;
|
|
158
|
-
}
|
|
159
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-default[disabled],
|
|
160
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-default[disabled]:hover {
|
|
161
|
-
color: #abb7cc;
|
|
162
|
-
background: #f9f9fa;
|
|
163
|
-
border-color: #dee4ed;
|
|
164
|
-
}
|
|
165
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled],
|
|
166
|
-
[data-aplus-ui-mode='aplus'] .ant-btn.ant-btn-link[disabled]:hover {
|
|
167
|
-
color: #cce2ff;
|
|
168
|
-
}
|
|
169
|
-
[data-aplus-ui-mode='aplus'] .ant-message div.ant-message-notice-content {
|
|
170
|
-
padding: 10px 16px;
|
|
171
|
-
font-size: 14px;
|
|
172
|
-
line-height: 22px;
|
|
173
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
174
|
-
}
|
|
175
|
-
[data-aplus-ui-mode='aplus'] .ant-message .ant-message-notice .anticon {
|
|
176
|
-
margin-bottom: 1px;
|
|
177
|
-
margin-inline-end: 9px;
|
|
178
|
-
}
|
|
179
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-close {
|
|
180
|
-
top: 14px;
|
|
181
|
-
inset-inline-end: 18px;
|
|
182
|
-
color: #8796b0;
|
|
183
|
-
}
|
|
184
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
185
|
-
background-color: transparent;
|
|
186
|
-
}
|
|
187
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-close-x {
|
|
188
|
-
line-height: 0;
|
|
189
|
-
}
|
|
190
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content {
|
|
191
|
-
padding: 0;
|
|
192
|
-
}
|
|
193
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
194
|
-
margin-bottom: 0;
|
|
195
|
-
padding: 12px 20px;
|
|
196
|
-
border-bottom: 1px solid #E9EDF3;
|
|
197
|
-
}
|
|
198
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
199
|
-
padding: 16px 20px;
|
|
200
|
-
}
|
|
201
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
|
|
202
|
-
padding: 16px 0 !important;
|
|
203
|
-
}
|
|
204
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
|
|
205
|
-
padding: 0 20px;
|
|
206
|
-
overflow: hidden auto;
|
|
207
|
-
}
|
|
208
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
209
|
-
margin-top: 0;
|
|
210
|
-
padding: 0 20px 12px;
|
|
211
|
-
}
|
|
212
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
213
|
-
min-width: 72px;
|
|
214
|
-
}
|
|
215
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
216
|
-
margin-inline-start: 8px;
|
|
217
|
-
}
|
|
218
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
219
|
-
padding: 20px 24px;
|
|
220
|
-
}
|
|
221
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
222
|
-
margin-inline-end: 10px;
|
|
223
|
-
font-size: 22px;
|
|
224
|
-
}
|
|
225
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
226
|
-
color: #182948;
|
|
227
|
-
font-weight: normal;
|
|
228
|
-
}
|
|
229
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
230
|
-
max-width: calc(100% - 40px);
|
|
231
|
-
color: #8896b0;
|
|
232
|
-
font-weight: normal;
|
|
233
|
-
line-height: 1.5;
|
|
234
|
-
margin-block-start: 4px;
|
|
235
|
-
margin-inline-start: 34px;
|
|
236
|
-
}
|
|
237
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
238
|
-
color: #8896b0;
|
|
239
|
-
}
|
|
240
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
241
|
-
margin-top: 0;
|
|
242
|
-
padding-top: 16px;
|
|
243
|
-
}
|
|
244
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
245
|
-
min-width: 72px;
|
|
246
|
-
}
|
|
247
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
248
|
-
margin-inline-start: 8px;
|
|
249
|
-
}
|
|
250
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
251
|
-
color: #06c687;
|
|
252
|
-
}
|
|
253
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
254
|
-
color: #0070ff;
|
|
255
|
-
}
|
|
256
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
257
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
258
|
-
color: #ffa940;
|
|
259
|
-
}
|
|
260
|
-
[data-aplus-ui-mode='aplus'] .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
261
|
-
color: #ff4d4f;
|
|
262
|
-
}
|
|
263
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width:has(ul.ant-pagination),
|
|
264
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
265
|
-
padding-bottom: 0;
|
|
266
|
-
}
|
|
267
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container,
|
|
268
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
269
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width,
|
|
270
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
271
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container,
|
|
272
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
273
|
-
overflow: visible;
|
|
274
|
-
}
|
|
275
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table,
|
|
276
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
277
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-table,
|
|
278
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
279
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table,
|
|
280
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
281
|
-
overflow: visible;
|
|
282
|
-
}
|
|
283
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container,
|
|
284
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
285
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-table .ant-table-container,
|
|
286
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
287
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container,
|
|
288
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
289
|
-
overflow: visible;
|
|
290
|
-
}
|
|
291
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
292
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
293
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-table .ant-table-container .ant-table-header,
|
|
294
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
295
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
296
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
297
|
-
position: sticky;
|
|
298
|
-
top: 0;
|
|
299
|
-
z-index: 90;
|
|
300
|
-
border-top: 4px solid #ffffff;
|
|
301
|
-
}
|
|
302
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .aplus-scroll-bar,
|
|
303
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
304
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .aplus-scroll-bar,
|
|
305
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
306
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .aplus-scroll-bar,
|
|
307
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
308
|
-
position: sticky;
|
|
309
|
-
bottom: -1px;
|
|
310
|
-
z-index: 90;
|
|
311
|
-
}
|
|
312
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
313
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
314
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
315
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
316
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
317
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
318
|
-
bottom: 44px;
|
|
319
|
-
}
|
|
320
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container ul.ant-pagination,
|
|
321
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
322
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width ul.ant-pagination,
|
|
323
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
324
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container ul.ant-pagination,
|
|
325
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
326
|
-
position: sticky;
|
|
327
|
-
bottom: 0;
|
|
328
|
-
z-index: 90;
|
|
329
|
-
margin: 0;
|
|
330
|
-
padding: 8px 0;
|
|
331
|
-
background-color: #ffffff;
|
|
332
|
-
}
|
|
333
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
334
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
335
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
336
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
337
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
338
|
-
[data-aplus-ui-mode='aplus'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
339
|
-
padding-top: 4px;
|
|
340
|
-
}
|
|
341
|
-
[data-aplus-ui-mode='aplus'] .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
342
|
-
border-color: #d3d7de;
|
|
343
|
-
}
|
|
344
|
-
[data-aplus-ui-mode='aplus'] .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
345
|
-
border-color: #d3d7de;
|
|
346
|
-
}
|
|
347
|
-
[data-aplus-ui-mode='aplus'] .ant-input::-moz-placeholder {
|
|
348
|
-
color: #abb7cc;
|
|
349
|
-
}
|
|
350
|
-
[data-aplus-ui-mode='aplus'] .ant-input::placeholder {
|
|
351
|
-
color: #abb7cc;
|
|
352
|
-
}
|
|
353
|
-
[data-aplus-ui-mode='aplus'] .ant-select .ant-select-selection-placeholder {
|
|
354
|
-
color: #abb7cc;
|
|
355
|
-
}
|
|
356
|
-
[data-aplus-ui-mode='aplus'] .ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
357
|
-
color: #abb7cc;
|
|
358
|
-
}
|
|
359
|
-
[data-aplus-ui-mode='aplus'] .ant-picker .ant-picker-input > input::placeholder {
|
|
360
|
-
color: #abb7cc;
|
|
361
|
-
}
|
|
362
|
-
[data-aplus-ui-mode='aplus'] .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
363
|
-
color: #abb7cc;
|
|
364
|
-
}
|
|
365
|
-
[data-aplus-ui-mode='aplus'] .ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
366
|
-
color: #abb7cc;
|
|
367
|
-
}
|
|
368
|
-
[data-aplus-ui-mode='aplus'] .ant-tooltip div[role='tooltip'] {
|
|
369
|
-
padding-block: 6px;
|
|
370
|
-
}
|
|
371
|
-
[data-aplus-ui-mode='aplus'] .ant-drawer-right .ant-drawer-content-wrapper {
|
|
372
|
-
box-shadow: -8px 2px 24px 0 rgba(24, 41, 72, 0.2);
|
|
373
|
-
}
|
|
374
|
-
[data-aplus-ui-mode='admin'] .ant-alert .ant-alert-close-icon {
|
|
375
|
-
line-height: 18px;
|
|
376
|
-
}
|
|
377
|
-
[data-aplus-ui-mode='admin'] .ant-alert .ant-alert-icon {
|
|
378
|
-
font-size: 16px;
|
|
379
|
-
margin-inline-end: 8px;
|
|
380
|
-
}
|
|
381
|
-
[data-aplus-ui-mode='admin'] .ant-alert .ant-alert-message {
|
|
382
|
-
color: #333333;
|
|
383
|
-
font-weight: normal !important;
|
|
384
|
-
font-size: 12px;
|
|
385
|
-
line-height: 18px;
|
|
386
|
-
}
|
|
387
|
-
[data-aplus-ui-mode='admin'] .ant-alert .ant-alert-message .href {
|
|
388
|
-
color: #1890ff;
|
|
389
|
-
cursor: pointer;
|
|
390
|
-
}
|
|
391
|
-
[data-aplus-ui-mode='admin'] .ant-alert.ant-alert-with-description .ant-alert-message {
|
|
392
|
-
margin-bottom: 4px;
|
|
393
|
-
font-weight: bold !important;
|
|
394
|
-
}
|
|
395
|
-
[data-aplus-ui-mode='admin'] .ant-alert.ant-alert-warning {
|
|
396
|
-
background: rgba(250, 173, 20, 0.1);
|
|
397
|
-
border: 1px solid rgba(250, 173, 20, 0.4);
|
|
398
|
-
}
|
|
399
|
-
[data-aplus-ui-mode='admin'] .ant-alert.ant-alert-info {
|
|
400
|
-
background: rgba(24, 144, 255, 0.1);
|
|
401
|
-
border: 1px solid rgba(24, 144, 255, 0.4);
|
|
402
|
-
}
|
|
403
|
-
[data-aplus-ui-mode='admin'] .ant-alert.ant-alert-success {
|
|
404
|
-
background: rgba(52, 183, 124, 0.1);
|
|
405
|
-
border: 1px solid rgba(52, 183, 124, 0.4);
|
|
406
|
-
}
|
|
407
|
-
[data-aplus-ui-mode='admin'] .ant-alert.ant-alert-error {
|
|
408
|
-
background: rgba(255, 77, 79, 0.1);
|
|
409
|
-
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
410
|
-
}
|
|
411
|
-
[data-aplus-ui-mode='admin'] .ant-btn {
|
|
412
|
-
box-shadow: none;
|
|
413
|
-
}
|
|
414
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-primary[disabled],
|
|
415
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-primary[disabled]:hover {
|
|
416
|
-
color: #ffffff;
|
|
417
|
-
background: #d6f1e5;
|
|
418
|
-
border-color: #d6f1e5;
|
|
419
|
-
}
|
|
420
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-dangerous.ant-btn-primary[disabled],
|
|
421
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-dangerous.ant-btn-primary[disabled]:hover {
|
|
422
|
-
color: #ffffff !important;
|
|
423
|
-
background: #ffdbdc !important;
|
|
424
|
-
border-color: #ffdbdc !important;
|
|
425
|
-
}
|
|
426
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-default[disabled],
|
|
427
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-default[disabled]:hover {
|
|
428
|
-
color: #bfbfbf !important;
|
|
429
|
-
background: #fafafa !important;
|
|
430
|
-
border-color: #d9d9d9 !important;
|
|
431
|
-
}
|
|
432
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled],
|
|
433
|
-
[data-aplus-ui-mode='admin'] .ant-btn.ant-btn-link[disabled]:hover {
|
|
434
|
-
color: rgba(24, 144, 255, 0.2) !important;
|
|
435
|
-
}
|
|
436
|
-
[data-aplus-ui-mode='admin'] .ant-message div.ant-message-notice-content {
|
|
437
|
-
padding: 10px 16px;
|
|
438
|
-
font-size: 14px;
|
|
439
|
-
line-height: 22px;
|
|
440
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
441
|
-
}
|
|
442
|
-
[data-aplus-ui-mode='admin'] .ant-message .ant-message-notice .anticon {
|
|
443
|
-
margin-bottom: 1px;
|
|
444
|
-
margin-inline-end: 9px;
|
|
445
|
-
}
|
|
446
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-close {
|
|
447
|
-
top: 14px;
|
|
448
|
-
inset-inline-end: 18px;
|
|
449
|
-
color: #666666;
|
|
450
|
-
}
|
|
451
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
452
|
-
background-color: transparent;
|
|
453
|
-
}
|
|
454
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-close-x {
|
|
455
|
-
line-height: 0;
|
|
456
|
-
}
|
|
457
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content {
|
|
458
|
-
padding: 0;
|
|
459
|
-
}
|
|
460
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
461
|
-
margin-bottom: 0;
|
|
462
|
-
padding: 12px 20px;
|
|
463
|
-
border-bottom: 1px solid #E9E9E9;
|
|
464
|
-
}
|
|
465
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
466
|
-
padding: 16px 20px;
|
|
467
|
-
}
|
|
468
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
469
|
-
padding: 0;
|
|
470
|
-
}
|
|
471
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
472
|
-
margin-bottom: 0 !important;
|
|
473
|
-
}
|
|
474
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
|
|
475
|
-
padding: 16px 0 !important;
|
|
476
|
-
}
|
|
477
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
|
|
478
|
-
padding: 0 20px;
|
|
479
|
-
overflow: hidden auto;
|
|
480
|
-
}
|
|
481
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
482
|
-
margin-top: 0;
|
|
483
|
-
padding: 0 20px 12px;
|
|
484
|
-
border-top: none;
|
|
485
|
-
}
|
|
486
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
487
|
-
min-width: 72px;
|
|
488
|
-
}
|
|
489
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
490
|
-
margin-inline-start: 8px;
|
|
491
|
-
}
|
|
492
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
493
|
-
padding: 20px 24px;
|
|
494
|
-
}
|
|
495
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
496
|
-
margin-inline-end: 10px;
|
|
497
|
-
font-size: 22px;
|
|
498
|
-
}
|
|
499
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
500
|
-
color: #333333;
|
|
501
|
-
font-weight: normal;
|
|
502
|
-
}
|
|
503
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
504
|
-
max-width: calc(100% - 40px);
|
|
505
|
-
color: #999999;
|
|
506
|
-
font-weight: normal;
|
|
507
|
-
line-height: 200%;
|
|
508
|
-
margin-block-start: 4px;
|
|
509
|
-
margin-inline-start: 34px;
|
|
510
|
-
}
|
|
511
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
512
|
-
color: #999999;
|
|
513
|
-
}
|
|
514
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
515
|
-
margin-top: 0;
|
|
516
|
-
padding-top: 16px;
|
|
517
|
-
}
|
|
518
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
519
|
-
min-width: 72px;
|
|
520
|
-
}
|
|
521
|
-
[data-aplus-ui-mode='admin'] .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
522
|
-
margin-inline-start: 8px;
|
|
523
|
-
}
|
|
524
|
-
[data-aplus-ui-mode='admin'] .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
525
|
-
color: #06c687;
|
|
526
|
-
}
|
|
527
|
-
[data-aplus-ui-mode='admin'] .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
528
|
-
color: #1890ff;
|
|
529
|
-
}
|
|
530
|
-
[data-aplus-ui-mode='admin'] .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
531
|
-
[data-aplus-ui-mode='admin'] .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
532
|
-
color: #faad14;
|
|
533
|
-
}
|
|
534
|
-
[data-aplus-ui-mode='admin'] .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
535
|
-
color: #ff4d4f;
|
|
536
|
-
}
|
|
537
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width:has(ul.ant-pagination),
|
|
538
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
539
|
-
padding-bottom: 0;
|
|
540
|
-
}
|
|
541
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container,
|
|
542
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
543
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width,
|
|
544
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
545
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container,
|
|
546
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
547
|
-
overflow: visible;
|
|
548
|
-
}
|
|
549
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table,
|
|
550
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
551
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-table,
|
|
552
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
553
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table,
|
|
554
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
555
|
-
overflow: visible;
|
|
556
|
-
}
|
|
557
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container,
|
|
558
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
559
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-table .ant-table-container,
|
|
560
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
561
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container,
|
|
562
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
563
|
-
overflow: visible;
|
|
564
|
-
}
|
|
565
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
566
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
567
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-table .ant-table-container .ant-table-header,
|
|
568
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
569
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
570
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
571
|
-
position: sticky;
|
|
572
|
-
top: 0;
|
|
573
|
-
z-index: 90;
|
|
574
|
-
border-top: 4px solid #ffffff;
|
|
575
|
-
}
|
|
576
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .aplus-scroll-bar,
|
|
577
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
578
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .aplus-scroll-bar,
|
|
579
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
580
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container .aplus-scroll-bar,
|
|
581
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
582
|
-
position: sticky;
|
|
583
|
-
bottom: -1px;
|
|
584
|
-
z-index: 90;
|
|
585
|
-
}
|
|
586
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
587
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
588
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
589
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
590
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
591
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
592
|
-
bottom: 44px;
|
|
593
|
-
}
|
|
594
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container ul.ant-pagination,
|
|
595
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
596
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width ul.ant-pagination,
|
|
597
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
598
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container ul.ant-pagination,
|
|
599
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
600
|
-
position: sticky;
|
|
601
|
-
bottom: 0;
|
|
602
|
-
z-index: 90;
|
|
603
|
-
margin: 0;
|
|
604
|
-
padding: 8px 0;
|
|
605
|
-
background-color: #ffffff;
|
|
606
|
-
}
|
|
607
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
608
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
609
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
610
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
611
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .--aplus-scroll-bar-track-width .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
612
|
-
[data-aplus-ui-mode='admin'] [class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
613
|
-
padding-top: 4px;
|
|
614
|
-
}
|
|
615
|
-
[data-aplus-ui-mode='admin'] .ant-tooltip div[role='tooltip'] {
|
|
616
|
-
padding-block: 6px;
|
|
617
|
-
}
|
|
618
|
-
[data-aplus-ui-mode='admin'] .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
619
|
-
border-color: #d9d9d9;
|
|
620
|
-
}
|
|
621
|
-
[data-aplus-ui-mode='admin'] .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
622
|
-
border-color: #d9d9d9;
|
|
623
|
-
}
|
|
624
|
-
[data-aplus-ui-mode='admin'] .ant-input::-moz-placeholder {
|
|
625
|
-
color: #bfbfbf;
|
|
626
|
-
}
|
|
627
|
-
[data-aplus-ui-mode='admin'] .ant-input::placeholder {
|
|
628
|
-
color: #bfbfbf;
|
|
629
|
-
}
|
|
630
|
-
[data-aplus-ui-mode='admin'] .ant-select .ant-select-selection-placeholder {
|
|
631
|
-
color: #bfbfbf;
|
|
632
|
-
}
|
|
633
|
-
[data-aplus-ui-mode='admin'] .ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
634
|
-
color: #bfbfbf;
|
|
635
|
-
}
|
|
636
|
-
[data-aplus-ui-mode='admin'] .ant-picker .ant-picker-input > input::placeholder {
|
|
637
|
-
color: #bfbfbf;
|
|
638
|
-
}
|
|
639
|
-
[data-aplus-ui-mode='admin'] .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
640
|
-
color: #bfbfbf;
|
|
641
|
-
}
|
|
642
|
-
[data-aplus-ui-mode='admin'] .ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
643
|
-
color: #bfbfbf;
|
|
644
|
-
}
|
|
645
|
-
[data-aplus-ui-mode='admin'] .ant-drawer-right .ant-drawer-content-wrapper {
|
|
646
|
-
box-shadow: -8px 2px 24px 0 rgba(51, 51, 51, 0.2);
|
|
647
|
-
}
|
|
648
|
-
.reset-component {
|
|
649
|
-
box-sizing: border-box;
|
|
650
|
-
margin: 0;
|
|
651
|
-
padding: 0;
|
|
652
|
-
color: #182948;
|
|
653
|
-
font-size: 12px;
|
|
654
|
-
font-family: inherit;
|
|
655
|
-
line-height: 18px;
|
|
656
|
-
list-style: none;
|
|
657
|
-
}
|
|
658
|
-
.reset-scrollbar ::-webkit-scrollbar {
|
|
659
|
-
width: 10px;
|
|
660
|
-
height: 10px;
|
|
661
|
-
}
|
|
662
|
-
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
663
|
-
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
664
|
-
background-clip: content-box;
|
|
665
|
-
border: 1px solid transparent;
|
|
666
|
-
border-radius: 4px;
|
|
667
|
-
}
|
|
668
|
-
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
669
|
-
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
670
|
-
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
671
|
-
}
|
|
672
|
-
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
673
|
-
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
674
|
-
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
675
|
-
}
|
|
676
|
-
.clear-fix::before {
|
|
677
|
-
display: table;
|
|
678
|
-
content: '';
|
|
679
|
-
}
|
|
680
|
-
.clear-fix::after {
|
|
681
|
-
display: table;
|
|
682
|
-
clear: both;
|
|
683
|
-
content: '';
|
|
684
|
-
}
|
|
685
|
-
.common-style {
|
|
686
|
-
box-sizing: border-box;
|
|
687
|
-
font-size: 12px;
|
|
688
|
-
font-family: inherit;
|
|
689
|
-
}
|
|
690
|
-
.common-style::before,
|
|
691
|
-
.common-style::after {
|
|
692
|
-
box-sizing: border-box;
|
|
693
|
-
}
|
|
694
|
-
.aplus-action-item-dropdown__item .aplus-action-item {
|
|
695
|
-
width: 100%;
|
|
696
|
-
}
|
|
697
|
-
.aplus-action-item-dropdown__wrapper {
|
|
698
|
-
display: inline-flex;
|
|
699
|
-
flex-direction: row;
|
|
700
|
-
align-items: center;
|
|
701
|
-
}
|
|
702
|
-
.aplus-action-item-dropdown__icon {
|
|
703
|
-
color: #0070ff;
|
|
704
|
-
margin-left: 2px;
|
|
705
|
-
font-size: 12px;
|
|
706
|
-
display: inline-flex;
|
|
707
|
-
}
|
|
708
|
-
.aplus-ap-attachment {
|
|
709
|
-
display: flex;
|
|
710
|
-
justify-content: space-between;
|
|
711
|
-
align-items: center;
|
|
712
|
-
}
|
|
713
|
-
.aplus-ap-attachment__content {
|
|
714
|
-
width: 80%;
|
|
715
|
-
flex: 1;
|
|
716
|
-
display: flex;
|
|
717
|
-
flex-shrink: 0;
|
|
718
|
-
align-items: center;
|
|
719
|
-
}
|
|
720
|
-
.aplus-ap-attachment__text-render {
|
|
721
|
-
color: var(--download-main-color);
|
|
722
|
-
margin-right: 5px;
|
|
723
|
-
}
|
|
724
|
-
.aplus-ap-attachment__text-render:hover {
|
|
725
|
-
color: var(--download-main-color-opacity);
|
|
726
|
-
}
|
|
727
|
-
.aplus-ap-attachment__spin {
|
|
728
|
-
float: left;
|
|
729
|
-
margin-right: 5px;
|
|
730
|
-
}
|
|
731
|
-
.aplus-ap-attachment__text-inner {
|
|
732
|
-
flex: 1;
|
|
733
|
-
flex-shrink: 0;
|
|
734
|
-
white-space: nowrap;
|
|
735
|
-
overflow: hidden;
|
|
736
|
-
text-overflow: ellipsis;
|
|
737
|
-
font-size: 12px;
|
|
738
|
-
cursor: pointer;
|
|
739
|
-
color: var(--download-main-color);
|
|
740
|
-
}
|
|
741
|
-
.aplus-ap-attachment__text-inner:hover {
|
|
742
|
-
color: var(--download-main-color-opacity);
|
|
743
|
-
}
|
|
744
|
-
.aplus-ap-attachment__more {
|
|
745
|
-
width: 40px;
|
|
746
|
-
font-size: 12px;
|
|
747
|
-
line-height: 18px;
|
|
748
|
-
cursor: pointer;
|
|
749
|
-
color: var(--download-main-color);
|
|
750
|
-
}
|
|
751
|
-
.aplus-ap-attachment__more:hover {
|
|
752
|
-
color: var(--download-main-color-opacity);
|
|
753
|
-
}
|
|
754
|
-
.aplus-ap-attachment__file-list {
|
|
755
|
-
max-width: 312px;
|
|
756
|
-
display: flex;
|
|
757
|
-
flex-direction: column;
|
|
758
|
-
margin: 0;
|
|
759
|
-
padding: 0;
|
|
760
|
-
}
|
|
761
|
-
.aplus-ap-attachment__file-item {
|
|
762
|
-
flex: 1;
|
|
763
|
-
word-wrap: break-word;
|
|
764
|
-
margin-bottom: 12px;
|
|
765
|
-
font-size: 12px;
|
|
766
|
-
color: #000;
|
|
767
|
-
cursor: pointer;
|
|
768
|
-
}
|
|
769
|
-
.aplus-ap-attachment__file-item:hover {
|
|
770
|
-
color: var(--download-main-color);
|
|
771
|
-
}
|
|
772
|
-
.aplus-ap-attachment__down-load-all {
|
|
773
|
-
font-size: 12px;
|
|
774
|
-
color: var(--download-main-color);
|
|
775
|
-
cursor: pointer;
|
|
776
|
-
margin-bottom: 0;
|
|
777
|
-
}
|
|
778
|
-
.aplus-ap-attachment__down-load-all:hover {
|
|
779
|
-
color: var(--download-main-color-opacity);
|
|
780
|
-
}
|
|
781
|
-
.aplus-ap-batch-action {
|
|
782
|
-
width: 100%;
|
|
783
|
-
}
|
|
784
|
-
.aplus-ap-batch-action-body {
|
|
785
|
-
width: 100%;
|
|
786
|
-
display: flex;
|
|
787
|
-
align-items: center;
|
|
788
|
-
}
|
|
789
|
-
.aplus-ap-batch-action-body .selected-desc {
|
|
790
|
-
display: flex;
|
|
791
|
-
align-items: center;
|
|
792
|
-
margin-right: 16px;
|
|
793
|
-
flex-shrink: 0;
|
|
794
|
-
}
|
|
795
|
-
.aplus-ap-batch-action-body .selected-desc-conut {
|
|
796
|
-
display: flex;
|
|
797
|
-
align-items: center;
|
|
798
|
-
font-size: 12px;
|
|
799
|
-
color: var(--ap-text-color-3);
|
|
800
|
-
}
|
|
801
|
-
.aplus-ap-batch-action-body .selected-desc-conut span {
|
|
802
|
-
color: var(--ap-color-primary);
|
|
803
|
-
font-weight: bold;
|
|
804
|
-
min-width: 10px;
|
|
805
|
-
text-align: center;
|
|
806
|
-
display: inline-block;
|
|
807
|
-
}
|
|
808
|
-
.aplus-ap-batch-action-body .selected-desc-clean {
|
|
809
|
-
margin-left: 8px;
|
|
810
|
-
}
|
|
811
|
-
.aplus-ap-batch-action-body .selected-desc-clean > * {
|
|
812
|
-
padding: 0;
|
|
813
|
-
}
|
|
814
|
-
.aplus-ap-batch-action-header {
|
|
815
|
-
width: 100%;
|
|
816
|
-
padding-bottom: 8px;
|
|
817
|
-
margin-bottom: 8px;
|
|
818
|
-
border-bottom: 1px solid var(--ap-color-bg);
|
|
819
|
-
}
|
|
820
|
-
.ant-btn.aplus-ap-action-button-border-link:not(:disabled):hover,
|
|
821
|
-
.aplus-ap-action-button-border-link:not(:disabled):active,
|
|
822
|
-
.aplus-ap-action-button-border-link:not(:disabled):focus {
|
|
823
|
-
border-color: var(--button-border-color);
|
|
824
|
-
color: var(--button-border-color) !important;
|
|
825
|
-
}
|
|
826
|
-
.aplus-ap-card {
|
|
827
|
-
width: 100%;
|
|
828
|
-
background: #fff;
|
|
829
|
-
}
|
|
830
|
-
.aplus-ap-card + .aplus-ap-card {
|
|
831
|
-
margin-top: 10px;
|
|
832
|
-
}
|
|
833
|
-
.aplus-ap-card-title {
|
|
834
|
-
margin-bottom: 12px;
|
|
835
|
-
}
|
|
836
|
-
/**
|
|
837
|
-
TODO:
|
|
838
|
-
1.admin和aplus样式提成变量?
|
|
839
|
-
*/
|
|
840
|
-
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-view table {
|
|
841
|
-
table-layout: fixed;
|
|
842
|
-
}
|
|
843
|
-
.aplus-ap-descriptions .ant-descriptions td.ant-descriptions-item {
|
|
844
|
-
padding-bottom: var(--ap-descriptions-item-padding-bottom, 16px);
|
|
845
|
-
}
|
|
846
|
-
.aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
|
|
847
|
-
padding-bottom: 4px;
|
|
848
|
-
}
|
|
849
|
-
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
|
|
850
|
-
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom, 0px);
|
|
851
|
-
}
|
|
852
|
-
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
853
|
-
margin-inline: 4px 12px;
|
|
854
|
-
}
|
|
855
|
-
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-label {
|
|
856
|
-
flex-shrink: 0;
|
|
857
|
-
}
|
|
858
|
-
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-content {
|
|
859
|
-
flex-shrink: 1;
|
|
860
|
-
min-width: 0px;
|
|
861
|
-
}
|
|
862
|
-
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-content .ant-typography {
|
|
863
|
-
margin-bottom: 0px;
|
|
864
|
-
}
|
|
865
|
-
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-content .ant-typography-ellipsis {
|
|
866
|
-
max-width: 100%;
|
|
867
|
-
}
|
|
868
|
-
.aplus-ap-descriptions--item-label .ant-typography-single-line {
|
|
869
|
-
white-space: normal;
|
|
870
|
-
}
|
|
871
|
-
.aplus-ap-descriptions .ant-descriptions-row .ant-descriptions-item-label .ant-typography {
|
|
872
|
-
color: inherit;
|
|
873
|
-
}
|
|
874
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label {
|
|
875
|
-
justify-content: flex-end;
|
|
876
|
-
width: var(--ap-descriptions-item-label-width, auto);
|
|
877
|
-
color: #999999;
|
|
878
|
-
}
|
|
879
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
880
|
-
font-size: 14px;
|
|
881
|
-
margin-left: 4px;
|
|
882
|
-
color: #999999;
|
|
883
|
-
}
|
|
884
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
|
|
885
|
-
color: #333333;
|
|
886
|
-
}
|
|
887
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content .ap-descriptions-item-content__link {
|
|
888
|
-
color: #1890ff;
|
|
889
|
-
cursor: pointer;
|
|
890
|
-
}
|
|
891
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label {
|
|
892
|
-
justify-content: flex-end;
|
|
893
|
-
width: var(--ap-descriptions-item-label-width, auto);
|
|
894
|
-
color: #8896B0;
|
|
895
|
-
}
|
|
896
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
897
|
-
font-size: 14px;
|
|
898
|
-
margin-left: 4px;
|
|
899
|
-
color: #8896B0;
|
|
900
|
-
}
|
|
901
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
|
|
902
|
-
color: #182948;
|
|
903
|
-
}
|
|
904
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content .ap-descriptions-item-content__link {
|
|
905
|
-
color: #0070FF;
|
|
906
|
-
cursor: pointer;
|
|
907
|
-
}
|
|
908
|
-
.aplus-ap-download-wrapper {
|
|
909
|
-
text-wrap: nowrap;
|
|
910
|
-
display: inline-block;
|
|
911
|
-
}
|
|
912
|
-
.aplus-ap-download-inner-wrapper {
|
|
913
|
-
display: inline-block;
|
|
914
|
-
color: var(--download-main-color);
|
|
915
|
-
cursor: pointer;
|
|
916
|
-
display: flex;
|
|
917
|
-
align-items: center;
|
|
918
|
-
}
|
|
919
|
-
.aplus-ap-download-inner-wrapper .spin {
|
|
920
|
-
margin-right: 5px;
|
|
921
|
-
}
|
|
922
|
-
.aplus-ap-download-inner-wrapper .icon {
|
|
923
|
-
position: relative;
|
|
924
|
-
font-size: 16px;
|
|
925
|
-
margin-right: 5px;
|
|
926
|
-
}
|
|
927
|
-
.aplus-ap-download-inner-wrapper .text {
|
|
928
|
-
color: var(--download-main-color);
|
|
929
|
-
}
|
|
930
|
-
.aplus-ap-download-inner-wrapper:hover {
|
|
931
|
-
color: var(--download-main-color-opacity);
|
|
932
|
-
}
|
|
933
|
-
.aplus-ap-download-inner-wrapper--large {
|
|
934
|
-
line-height: 22px;
|
|
935
|
-
font-size: 14px;
|
|
936
|
-
}
|
|
937
|
-
.aplus-ap-download-inner-wrapper--middle {
|
|
938
|
-
line-height: 18px;
|
|
939
|
-
font-size: 12px;
|
|
940
|
-
}
|
|
941
|
-
.aplus-ap-download-inner-wrapper--small {
|
|
942
|
-
line-height: 16px;
|
|
943
|
-
font-size: 10px;
|
|
944
|
-
}
|
|
945
|
-
.aplus-ap-download-inner-wrapper--disabled {
|
|
946
|
-
color: #8896b0;
|
|
947
|
-
cursor: not-allowed;
|
|
948
|
-
}
|
|
949
|
-
.aplus-ap-download-inner-wrapper--disabled:hover {
|
|
950
|
-
color: #8896b0;
|
|
951
|
-
}
|
|
952
|
-
.aplus-ap-download-inner-wrapper--disabled-admin {
|
|
953
|
-
cursor: not-allowed;
|
|
954
|
-
color: #999;
|
|
955
|
-
}
|
|
956
|
-
.aplus-ap-download-inner-wrapper--disabled-admin:hover {
|
|
957
|
-
color: #999;
|
|
958
|
-
}
|
|
959
|
-
.aplus-ap-expand-alert .aplus-action-item {
|
|
960
|
-
font-size: 12px;
|
|
961
|
-
}
|
|
962
|
-
.aplus-ap-expand-alert__expandText {
|
|
963
|
-
font-size: 12px;
|
|
964
|
-
margin-inline-end: 4px;
|
|
965
|
-
margin-inline-start: 4px;
|
|
966
|
-
}
|
|
967
|
-
.aplus-ap-expand-alert__expandIcon {
|
|
968
|
-
transition: all 0.3s;
|
|
969
|
-
transform: rotateZ(180deg);
|
|
970
|
-
}
|
|
971
|
-
.aplus-ap-expand-alert__collapseIcon {
|
|
972
|
-
transition: all 0.3s;
|
|
973
|
-
transform: rotateZ(0deg);
|
|
974
|
-
}
|
|
975
|
-
.aplus-ap-expand-alert__prefix {
|
|
976
|
-
display: inline-block;
|
|
977
|
-
}
|
|
978
|
-
.aplus-ap-expand-alert__showItem {
|
|
979
|
-
color: #0070ff;
|
|
980
|
-
cursor: pointer;
|
|
981
|
-
white-space: nowrap;
|
|
982
|
-
}
|
|
983
|
-
.aplus-ap-expand-alert__showItem:hover {
|
|
984
|
-
color: #66a9ff;
|
|
985
|
-
}
|
|
986
|
-
.aplus-ap-expand-alert__spliter {
|
|
987
|
-
color: #dee4ed;
|
|
988
|
-
padding: 0 8px;
|
|
989
|
-
}
|
|
990
|
-
.aplus-ap-expand-alert__antAlert.ant-alert {
|
|
991
|
-
align-items: flex-start;
|
|
992
|
-
line-height: 18px;
|
|
993
|
-
}
|
|
994
|
-
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
995
|
-
font-size: 14px;
|
|
996
|
-
transform: translateY(2px);
|
|
997
|
-
display: block;
|
|
998
|
-
}
|
|
999
|
-
.aplus-ap-expand-alert--aplus .card-alert {
|
|
1000
|
-
background-color: transparent !important;
|
|
1001
|
-
border: none ;
|
|
1002
|
-
}
|
|
1003
|
-
.aplus-ap-expand-alert--admin .card-alert {
|
|
1004
|
-
background-color: transparent !important;
|
|
1005
|
-
border: none;
|
|
1006
|
-
}
|
|
1007
|
-
.aplus-field-checkbox--vertical {
|
|
1008
|
-
display: inline-block;
|
|
1009
|
-
}
|
|
1010
|
-
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
1011
|
-
display: flex;
|
|
1012
|
-
margin-block-end: 12px;
|
|
1013
|
-
}
|
|
1014
|
-
.aplus-field-checkbox .ant-checkbox-disabled + span {
|
|
1015
|
-
color: unset;
|
|
1016
|
-
}
|
|
1017
|
-
.aplus-field-number-label-left {
|
|
1018
|
-
padding-right: 4px;
|
|
1019
|
-
}
|
|
1020
|
-
.aplus-field-number-label-right {
|
|
1021
|
-
padding-left: 4px;
|
|
1022
|
-
}
|
|
1023
|
-
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
1024
|
-
display: flex;
|
|
1025
|
-
margin-block-end: 12px;
|
|
1026
|
-
}
|
|
1027
|
-
.aplus-field-radio .ant-radio-wrapper-disabled {
|
|
1028
|
-
color: unset;
|
|
1029
|
-
}
|
|
1030
|
-
.aplus-field-text-area {
|
|
1031
|
-
white-space: pre-wrap;
|
|
1032
|
-
word-wrap: break-word;
|
|
1033
|
-
word-break: break-all;
|
|
1034
|
-
}
|
|
1035
|
-
.aplus-ap-form-item-group .ant-form-item-control .ant-picker {
|
|
1036
|
-
display: flex;
|
|
1037
|
-
}
|
|
1038
|
-
.aplus-ap-form-item-group .ant-form-item-control .ant-input-number {
|
|
1039
|
-
width: 100%;
|
|
1040
|
-
}
|
|
1041
|
-
.aplus-ap-form-item-group-col-hidden {
|
|
1042
|
-
display: none !important;
|
|
1043
|
-
}
|
|
1044
|
-
.aplus-ap-form-item--bordered {
|
|
1045
|
-
box-sizing: border-box;
|
|
1046
|
-
border: 1px solid var(--ap-border-color-base);
|
|
1047
|
-
border-radius: 4px;
|
|
1048
|
-
padding-inline: 8px;
|
|
1049
|
-
}
|
|
1050
|
-
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
1051
|
-
padding: 0;
|
|
1052
|
-
}
|
|
1053
|
-
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
|
|
1054
|
-
padding-right: 8px;
|
|
1055
|
-
}
|
|
1056
|
-
.aplus-ap-form-item--bordered:has(textarea.ant-input) {
|
|
1057
|
-
padding-inline-end: 0;
|
|
1058
|
-
}
|
|
1059
|
-
.aplus-ap-form-item--bordered:has(textarea.ant-input) .ant-input {
|
|
1060
|
-
padding-inline-start: 0;
|
|
1061
|
-
}
|
|
1062
|
-
.aplus-ap-form-item--bordered .ant-picker {
|
|
1063
|
-
padding: 0;
|
|
1064
|
-
}
|
|
1065
|
-
.aplus-ap-form-item--bordered .ant-form-item-control-input-content > .ant-input-group > .ant-picker-range:nth-child(1) .ant-picker-clear {
|
|
1066
|
-
inset-inline-end: 0;
|
|
1067
|
-
}
|
|
1068
|
-
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
1069
|
-
padding-left: 8px;
|
|
1070
|
-
}
|
|
1071
|
-
.aplus-ap-form-item--bordered .ant-select-selector {
|
|
1072
|
-
border-width: 0 !important;
|
|
1073
|
-
box-shadow: none !important;
|
|
1074
|
-
}
|
|
1075
|
-
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
|
|
1076
|
-
height: 30px !important;
|
|
1077
|
-
}
|
|
1078
|
-
.aplus-ap-form-item--bordered input.ant-input-number-input {
|
|
1079
|
-
padding-left: 0;
|
|
1080
|
-
}
|
|
1081
|
-
.aplus-ap-form-item--bordered:has(.ant-input-number) {
|
|
1082
|
-
padding-right: 0;
|
|
1083
|
-
}
|
|
1084
|
-
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
1085
|
-
padding-right: 0px;
|
|
1086
|
-
}
|
|
1087
|
-
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
1088
|
-
padding-right: 4px;
|
|
1089
|
-
}
|
|
1090
|
-
.aplus-ap-form-item--bordered div.ant-form-item-control {
|
|
1091
|
-
flex: 1 1 0;
|
|
1092
|
-
min-width: 0;
|
|
1093
|
-
}
|
|
1094
|
-
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
1095
|
-
padding-right: 12px;
|
|
1096
|
-
height: 30px;
|
|
1097
|
-
}
|
|
1098
|
-
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
1099
|
-
margin: 0;
|
|
1100
|
-
}
|
|
1101
|
-
.aplus-ap-form-item--bordered .ant-form-item-control-input {
|
|
1102
|
-
min-height: 30px;
|
|
1103
|
-
}
|
|
1104
|
-
.aplus-ap-form-item--bordered .ant-form-item-control-input .ant-select-single {
|
|
1105
|
-
height: unset;
|
|
1106
|
-
}
|
|
1107
|
-
.aplus-ap-form-item--bordered:hover {
|
|
1108
|
-
border-color: var(--ap-hover-color-base);
|
|
1109
|
-
}
|
|
1110
|
-
.aplus-ap-form-item--bordered:focus {
|
|
1111
|
-
border-color: var(--ap-active-color-base);
|
|
1112
|
-
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
1113
|
-
}
|
|
1114
|
-
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
|
|
1115
|
-
width: calc(100% + 12px);
|
|
1116
|
-
}
|
|
1117
|
-
.aplus-ap-form-item--disabled {
|
|
1118
|
-
background-color: var(--color-bg-container-disabled);
|
|
1119
|
-
}
|
|
1120
|
-
.aplus-ap-form-item--disabled .ant-select-selector {
|
|
1121
|
-
background: transparent !important;
|
|
1122
|
-
}
|
|
1123
|
-
.aplus-ap-form-item--focused {
|
|
1124
|
-
border-color: var(--ap-active-color-base);
|
|
1125
|
-
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
1126
|
-
}
|
|
1127
|
-
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
1128
|
-
font-size: 12px;
|
|
1129
|
-
line-height: 16px;
|
|
1130
|
-
}
|
|
1131
|
-
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
1132
|
-
line-height: 22px;
|
|
1133
|
-
min-height: unset;
|
|
1134
|
-
margin-top: 4px;
|
|
1135
|
-
margin-bottom: 12px;
|
|
1136
|
-
}
|
|
1137
|
-
.aplus-ap-form-item .ant-input-group .ant-picker:only-child {
|
|
1138
|
-
width: 100%;
|
|
1139
|
-
}
|
|
1140
|
-
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
|
|
1141
|
-
padding-inline: 8px;
|
|
1142
|
-
flex: 1;
|
|
1143
|
-
}
|
|
1144
|
-
.aplus-ap-form-drawer-form__resize-bar {
|
|
1145
|
-
width: 4px;
|
|
1146
|
-
cursor: ew-resize;
|
|
1147
|
-
position: absolute;
|
|
1148
|
-
top: 0;
|
|
1149
|
-
left: 0;
|
|
1150
|
-
bottom: 0;
|
|
1151
|
-
z-index: 100;
|
|
1152
|
-
background-color: transparent;
|
|
1153
|
-
}
|
|
1154
|
-
.aplus-ap-form-drawer-form__resize-bar--min-disabled {
|
|
1155
|
-
cursor: w-resize;
|
|
1156
|
-
}
|
|
1157
|
-
.aplus-ap-form-drawer-form__resize-bar--max-disabled {
|
|
1158
|
-
cursor: e-resize;
|
|
1159
|
-
}
|
|
1160
|
-
.aplus-ap-form-modal-form .ant-modal-content {
|
|
1161
|
-
padding: 0;
|
|
1162
|
-
}
|
|
1163
|
-
.aplus-ap-form-modal-form .ant-modal-header {
|
|
1164
|
-
padding: 15px 20px;
|
|
1165
|
-
border-bottom: 1px solid #E9EDF3;
|
|
1166
|
-
margin-bottom: 0;
|
|
1167
|
-
}
|
|
1168
|
-
.aplus-ap-form-modal-form__content {
|
|
1169
|
-
padding: 20px 20px 0px;
|
|
1170
|
-
}
|
|
1171
|
-
.aplus-ap-form-modal-form__footer {
|
|
1172
|
-
padding: 12px 20px;
|
|
1173
|
-
}
|
|
1174
|
-
.aplus-ap-form-modal-form__footer-admin {
|
|
1175
|
-
border-top: 1px solid #E9EDF3;
|
|
1176
|
-
}
|
|
1177
|
-
.aplus-ap-form-modal-form .ant-modal-close {
|
|
1178
|
-
top: 16px;
|
|
1179
|
-
}
|
|
1180
|
-
.aplus-search-form-sorter-content {
|
|
1181
|
-
width: 560px;
|
|
1182
|
-
}
|
|
1183
|
-
.aplus-search-form-sorter-header {
|
|
1184
|
-
padding: 16px 16px 0px;
|
|
1185
|
-
}
|
|
1186
|
-
.aplus-search-form-sorter-header-title {
|
|
1187
|
-
box-sizing: border-box;
|
|
1188
|
-
margin: 0;
|
|
1189
|
-
padding: 0;
|
|
1190
|
-
color: #182948;
|
|
1191
|
-
font-size: 12px;
|
|
1192
|
-
font-family: inherit;
|
|
1193
|
-
line-height: 18px;
|
|
1194
|
-
list-style: none;
|
|
1195
|
-
color: var(--ap-text-color-2);
|
|
1196
|
-
font-size: 14px;
|
|
1197
|
-
font-weight: 700;
|
|
1198
|
-
display: inline-block;
|
|
1199
|
-
padding-bottom: 4px;
|
|
1200
|
-
}
|
|
1201
|
-
.aplus-search-form-sorter-header-desc {
|
|
1202
|
-
box-sizing: border-box;
|
|
1203
|
-
margin: 0;
|
|
1204
|
-
padding: 0;
|
|
1205
|
-
color: #182948;
|
|
1206
|
-
font-size: 12px;
|
|
1207
|
-
font-family: inherit;
|
|
1208
|
-
line-height: 18px;
|
|
1209
|
-
list-style: none;
|
|
1210
|
-
color: var(--ap-text-color-3);
|
|
1211
|
-
}
|
|
1212
|
-
.aplus-search-form-sorter-header-action-wrapper {
|
|
1213
|
-
padding: 8px;
|
|
1214
|
-
margin: -8px;
|
|
1215
|
-
cursor: pointer;
|
|
1216
|
-
}
|
|
1217
|
-
.aplus-search-form-sorter-header-reset-btn {
|
|
1218
|
-
box-sizing: border-box;
|
|
1219
|
-
margin: 0;
|
|
1220
|
-
padding: 0;
|
|
1221
|
-
color: #182948;
|
|
1222
|
-
font-size: 12px;
|
|
1223
|
-
font-family: inherit;
|
|
1224
|
-
line-height: 18px;
|
|
1225
|
-
list-style: none;
|
|
1226
|
-
color: var(--ap-color-link);
|
|
1227
|
-
}
|
|
1228
|
-
.aplus-search-form-sorter-sorter-wrapper {
|
|
1229
|
-
display: flex;
|
|
1230
|
-
flex-direction: row;
|
|
1231
|
-
flex-wrap: wrap;
|
|
1232
|
-
margin-left: -4px;
|
|
1233
|
-
margin-right: -4px;
|
|
1234
|
-
row-gap: 8px;
|
|
1235
|
-
}
|
|
1236
|
-
.aplus-search-form-sorter-sorter-item {
|
|
1237
|
-
flex: 0 0 33.333333%;
|
|
1238
|
-
max-width: 33.333333%;
|
|
1239
|
-
padding-inline: 4px;
|
|
1240
|
-
}
|
|
1241
|
-
.aplus-search-form-sorter-sorter-item > div {
|
|
1242
|
-
border: 1px solid var(--ap-color-bg);
|
|
1243
|
-
border-radius: 4px;
|
|
1244
|
-
padding: 8px;
|
|
1245
|
-
display: flex;
|
|
1246
|
-
align-items: center;
|
|
1247
|
-
background-color: #fff;
|
|
1248
|
-
}
|
|
1249
|
-
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
1250
|
-
border-color: var(--ap-color-primary);
|
|
1251
|
-
cursor: pointer;
|
|
1252
|
-
}
|
|
1253
|
-
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
|
|
1254
|
-
color: var(--ap-color-primary) !important;
|
|
1255
|
-
}
|
|
1256
|
-
.aplus-search-form-sorter-sorter-item--hidden {
|
|
1257
|
-
display: none;
|
|
1258
|
-
}
|
|
1259
|
-
.aplus-search-form-sorter-sorter-item-text {
|
|
1260
|
-
box-sizing: border-box;
|
|
1261
|
-
margin: 0;
|
|
1262
|
-
padding: 0;
|
|
1263
|
-
color: #182948;
|
|
1264
|
-
font-size: 12px;
|
|
1265
|
-
font-family: inherit;
|
|
1266
|
-
line-height: 18px;
|
|
1267
|
-
list-style: none;
|
|
1268
|
-
padding-left: 4px;
|
|
1269
|
-
color: var(--ap-text-color-2);
|
|
1270
|
-
max-width: 100%;
|
|
1271
|
-
white-space: nowrap;
|
|
1272
|
-
overflow: hidden;
|
|
1273
|
-
text-overflow: ellipsis;
|
|
1274
|
-
}
|
|
1275
|
-
.aplus-ap-form-search-form .ant-form-item {
|
|
1276
|
-
margin-bottom: 8px;
|
|
1277
|
-
}
|
|
1278
|
-
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
1279
|
-
display: flex;
|
|
1280
|
-
}
|
|
1281
|
-
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
|
|
1282
|
-
width: 100%;
|
|
1283
|
-
}
|
|
1284
|
-
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
1285
|
-
margin-bottom: 8px;
|
|
1286
|
-
}
|
|
1287
|
-
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
1288
|
-
display: none;
|
|
1289
|
-
}
|
|
1290
|
-
.aplus-ap-form-search-form__popover .ant-popover-inner {
|
|
1291
|
-
padding: 0;
|
|
1292
|
-
}
|
|
1293
|
-
.aplus-ap-form-search-form__popover-content {
|
|
1294
|
-
padding: 12px 16px 16px;
|
|
1295
|
-
}
|
|
1296
|
-
.aplus-ap-form-search-form__popover-content textarea {
|
|
1297
|
-
padding: 0;
|
|
1298
|
-
}
|
|
1299
|
-
.aplus-ap-form-search-form__popover-footer {
|
|
1300
|
-
padding: 12px 16px;
|
|
1301
|
-
}
|
|
1302
|
-
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
1303
|
-
margin-left: 10px;
|
|
1304
|
-
}
|
|
1305
|
-
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
1306
|
-
padding-inline: 16px;
|
|
1307
|
-
}
|
|
1308
|
-
.aplus-ap-form-search-form-trigger-btn {
|
|
1309
|
-
font-size: 0px;
|
|
1310
|
-
}
|
|
1311
|
-
.aplus-ap-form-search-form-trigger-btn-active {
|
|
1312
|
-
color: var(--ap-hover-color-base);
|
|
1313
|
-
border-color: var(--ap-hover-color-base);
|
|
1314
|
-
z-index: 1;
|
|
1315
|
-
}
|
|
1316
|
-
.aplus-ap-form-search-form-trigger-btn-badge {
|
|
1317
|
-
display: inline-block;
|
|
1318
|
-
padding: 2px;
|
|
1319
|
-
min-width: 14px;
|
|
1320
|
-
height: 14px;
|
|
1321
|
-
background-color: var(--ap-color-primary);
|
|
1322
|
-
font-size: 10px;
|
|
1323
|
-
line-height: 1;
|
|
1324
|
-
border-radius: 7px;
|
|
1325
|
-
color: #fff;
|
|
1326
|
-
position: absolute;
|
|
1327
|
-
top: 0;
|
|
1328
|
-
left: 0;
|
|
1329
|
-
transform: translate(-50%, -50%);
|
|
1330
|
-
box-shadow: 0 0 0 1px #fff;
|
|
1331
|
-
}
|
|
1332
|
-
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
1333
|
-
flex-shrink: 0;
|
|
1334
|
-
}
|
|
1335
|
-
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
|
|
1336
|
-
border-top-right-radius: 0px;
|
|
1337
|
-
border-bottom-right-radius: 0px;
|
|
1338
|
-
}
|
|
1339
|
-
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
|
|
1340
|
-
z-index: 1;
|
|
1341
|
-
}
|
|
1342
|
-
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
|
|
1343
|
-
border-top-left-radius: 0px;
|
|
1344
|
-
border-bottom-left-radius: 0px;
|
|
1345
|
-
margin-left: -1px;
|
|
1346
|
-
}
|
|
1347
|
-
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
|
|
1348
|
-
z-index: 1;
|
|
1349
|
-
}
|
|
1350
|
-
.aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
|
|
1351
|
-
line-height: 0px;
|
|
1352
|
-
vertical-align: -0.125em;
|
|
1353
|
-
}
|
|
1354
|
-
.aplus-ap-form-search-form-action-btn {
|
|
1355
|
-
padding-inline: 12px;
|
|
1356
|
-
}
|
|
1357
|
-
.aplus-ap-form-search-form-action-btn-reset {
|
|
1358
|
-
background-color: var(--ap-color-bg);
|
|
1359
|
-
}
|
|
1360
|
-
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
1361
|
-
z-index: 1;
|
|
1362
|
-
}
|
|
1363
|
-
.aplus-ap-form-item-text-group-compact .ant-select:hover {
|
|
1364
|
-
z-index: 1;
|
|
1365
|
-
}
|
|
1366
|
-
.aplus-ap-form-item-text-group-compact .ant-picker-focused {
|
|
1367
|
-
z-index: 1;
|
|
1368
|
-
}
|
|
1369
|
-
.aplus-ap-form-item-text-group-compact .ant-picker:hover {
|
|
1370
|
-
z-index: 1;
|
|
1371
|
-
}
|
|
1372
|
-
.aplus-ap-form-item-text-group-compact .ant-input-number-focused {
|
|
1373
|
-
z-index: 1;
|
|
1374
|
-
}
|
|
1375
|
-
.aplus-ap-form-item-text-group-compact .ant-input-number:hover {
|
|
1376
|
-
z-index: 1;
|
|
1377
|
-
}
|
|
1378
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > :first-child,
|
|
1379
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
1380
|
-
border-start-end-radius: 0;
|
|
1381
|
-
border-end-end-radius: 0;
|
|
1382
|
-
}
|
|
1383
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
|
|
1384
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
|
|
1385
|
-
border-start-end-radius: 0;
|
|
1386
|
-
border-end-end-radius: 0;
|
|
1387
|
-
}
|
|
1388
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
|
|
1389
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
1390
|
-
border-start-start-radius: 0;
|
|
1391
|
-
border-end-start-radius: 0;
|
|
1392
|
-
}
|
|
1393
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
|
|
1394
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
|
|
1395
|
-
border-start-start-radius: 0;
|
|
1396
|
-
border-end-start-radius: 0;
|
|
1397
|
-
}
|
|
1398
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
|
|
1399
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
1400
|
-
border-radius: 0;
|
|
1401
|
-
}
|
|
1402
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
|
|
1403
|
-
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
|
|
1404
|
-
border-radius: 0;
|
|
1405
|
-
}
|
|
1406
|
-
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
|
|
1407
|
-
border-radius: 0;
|
|
1408
|
-
}
|
|
1409
|
-
.ant-form-vertical .ant-input-group.ant-input-group-compact > * {
|
|
1410
|
-
vertical-align: bottom;
|
|
1411
|
-
}
|
|
1412
|
-
.aplus-ap-input-radio {
|
|
1413
|
-
display: flex;
|
|
1414
|
-
align-items: center;
|
|
1415
|
-
}
|
|
1416
|
-
.aplus-ap-input-radio__input-number {
|
|
1417
|
-
margin-right: 16px;
|
|
1418
|
-
}
|
|
1419
|
-
.aplus-ap-label {
|
|
1420
|
-
display: flex;
|
|
1421
|
-
flex-direction: column;
|
|
1422
|
-
align-items: start;
|
|
1423
|
-
font-size: 14px;
|
|
1424
|
-
}
|
|
1425
|
-
.aplus-ap-label__content {
|
|
1426
|
-
display: flex;
|
|
1427
|
-
flex-direction: row;
|
|
1428
|
-
align-items: center;
|
|
1429
|
-
}
|
|
1430
|
-
.aplus-ap-label__content .aplus-frontend-icon {
|
|
1431
|
-
display: flex;
|
|
1432
|
-
align-items: center;
|
|
1433
|
-
}
|
|
1434
|
-
.aplus-ap-label__custom {
|
|
1435
|
-
margin-top: 2px;
|
|
1436
|
-
width: 100%;
|
|
1437
|
-
}
|
|
1438
|
-
.aplus-ap-label__custom .ant-tag {
|
|
1439
|
-
height: 24px;
|
|
1440
|
-
line-height: 24px;
|
|
1441
|
-
}
|
|
1442
|
-
.aplus-ap-label__custom .ant-tag-green {
|
|
1443
|
-
color: #34b77c;
|
|
1444
|
-
border-color: #34b77c;
|
|
1445
|
-
background: rgba(52, 183, 124, 0.06);
|
|
1446
|
-
}
|
|
1447
|
-
.aplus-ap-label__custom .ant-tag-red {
|
|
1448
|
-
color: #FF4D4F;
|
|
1449
|
-
border-color: #FF4D4F;
|
|
1450
|
-
background: rgba(255, 77, 79, 0.06);
|
|
1451
|
-
}
|
|
1452
|
-
.aplus-ap-label__custom .ant-tag-blue {
|
|
1453
|
-
color: #1890ff;
|
|
1454
|
-
border-color: #1890ff;
|
|
1455
|
-
background: rgba(24, 144, 255, 0.06);
|
|
1456
|
-
}
|
|
1457
|
-
.aplus-ap-ladder {
|
|
1458
|
-
position: relative;
|
|
1459
|
-
width: inherit;
|
|
1460
|
-
font-size: 12px;
|
|
1461
|
-
line-height: 18px;
|
|
1462
|
-
/** 自动溢出省略 */
|
|
1463
|
-
/** Aplus端样式 */
|
|
1464
|
-
/** Admin端样式 */
|
|
1465
|
-
}
|
|
1466
|
-
.aplus-ap-ladder__value-group-item {
|
|
1467
|
-
display: flex;
|
|
1468
|
-
overflow: hidden;
|
|
1469
|
-
text-overflow: ellipsis;
|
|
1470
|
-
white-space: nowrap;
|
|
1471
|
-
min-width: 0;
|
|
1472
|
-
}
|
|
1473
|
-
.aplus-ap-ladder__value-group-value-end {
|
|
1474
|
-
justify-content: flex-end;
|
|
1475
|
-
}
|
|
1476
|
-
.aplus-ap-ladder__value-group-label {
|
|
1477
|
-
display: inline-block;
|
|
1478
|
-
color: #8896B0;
|
|
1479
|
-
word-break: break-all;
|
|
1480
|
-
position: relative;
|
|
1481
|
-
justify-content: center;
|
|
1482
|
-
}
|
|
1483
|
-
.aplus-ap-ladder__value-group-label-semicolon {
|
|
1484
|
-
display: inline-block;
|
|
1485
|
-
padding: 0 3px;
|
|
1486
|
-
}
|
|
1487
|
-
.aplus-ap-ladder__value-group-value {
|
|
1488
|
-
color: #182948;
|
|
1489
|
-
word-break: break-all;
|
|
1490
|
-
overflow: hidden;
|
|
1491
|
-
text-overflow: ellipsis;
|
|
1492
|
-
white-space: nowrap;
|
|
1493
|
-
}
|
|
1494
|
-
.aplus-ap-ladder__value-group-link {
|
|
1495
|
-
cursor: pointer ;
|
|
1496
|
-
color: #0070ff;
|
|
1497
|
-
text-decoration: none ;
|
|
1498
|
-
}
|
|
1499
|
-
.aplus-ap-ladder__value-group-label-left {
|
|
1500
|
-
text-align: left;
|
|
1501
|
-
}
|
|
1502
|
-
.aplus-ap-ladder__value-group-label-right {
|
|
1503
|
-
text-align: right;
|
|
1504
|
-
}
|
|
1505
|
-
.aplus-ap-ladder__label-align-space-between {
|
|
1506
|
-
justify-content: space-between;
|
|
1507
|
-
}
|
|
1508
|
-
.aplus-ap-ladder-base {
|
|
1509
|
-
display: flex;
|
|
1510
|
-
}
|
|
1511
|
-
.aplus-ap-ladder--vertical {
|
|
1512
|
-
flex-direction: column;
|
|
1513
|
-
overflow: hidden;
|
|
1514
|
-
text-overflow: ellipsis;
|
|
1515
|
-
white-space: nowrap;
|
|
1516
|
-
}
|
|
1517
|
-
.aplus-ap-ladder--vertical > * {
|
|
1518
|
-
overflow: hidden;
|
|
1519
|
-
text-overflow: ellipsis;
|
|
1520
|
-
white-space: nowrap;
|
|
1521
|
-
min-width: 0;
|
|
1522
|
-
}
|
|
1523
|
-
.aplus-ap-ladder--horizontal {
|
|
1524
|
-
flex-direction: row;
|
|
1525
|
-
overflow: hidden;
|
|
1526
|
-
text-overflow: ellipsis;
|
|
1527
|
-
white-space: nowrap;
|
|
1528
|
-
}
|
|
1529
|
-
.aplus-ap-ladder--horizontal > * {
|
|
1530
|
-
overflow: hidden;
|
|
1531
|
-
text-overflow: ellipsis;
|
|
1532
|
-
white-space: nowrap;
|
|
1533
|
-
min-width: 0;
|
|
1534
|
-
}
|
|
1535
|
-
.aplus-ap-ladder__tooltip-item {
|
|
1536
|
-
display: flex;
|
|
1537
|
-
}
|
|
1538
|
-
.aplus-ap-ladder__tooltip-label {
|
|
1539
|
-
white-space: nowrap;
|
|
1540
|
-
word-break: break-all;
|
|
1541
|
-
}
|
|
1542
|
-
.aplus-ap-ladder__tooltip-value {
|
|
1543
|
-
word-break: break-all;
|
|
1544
|
-
overflow: hidden;
|
|
1545
|
-
text-overflow: ellipsis;
|
|
1546
|
-
white-space: nowrap;
|
|
1547
|
-
}
|
|
1548
|
-
.aplus-ap-ladder__cross-bar {
|
|
1549
|
-
display: flex;
|
|
1550
|
-
align-items: center;
|
|
1551
|
-
}
|
|
1552
|
-
.aplus-ap-ladder__ellipsis {
|
|
1553
|
-
overflow: hidden;
|
|
1554
|
-
text-overflow: ellipsis;
|
|
1555
|
-
white-space: nowrap;
|
|
1556
|
-
word-break: break-all;
|
|
1557
|
-
}
|
|
1558
|
-
.aplus-ap-ladder__help-message {
|
|
1559
|
-
display: flex;
|
|
1560
|
-
align-items: center;
|
|
1561
|
-
margin-left: 4px;
|
|
1562
|
-
}
|
|
1563
|
-
.aplus-ap-ladder__major {
|
|
1564
|
-
line-height: 18px;
|
|
1565
|
-
color: #182948;
|
|
1566
|
-
}
|
|
1567
|
-
.aplus-ap-ladder__minor {
|
|
1568
|
-
line-height: 18px;
|
|
1569
|
-
color: #8896B0;
|
|
1570
|
-
}
|
|
1571
|
-
.aplus-ap-ladder__label {
|
|
1572
|
-
display: inline-block;
|
|
1573
|
-
color: #8896B0;
|
|
1574
|
-
word-break: break-all;
|
|
1575
|
-
}
|
|
1576
|
-
.aplus-ap-ladder__value {
|
|
1577
|
-
color: #182948;
|
|
1578
|
-
word-break: break-all;
|
|
1579
|
-
}
|
|
1580
|
-
.aplus-ap-ladder__unit {
|
|
1581
|
-
color: #182948;
|
|
1582
|
-
}
|
|
1583
|
-
.aplus-ap-ladder__link,
|
|
1584
|
-
.aplus-ap-ladder__link a {
|
|
1585
|
-
cursor: pointer;
|
|
1586
|
-
color: #0070ff;
|
|
1587
|
-
text-decoration: none;
|
|
1588
|
-
}
|
|
1589
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__value-group-label {
|
|
1590
|
-
color: #999999;
|
|
1591
|
-
}
|
|
1592
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__value-group-value {
|
|
1593
|
-
color: #333333;
|
|
1594
|
-
}
|
|
1595
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__major {
|
|
1596
|
-
color: #333333;
|
|
1597
|
-
}
|
|
1598
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__minor {
|
|
1599
|
-
color: #999999;
|
|
1600
|
-
}
|
|
1601
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__label {
|
|
1602
|
-
color: #999999;
|
|
1603
|
-
}
|
|
1604
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__value {
|
|
1605
|
-
color: #333333;
|
|
1606
|
-
}
|
|
1607
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__unit {
|
|
1608
|
-
color: #333333;
|
|
1609
|
-
}
|
|
1610
|
-
.aplus-ap-ladder--admin .aplus-ap-ladder__link {
|
|
1611
|
-
color: #34b77c;
|
|
1612
|
-
}
|
|
1613
|
-
.aplus-ap-product-info {
|
|
1614
|
-
display: flex;
|
|
1615
|
-
}
|
|
1616
|
-
.aplus-ap-product-info__img {
|
|
1617
|
-
width: 44px;
|
|
1618
|
-
height: 44px;
|
|
1619
|
-
margin-right: 8px;
|
|
1620
|
-
flex-shrink: 0;
|
|
1621
|
-
}
|
|
1622
|
-
.aplus-ap-product-info__content {
|
|
1623
|
-
flex: 1;
|
|
1624
|
-
display: flex;
|
|
1625
|
-
flex-direction: column;
|
|
1626
|
-
overflow: hidden;
|
|
1627
|
-
}
|
|
1628
|
-
.aplus-ap-product-info__row-container {
|
|
1629
|
-
display: flex;
|
|
1630
|
-
flex-wrap: wrap;
|
|
1631
|
-
}
|
|
1632
|
-
.aplus-ap-product-info__row-item {
|
|
1633
|
-
position: relative;
|
|
1634
|
-
display: flex;
|
|
1635
|
-
}
|
|
1636
|
-
.aplus-ap-product-info__divider {
|
|
1637
|
-
width: 1px;
|
|
1638
|
-
position: relative;
|
|
1639
|
-
height: 12px;
|
|
1640
|
-
top: 50%;
|
|
1641
|
-
margin: -6px 16px 0px 0px;
|
|
1642
|
-
z-index: 1;
|
|
1643
|
-
}
|
|
1644
|
-
.aplus-ap-product-info__divider-vertical {
|
|
1645
|
-
width: 1px;
|
|
1646
|
-
height: 100%;
|
|
1647
|
-
background-color: #E9EDF3;
|
|
1648
|
-
position: absolute;
|
|
1649
|
-
transform: translateX(-50%);
|
|
1650
|
-
}
|
|
1651
|
-
.aplus-ap-product-info__item {
|
|
1652
|
-
display: flex;
|
|
1653
|
-
align-items: baseline;
|
|
1654
|
-
}
|
|
1655
|
-
.aplus-ap-product-info--full {
|
|
1656
|
-
width: 100%;
|
|
1657
|
-
}
|
|
1658
|
-
.aplus-ap-product-info__label {
|
|
1659
|
-
color: #8896b0;
|
|
1660
|
-
flex-shrink: 0;
|
|
1661
|
-
}
|
|
1662
|
-
.aplus-ap-product-info__label span {
|
|
1663
|
-
display: inline-block;
|
|
1664
|
-
padding: 0 2px;
|
|
1665
|
-
}
|
|
1666
|
-
.aplus-ap-product-info__value {
|
|
1667
|
-
max-width: 300px;
|
|
1668
|
-
color: var(--ap-text-color-3);
|
|
1669
|
-
overflow: hidden;
|
|
1670
|
-
text-overflow: ellipsis;
|
|
1671
|
-
white-space: nowrap;
|
|
1672
|
-
}
|
|
1673
|
-
.aplus-ap-product-info--link {
|
|
1674
|
-
color: #0070ff;
|
|
1675
|
-
cursor: pointer;
|
|
1676
|
-
}
|
|
1677
|
-
.aplus-ap-product-info--admin .aplus-ap-product-info__title {
|
|
1678
|
-
color: #333333;
|
|
1679
|
-
}
|
|
1680
|
-
.aplus-ap-product-info--admin .aplus-ap-product-info__label {
|
|
1681
|
-
color: #999;
|
|
1682
|
-
}
|
|
1683
|
-
.aplus-ap-product-info--admin .aplus-ap-product-info__value {
|
|
1684
|
-
color: #999;
|
|
1685
|
-
}
|
|
1686
|
-
.aplus-ap-product-info--admin .aplus-ap-product-info--link {
|
|
1687
|
-
color: #0070ff;
|
|
1688
|
-
}
|
|
1689
|
-
.aplus-ap-copy {
|
|
1690
|
-
display: flex;
|
|
1691
|
-
align-items: center;
|
|
1692
|
-
width: 100%;
|
|
1693
|
-
}
|
|
1694
|
-
.aplus-ap-copy .copy-btn {
|
|
1695
|
-
opacity: 0;
|
|
1696
|
-
transition: opacity 0.2s ease;
|
|
1697
|
-
}
|
|
1698
|
-
.aplus-ap-copy:hover .copy-btn {
|
|
1699
|
-
opacity: 1;
|
|
1700
|
-
}
|
|
1701
|
-
.aplus-ap-copy__text {
|
|
1702
|
-
overflow: hidden;
|
|
1703
|
-
text-overflow: ellipsis;
|
|
1704
|
-
white-space: nowrap;
|
|
1705
|
-
height: 18px;
|
|
1706
|
-
line-height: 18px;
|
|
1707
|
-
}
|
|
1708
|
-
.aplus-ap-copy--text-major {
|
|
1709
|
-
color: var(--ap-text-color-2);
|
|
1710
|
-
}
|
|
1711
|
-
.aplus-ap-copy--text-minor {
|
|
1712
|
-
color: var(--ap-text-color-3);
|
|
1713
|
-
}
|
|
1714
|
-
.aplus-ap-copy--text-link {
|
|
1715
|
-
color: var(--ap-color-link);
|
|
1716
|
-
cursor: pointer;
|
|
1717
|
-
}
|
|
1718
|
-
.aplus-ap-copy--text-link:hover {
|
|
1719
|
-
color: var(--ap-color-link-hover);
|
|
1720
|
-
}
|
|
1721
|
-
.aplus-ap-copy__copy-btn {
|
|
1722
|
-
flex-shrink: 0;
|
|
1723
|
-
width: 16px;
|
|
1724
|
-
margin-left: 4px;
|
|
1725
|
-
display: flex;
|
|
1726
|
-
align-items: center;
|
|
1727
|
-
}
|
|
1728
|
-
.aplus-ap-copy__copy-btn .aplus-frontend-icon {
|
|
1729
|
-
cursor: pointer;
|
|
1730
|
-
color: #ABB7CC;
|
|
1731
|
-
height: 14px;
|
|
1732
|
-
line-height: 14px;
|
|
1733
|
-
}
|
|
1734
|
-
.aplus-ap-copy__copy-btn:hover .aplus-frontend-icon {
|
|
1735
|
-
cursor: pointer;
|
|
1736
|
-
color: var(--ap-color-link);
|
|
1737
|
-
}
|
|
1738
|
-
.aplus-ap-copy--admin .aplus-ap-product-info__text {
|
|
1739
|
-
color: #333333;
|
|
1740
|
-
}
|
|
1741
|
-
.aplus-info-layout-container {
|
|
1742
|
-
height: 100%;
|
|
1743
|
-
background-color: #fff;
|
|
1744
|
-
border-radius: 4px;
|
|
1745
|
-
}
|
|
1746
|
-
.aplus-info-layout-header__contant {
|
|
1747
|
-
display: flex;
|
|
1748
|
-
align-items: center;
|
|
1749
|
-
justify-content: space-between;
|
|
1750
|
-
}
|
|
1751
|
-
.aplus-info-layout-header__contant--title {
|
|
1752
|
-
display: inline-block;
|
|
1753
|
-
}
|
|
1754
|
-
.aplus-info-layout-header__contant--actions {
|
|
1755
|
-
display: inline-block;
|
|
1756
|
-
}
|
|
1757
|
-
.aplus-info-layout-contant {
|
|
1758
|
-
border-bottom-color: #fff;
|
|
1759
|
-
}
|
|
1760
|
-
.aplus-ap-info-layout-admin {
|
|
1761
|
-
margin: 16px;
|
|
1762
|
-
height: calc(100% - 32px);
|
|
1763
|
-
overflow: auto;
|
|
1764
|
-
}
|
|
1765
|
-
div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky_box {
|
|
1766
|
-
box-shadow: 0 4px 6px 0 rgba(73, 107, 158, 0.1);
|
|
1767
|
-
border-bottom: none;
|
|
1768
|
-
}
|
|
1769
|
-
.aplus-ap-info-layout-admin__sticky_box {
|
|
1770
|
-
position: sticky;
|
|
1771
|
-
top: 0;
|
|
1772
|
-
z-index: 100;
|
|
1773
|
-
}
|
|
1774
|
-
.aplus-ap-info-layout-admin__sticky_box-bordered {
|
|
1775
|
-
border-bottom: 1px solid #e9e9e9;
|
|
1776
|
-
}
|
|
1777
|
-
.aplus-ap-list-content-container {
|
|
1778
|
-
position: relative;
|
|
1779
|
-
}
|
|
1780
|
-
.aplus-ap-list-content-container--spinning {
|
|
1781
|
-
opacity: 0.5;
|
|
1782
|
-
-webkit-user-select: none;
|
|
1783
|
-
-moz-user-select: none;
|
|
1784
|
-
user-select: none;
|
|
1785
|
-
pointer-events: none;
|
|
1786
|
-
}
|
|
1787
|
-
.aplus-ap-list__footer {
|
|
1788
|
-
margin-top: 8px;
|
|
1789
|
-
display: flex;
|
|
1790
|
-
justify-content: flex-end;
|
|
1791
|
-
}
|
|
1792
|
-
.aplus-ap-list__spin-wrapper {
|
|
1793
|
-
position: absolute;
|
|
1794
|
-
width: 100%;
|
|
1795
|
-
top: 0;
|
|
1796
|
-
bottom: 0;
|
|
1797
|
-
border-radius: 4px;
|
|
1798
|
-
display: flex;
|
|
1799
|
-
justify-content: center;
|
|
1800
|
-
align-items: center;
|
|
1801
|
-
z-index: 1;
|
|
1802
|
-
}
|
|
1803
|
-
.aplus-ap-list-scroll-wrapper {
|
|
1804
|
-
height: 100%;
|
|
1805
|
-
}
|
|
1806
|
-
.aplus-ap-list--adaptive {
|
|
1807
|
-
height: 100%;
|
|
1808
|
-
display: flex;
|
|
1809
|
-
flex-direction: column;
|
|
1810
|
-
}
|
|
1811
|
-
.aplus-ap-list--adaptive .aplus-ap-list-content-container {
|
|
1812
|
-
flex-grow: 1;
|
|
1813
|
-
flex-shrink: 1;
|
|
1814
|
-
overflow: hidden;
|
|
1815
|
-
}
|
|
1816
|
-
.aplus-ap-list--adaptive .aplus-ap-list-content-container:has(.ant-empty) {
|
|
1817
|
-
display: flex;
|
|
1818
|
-
justify-content: center;
|
|
1819
|
-
align-items: center;
|
|
1820
|
-
}
|
|
1821
|
-
.aplus-ap-list--adaptive .aplus-ap-list-content-container .aplus-ap-list__content {
|
|
1822
|
-
height: 100%;
|
|
1823
|
-
overflow: auto;
|
|
1824
|
-
}
|
|
1825
|
-
.aplus-ap-select-layout {
|
|
1826
|
-
display: flex;
|
|
1827
|
-
height: 100%;
|
|
1828
|
-
width: 100%;
|
|
1829
|
-
}
|
|
1830
|
-
.aplus-ap-select-layout .v-enter-active,
|
|
1831
|
-
.aplus-ap-select-layout .v-leave-active {
|
|
1832
|
-
transition: all 0.2s, background 0s;
|
|
1833
|
-
}
|
|
1834
|
-
.aplus-ap-select-layout .v-enter-from,
|
|
1835
|
-
.aplus-ap-select-layout .v-leave-to {
|
|
1836
|
-
width: 0;
|
|
1837
|
-
min-width: 0;
|
|
1838
|
-
max-width: 0;
|
|
1839
|
-
margin-right: 0;
|
|
1840
|
-
}
|
|
1841
|
-
.aplus-ap-select-layout-side {
|
|
1842
|
-
display: flex;
|
|
1843
|
-
flex-direction: column;
|
|
1844
|
-
width: 214px;
|
|
1845
|
-
min-width: 214px;
|
|
1846
|
-
max-width: 214px;
|
|
1847
|
-
margin-right: 16px;
|
|
1848
|
-
overflow: hidden;
|
|
1849
|
-
background-color: #fff;
|
|
1850
|
-
}
|
|
1851
|
-
.aplus-ap-select-layout-side__header {
|
|
1852
|
-
display: flex;
|
|
1853
|
-
align-items: center;
|
|
1854
|
-
justify-content: space-between;
|
|
1855
|
-
padding: 12px 16px;
|
|
1856
|
-
border-bottom: 1px solid #e9e9e9;
|
|
1857
|
-
overflow: hidden;
|
|
1858
|
-
white-space: nowrap;
|
|
1859
|
-
}
|
|
1860
|
-
.aplus-ap-select-layout-side__header > h3 {
|
|
1861
|
-
margin: 0;
|
|
1862
|
-
color: #333;
|
|
1863
|
-
font-size: 14px;
|
|
1864
|
-
font-weight: bold;
|
|
1865
|
-
line-height: 22px;
|
|
1866
|
-
}
|
|
1867
|
-
.aplus-ap-select-layout-side__header--imgWrap {
|
|
1868
|
-
border-radius: 2px;
|
|
1869
|
-
cursor: pointer;
|
|
1870
|
-
font-size: 20px;
|
|
1871
|
-
color: #999;
|
|
1872
|
-
display: flex;
|
|
1873
|
-
height: 20px;
|
|
1874
|
-
}
|
|
1875
|
-
.aplus-ap-select-layout-side__header--imgWrap:hover {
|
|
1876
|
-
background: #f5f5f5;
|
|
1877
|
-
}
|
|
1878
|
-
.aplus-ap-select-layout-side__header--imgWrap > img {
|
|
1879
|
-
width: 24px;
|
|
1880
|
-
height: 24px;
|
|
1881
|
-
}
|
|
1882
|
-
.aplus-ap-select-layout-side__body {
|
|
1883
|
-
position: relative;
|
|
1884
|
-
flex: 1;
|
|
1885
|
-
}
|
|
1886
|
-
.aplus-ap-select-layout-side__body--search {
|
|
1887
|
-
margin: 10px 0;
|
|
1888
|
-
padding: 0 16px;
|
|
1889
|
-
}
|
|
1890
|
-
.aplus-ap-select-layout-side__body--scroll {
|
|
1891
|
-
position: absolute;
|
|
1892
|
-
inset: 52px 0 0;
|
|
1893
|
-
overflow-y: auto;
|
|
1894
|
-
padding: 0 16px;
|
|
1895
|
-
}
|
|
1896
|
-
.aplus-ap-select-layout-side__body--scroll-item {
|
|
1897
|
-
margin-bottom: 8px;
|
|
1898
|
-
padding: 8px 12px;
|
|
1899
|
-
overflow: hidden;
|
|
1900
|
-
color: #333;
|
|
1901
|
-
line-height: 22px;
|
|
1902
|
-
width: calc(214px - 32px);
|
|
1903
|
-
text-overflow: ellipsis;
|
|
1904
|
-
text-wrap: nowrap;
|
|
1905
|
-
cursor: pointer;
|
|
1906
|
-
border-radius: 4px;
|
|
1907
|
-
}
|
|
1908
|
-
.aplus-ap-select-layout-side__body--scroll-item:hover {
|
|
1909
|
-
background: #f5f5f5;
|
|
1910
|
-
}
|
|
1911
|
-
.aplus-ap-select-layout-side__body--scroll-item.active {
|
|
1912
|
-
background-color: #e4faf1;
|
|
1913
|
-
color: #34b77c;
|
|
1914
|
-
font-weight: bold;
|
|
1915
|
-
}
|
|
1916
|
-
.aplus-ap-select-layout-side__body--scroll-item.active > .ant-typography {
|
|
1917
|
-
color: #34b77c;
|
|
1918
|
-
}
|
|
1919
|
-
.aplus-ap-select-layout-content {
|
|
1920
|
-
flex: 1;
|
|
1921
|
-
overflow-x: hidden;
|
|
1922
|
-
display: flex;
|
|
1923
|
-
flex-direction: column;
|
|
1924
|
-
}
|
|
1925
|
-
.aplus-ap-select-layout-content__header {
|
|
1926
|
-
display: flex;
|
|
1927
|
-
align-items: center;
|
|
1928
|
-
height: 32px;
|
|
1929
|
-
padding: 16px 16px 0;
|
|
1930
|
-
box-sizing: content-box;
|
|
1931
|
-
background: #fff;
|
|
1932
|
-
}
|
|
1933
|
-
.aplus-ap-select-layout-content__header--imgWrap {
|
|
1934
|
-
margin-right: 10px;
|
|
1935
|
-
border-radius: 2px;
|
|
1936
|
-
cursor: pointer;
|
|
1937
|
-
font-size: 20px;
|
|
1938
|
-
display: flex;
|
|
1939
|
-
height: 20px;
|
|
1940
|
-
color: #999;
|
|
1941
|
-
}
|
|
1942
|
-
.aplus-ap-select-layout-content__header--imgWrap:hover {
|
|
1943
|
-
background: #f5f5f5;
|
|
1944
|
-
}
|
|
1945
|
-
.aplus-ap-select-layout-content__header--title {
|
|
1946
|
-
margin: 0;
|
|
1947
|
-
font-size: 14px;
|
|
1948
|
-
font-weight: bold;
|
|
1949
|
-
line-height: 22px;
|
|
1950
|
-
}
|
|
1951
|
-
@font-face {
|
|
1952
|
-
font-family: customFont;
|
|
1953
|
-
src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/PlayfairDisplay-SemiBold.ttf');
|
|
1954
|
-
src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
|
|
1955
|
-
}
|
|
1956
|
-
.aplus-ap-status {
|
|
1957
|
-
font-size: 16px;
|
|
1958
|
-
line-height: 2;
|
|
1959
|
-
display: inline-block;
|
|
1960
|
-
position: relative;
|
|
1961
|
-
font-family: 'customFont';
|
|
1962
|
-
}
|
|
1963
|
-
.aplus-ap-status__bg {
|
|
1964
|
-
-webkit-mask-image: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/aplus-ui/svg/ap-status-bg.svg');
|
|
1965
|
-
mask-image: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/aplus-ui/svg/ap-status-bg.svg');
|
|
1966
|
-
-webkit-mask-repeat: no-repeat;
|
|
1967
|
-
mask-repeat: no-repeat;
|
|
1968
|
-
-webkit-mask-size: 100% 100%;
|
|
1969
|
-
mask-size: 100% 100%;
|
|
1970
|
-
position: absolute;
|
|
1971
|
-
left: 0;
|
|
1972
|
-
top: 0;
|
|
1973
|
-
right: 0;
|
|
1974
|
-
bottom: 0;
|
|
1975
|
-
}
|
|
1976
|
-
.aplus-ap-table-index--bordered {
|
|
1977
|
-
display: inline-flex;
|
|
1978
|
-
justify-content: center;
|
|
1979
|
-
align-items: center;
|
|
1980
|
-
width: 14px;
|
|
1981
|
-
height: 14px;
|
|
1982
|
-
color: #fff;
|
|
1983
|
-
font-size: 10px;
|
|
1984
|
-
line-height: 10px;
|
|
1985
|
-
border-radius: 7px;
|
|
1986
|
-
background-color: #979797;
|
|
1987
|
-
}
|
|
1988
|
-
.aplus-ap-column-setting-wrapper {
|
|
1989
|
-
display: flex;
|
|
1990
|
-
flex-direction: row;
|
|
1991
|
-
flex-wrap: nowrap;
|
|
1992
|
-
height: 100%;
|
|
1993
|
-
padding-block-end: 12px;
|
|
1994
|
-
}
|
|
1995
|
-
.aplus-ap-column-setting-wrapper .aplus-ap-table-table-header__title {
|
|
1996
|
-
box-sizing: border-box;
|
|
1997
|
-
margin: 0;
|
|
1998
|
-
padding: 0;
|
|
1999
|
-
color: #182948;
|
|
2000
|
-
font-size: 12px;
|
|
2001
|
-
font-family: inherit;
|
|
2002
|
-
line-height: 18px;
|
|
2003
|
-
list-style: none;
|
|
2004
|
-
display: inline-block;
|
|
2005
|
-
-webkit-line-clamp: unset;
|
|
2006
|
-
-webkit-box-orient: unset;
|
|
2007
|
-
overflow: unset;
|
|
2008
|
-
text-overflow: unset;
|
|
2009
|
-
word-break: unset;
|
|
2010
|
-
white-space: nowrap;
|
|
2011
|
-
overflow: hidden;
|
|
2012
|
-
text-overflow: ellipsis;
|
|
2013
|
-
color: var(--ap-text-color-2);
|
|
2014
|
-
}
|
|
2015
|
-
.aplus-ap-column-setting-left {
|
|
2016
|
-
flex: 1;
|
|
2017
|
-
flex-shrink: 1;
|
|
2018
|
-
min-width: 0;
|
|
2019
|
-
padding-inline: 20px;
|
|
2020
|
-
display: flex;
|
|
2021
|
-
flex-direction: column;
|
|
2022
|
-
}
|
|
2023
|
-
.aplus-ap-column-setting-left__header {
|
|
2024
|
-
display: flex;
|
|
2025
|
-
flex-direction: row;
|
|
2026
|
-
flex-wrap: nowrap;
|
|
2027
|
-
justify-content: space-between;
|
|
2028
|
-
align-items: center;
|
|
2029
|
-
padding: 8px;
|
|
2030
|
-
}
|
|
2031
|
-
.aplus-ap-column-setting-left__header-tips {
|
|
2032
|
-
color: var(--ap-text-color-3);
|
|
2033
|
-
}
|
|
2034
|
-
.aplus-ap-column-setting-left__content {
|
|
2035
|
-
flex: 1;
|
|
2036
|
-
padding: 12px;
|
|
2037
|
-
overflow-y: auto;
|
|
2038
|
-
}
|
|
2039
|
-
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
2040
|
-
max-width: 100%;
|
|
2041
|
-
display: inline-flex;
|
|
2042
|
-
align-items: center;
|
|
2043
|
-
}
|
|
2044
|
-
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper > span:last-child {
|
|
2045
|
-
flex: 1;
|
|
2046
|
-
min-width: 0;
|
|
2047
|
-
}
|
|
2048
|
-
.aplus-ap-column-setting-right {
|
|
2049
|
-
width: 240px;
|
|
2050
|
-
}
|
|
2051
|
-
.aplus-select-group-header {
|
|
2052
|
-
background-color: #F2F6F9;
|
|
2053
|
-
padding: 4px 12px;
|
|
2054
|
-
border-radius: 4px;
|
|
2055
|
-
margin-bottom: 12px;
|
|
2056
|
-
margin-inline: -12px;
|
|
2057
|
-
display: flex;
|
|
2058
|
-
}
|
|
2059
|
-
.aplus-sortable-item-meta {
|
|
2060
|
-
padding: 6px 8px;
|
|
2061
|
-
margin-top: 4px;
|
|
2062
|
-
display: flex;
|
|
2063
|
-
flex-direction: row;
|
|
2064
|
-
flex-wrap: nowrap;
|
|
2065
|
-
justify-content: space-between;
|
|
2066
|
-
align-items: center;
|
|
2067
|
-
}
|
|
2068
|
-
.aplus-sortable-item-meta:hover {
|
|
2069
|
-
background-color: #F1F7FF;
|
|
2070
|
-
border-radius: 2px;
|
|
2071
|
-
cursor: pointer;
|
|
2072
|
-
}
|
|
2073
|
-
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-right {
|
|
2074
|
-
display: block;
|
|
2075
|
-
}
|
|
2076
|
-
.aplus-sortable-item-meta:hover .aplus-sortable-item-meta-left__holder {
|
|
2077
|
-
color: var(--ap-color-primary) !important;
|
|
2078
|
-
}
|
|
2079
|
-
.aplus-sortable-item-meta-left {
|
|
2080
|
-
flex: 1;
|
|
2081
|
-
display: inline-flex;
|
|
2082
|
-
align-items: center;
|
|
2083
|
-
min-width: 0;
|
|
2084
|
-
}
|
|
2085
|
-
.aplus-sortable-item-meta-left__indicator {
|
|
2086
|
-
display: inline-flex;
|
|
2087
|
-
justify-content: center;
|
|
2088
|
-
align-items: center;
|
|
2089
|
-
width: 16px;
|
|
2090
|
-
height: 16px;
|
|
2091
|
-
margin-right: 4px;
|
|
2092
|
-
flex-shrink: 0;
|
|
2093
|
-
}
|
|
2094
|
-
.aplus-sortable-item-meta-left__label-wrapper {
|
|
2095
|
-
white-space: nowrap;
|
|
2096
|
-
overflow: hidden;
|
|
2097
|
-
text-overflow: ellipsis;
|
|
2098
|
-
}
|
|
2099
|
-
.aplus-sortable-item-meta-right {
|
|
2100
|
-
display: none;
|
|
2101
|
-
padding-left: 12px;
|
|
2102
|
-
}
|
|
2103
|
-
.aplus-sortable-item-meta .is-level2 {
|
|
2104
|
-
margin-left: 16px;
|
|
2105
|
-
}
|
|
2106
|
-
.aplus-sortable-item-meta-action-icon:hover {
|
|
2107
|
-
color: var(--ap-color-primary);
|
|
2108
|
-
}
|
|
2109
|
-
.aplus-sortable-item .is-hidden {
|
|
2110
|
-
display: none;
|
|
2111
|
-
}
|
|
2112
|
-
.aplus-column-setting-sorter {
|
|
2113
|
-
display: flex;
|
|
2114
|
-
flex-direction: column;
|
|
2115
|
-
height: 100%;
|
|
2116
|
-
}
|
|
2117
|
-
.aplus-column-setting-sorter-section-title {
|
|
2118
|
-
font-size: 12px;
|
|
2119
|
-
line-height: 20px;
|
|
2120
|
-
color: var(--ap-text-color-3);
|
|
2121
|
-
padding: 2px 8px;
|
|
2122
|
-
margin: 4px;
|
|
2123
|
-
}
|
|
2124
|
-
.aplus-column-setting-sorter-header {
|
|
2125
|
-
padding: 12px 20px;
|
|
2126
|
-
}
|
|
2127
|
-
.aplus-column-setting-sorter-header-title {
|
|
2128
|
-
box-sizing: border-box;
|
|
2129
|
-
margin: 0;
|
|
2130
|
-
padding: 0;
|
|
2131
|
-
color: #182948;
|
|
2132
|
-
font-size: 12px;
|
|
2133
|
-
font-family: inherit;
|
|
2134
|
-
line-height: 18px;
|
|
2135
|
-
list-style: none;
|
|
2136
|
-
font-weight: bold;
|
|
2137
|
-
color: var(--ap-text-color-2);
|
|
2138
|
-
}
|
|
2139
|
-
.aplus-column-setting-sorter-content {
|
|
2140
|
-
flex: 1;
|
|
2141
|
-
overflow-y: auto;
|
|
2142
|
-
padding: 8px 12px 0px 8px;
|
|
2143
|
-
}
|
|
2144
|
-
.aplus-ap-table-paragraph-ellipsis {
|
|
2145
|
-
display: flex;
|
|
2146
|
-
align-items: center;
|
|
2147
|
-
overflow: hidden;
|
|
2148
|
-
}
|
|
2149
|
-
.aplus-ap-table-paragraph-ellipsis-content {
|
|
2150
|
-
flex: 1;
|
|
2151
|
-
min-width: 0;
|
|
2152
|
-
overflow: hidden;
|
|
2153
|
-
display: -webkit-box;
|
|
2154
|
-
-webkit-box-orient: vertical;
|
|
2155
|
-
text-overflow: ellipsis;
|
|
2156
|
-
-webkit-line-clamp: var(--ap-table-paragraph-ellipsis-rows);
|
|
2157
|
-
line-clamp: var(--ap-table-paragraph-ellipsis-rows);
|
|
2158
|
-
word-break: break-all;
|
|
2159
|
-
}
|
|
2160
|
-
.aplus-ap-table-paragraph-ellipsis-content > * {
|
|
2161
|
-
width: 100%;
|
|
2162
|
-
}
|
|
2163
|
-
.aplus-ap-table-paragraph-ellipsis-copyable {
|
|
2164
|
-
flex-shrink: 0;
|
|
2165
|
-
margin-left: 8px;
|
|
2166
|
-
cursor: pointer;
|
|
2167
|
-
color: var(--ap-color-link);
|
|
2168
|
-
}
|
|
2169
|
-
.aplus-ap-table ::-webkit-scrollbar {
|
|
2170
|
-
width: 10px;
|
|
2171
|
-
height: 10px;
|
|
2172
|
-
}
|
|
2173
|
-
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
2174
|
-
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
2175
|
-
background-clip: content-box;
|
|
2176
|
-
border: 1px solid transparent;
|
|
2177
|
-
border-radius: 4px;
|
|
2178
|
-
}
|
|
2179
|
-
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
2180
|
-
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
2181
|
-
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
2182
|
-
}
|
|
2183
|
-
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
2184
|
-
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
2185
|
-
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
2186
|
-
}
|
|
2187
|
-
.aplus-ap-table-wrapper {
|
|
2188
|
-
padding: 8px;
|
|
2189
|
-
background-color: #fff;
|
|
2190
|
-
}
|
|
2191
|
-
.aplus-ap-table-wrapper:has(.ant-pagination) {
|
|
2192
|
-
padding-bottom: 0;
|
|
2193
|
-
}
|
|
2194
|
-
.aplus-ap-table-adaptive {
|
|
2195
|
-
height: 100%;
|
|
2196
|
-
display: flex;
|
|
2197
|
-
flex-direction: column;
|
|
2198
|
-
}
|
|
2199
|
-
.aplus-ap-table-adaptive .ant-table-wrapper {
|
|
2200
|
-
flex: 1;
|
|
2201
|
-
}
|
|
2202
|
-
.aplus-ap-table-adaptive .ant-spin-nested-loading,
|
|
2203
|
-
.aplus-ap-table-adaptive .ant-spin-container {
|
|
2204
|
-
height: 100%;
|
|
2205
|
-
}
|
|
2206
|
-
.aplus-ap-table-adaptive .ant-spin-container {
|
|
2207
|
-
display: flex;
|
|
2208
|
-
flex-direction: column;
|
|
2209
|
-
}
|
|
2210
|
-
.aplus-ap-table-adaptive .ant-table {
|
|
2211
|
-
flex: 1;
|
|
2212
|
-
}
|
|
2213
|
-
.aplus-ap-table-adaptive .ant-table-container,
|
|
2214
|
-
.aplus-ap-table-adaptive .ant-table-content {
|
|
2215
|
-
height: 100%;
|
|
2216
|
-
}
|
|
2217
|
-
.aplus-ap-table-adaptive .ant-table-content > table {
|
|
2218
|
-
height: 100%;
|
|
2219
|
-
}
|
|
2220
|
-
.aplus-ap-table__search-wrapper {
|
|
2221
|
-
padding: 8px;
|
|
2222
|
-
padding-bottom: 0;
|
|
2223
|
-
background-color: #fff;
|
|
2224
|
-
margin-bottom: 10px;
|
|
2225
|
-
border-radius: 4px;
|
|
2226
|
-
}
|
|
2227
|
-
.aplus-ap-table__table-wrapper {
|
|
2228
|
-
flex: 1;
|
|
2229
|
-
max-height: 100%;
|
|
2230
|
-
display: flex;
|
|
2231
|
-
flex-direction: column;
|
|
2232
|
-
}
|
|
2233
|
-
.aplus-ap-table__table-wrapper-card {
|
|
2234
|
-
padding: 8px;
|
|
2235
|
-
border-radius: 4px;
|
|
2236
|
-
background-color: #fff;
|
|
2237
|
-
overflow: hidden;
|
|
2238
|
-
}
|
|
2239
|
-
.aplus-ap-table__table-wrapper-card:has(.ant-pagination) {
|
|
2240
|
-
padding-bottom: 0;
|
|
2241
|
-
}
|
|
2242
|
-
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination {
|
|
2243
|
-
margin-block: 8px;
|
|
2244
|
-
align-items: center;
|
|
2245
|
-
}
|
|
2246
|
-
.aplus-ap-table-table ul.ant-table-pagination.ant-pagination .ant-pagination-total-text {
|
|
2247
|
-
flex: 1;
|
|
2248
|
-
height: unset;
|
|
2249
|
-
line-height: 18px;
|
|
2250
|
-
display: flex;
|
|
2251
|
-
align-items: center;
|
|
2252
|
-
}
|
|
2253
|
-
.aplus-ap-table-table tr > th.ant-table-cell {
|
|
2254
|
-
background-color: var(--ap-table-header-bg, #F2F6F9);
|
|
2255
|
-
}
|
|
2256
|
-
.aplus-ap-table-table tr > th.ant-table-cell::before {
|
|
2257
|
-
background-color: #D8DDE5 !important;
|
|
2258
|
-
}
|
|
2259
|
-
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
2260
|
-
padding: 9px 12px;
|
|
2261
|
-
}
|
|
2262
|
-
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
2263
|
-
padding: 9px 12px;
|
|
2264
|
-
}
|
|
2265
|
-
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
2266
|
-
padding: 6px 9px;
|
|
2267
|
-
}
|
|
2268
|
-
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
2269
|
-
padding: 6px 9px;
|
|
2270
|
-
}
|
|
2271
|
-
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
2272
|
-
border-inline-end-width: 0px !important;
|
|
2273
|
-
}
|
|
2274
|
-
.aplus-ap-table .ant-table-column-sorters {
|
|
2275
|
-
justify-content: unset;
|
|
2276
|
-
display: inline-flex;
|
|
2277
|
-
}
|
|
2278
|
-
.aplus-ap-table .ant-table-column-sorters .ant-table-column-title {
|
|
2279
|
-
flex: unset;
|
|
2280
|
-
}
|
|
2281
|
-
.aplus-ap-table .ant-table-filter-column {
|
|
2282
|
-
justify-content: unset;
|
|
2283
|
-
display: inline-flex;
|
|
2284
|
-
}
|
|
2285
|
-
.aplus-ap-table .ant-table-filter-column .ant-table-column-title {
|
|
2286
|
-
flex: unset;
|
|
2287
|
-
}
|
|
2288
|
-
.aplus-ap-table .ant-table-filter-column .ant-table-filter-trigger {
|
|
2289
|
-
margin-left: 2px;
|
|
2290
|
-
padding-left: 2px;
|
|
2291
|
-
}
|
|
2292
|
-
.aplus-ap-table .ant-table-cell .ant-typography {
|
|
2293
|
-
margin-bottom: 0;
|
|
2294
|
-
}
|
|
2295
|
-
.aplus-ap-table-pagination-count-text {
|
|
2296
|
-
color: var(--ap-text-color-2);
|
|
2297
|
-
}
|
|
2298
|
-
.aplus-ap-table-pagination--total-right {
|
|
2299
|
-
padding-left: 12px;
|
|
2300
|
-
}
|
|
2301
|
-
.aplus-ap-table-pagination-total-wrapper {
|
|
2302
|
-
color: var(--ap-text-color-1);
|
|
2303
|
-
}
|
|
2304
|
-
.aplus-ap-table-header {
|
|
2305
|
-
padding-bottom: 8px;
|
|
2306
|
-
display: flex;
|
|
2307
|
-
justify-content: space-between;
|
|
2308
|
-
align-items: center;
|
|
2309
|
-
flex-wrap: nowrap;
|
|
2310
|
-
}
|
|
2311
|
-
.aplus-ap-table-header__title {
|
|
2312
|
-
flex: 1;
|
|
2313
|
-
flex-shrink: 1;
|
|
2314
|
-
min-width: 0;
|
|
2315
|
-
}
|
|
2316
|
-
.aplus-ap-table-table-header__title {
|
|
2317
|
-
display: -webkit-inline-box;
|
|
2318
|
-
-webkit-line-clamp: 2;
|
|
2319
|
-
-webkit-box-orient: vertical;
|
|
2320
|
-
overflow: hidden;
|
|
2321
|
-
text-overflow: ellipsis;
|
|
2322
|
-
white-space: normal;
|
|
2323
|
-
max-width: 100%;
|
|
2324
|
-
vertical-align: middle;
|
|
2325
|
-
word-break: break-all;
|
|
2326
|
-
flex: 1;
|
|
2327
|
-
}
|
|
2328
|
-
.aplus-ap-table-setting-trigger-button {
|
|
2329
|
-
color: var(--ap-text-color-3);
|
|
2330
|
-
}
|
|
2331
|
-
.aplus-ap-table-setting-trigger-button:hover {
|
|
2332
|
-
color: unset;
|
|
2333
|
-
}
|
|
2334
|
-
.aplus-ap-table--sticky-relative .ant-table-container > div:last-child {
|
|
2335
|
-
margin-bottom: calc(var(--aplus-ap-table-scroll-bar-width) * -1);
|
|
2336
|
-
clip-path: inset(0 0 var(--aplus-ap-table-scroll-bar-width) 0);
|
|
2337
|
-
}
|
|
2338
|
-
.aplus-ap-table--sticky-absolute .ant-table-container > div:last-child {
|
|
2339
|
-
padding-bottom: 15px;
|
|
2340
|
-
margin-bottom: -15px;
|
|
2341
|
-
clip-path: inset(0 0 15px 0);
|
|
2342
|
-
}
|
|
2343
|
-
.aplus-tag-wrapper {
|
|
2344
|
-
text-wrap: nowrap;
|
|
2345
|
-
white-space: nowrap;
|
|
2346
|
-
display: inline-flex;
|
|
2347
|
-
max-width: 100%;
|
|
2348
|
-
}
|
|
2349
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
|
|
2350
|
-
border-radius: 4px;
|
|
2351
|
-
box-sizing: border-box;
|
|
2352
|
-
overflow: hidden;
|
|
2353
|
-
text-overflow: ellipsis;
|
|
2354
|
-
width: 100%;
|
|
2355
|
-
}
|
|
2356
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
2357
|
-
padding: 6px;
|
|
2358
|
-
line-height: 22px;
|
|
2359
|
-
font-size: 14px;
|
|
2360
|
-
}
|
|
2361
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
2362
|
-
line-height: 18px;
|
|
2363
|
-
padding: 3px 6px;
|
|
2364
|
-
font-size: 12px;
|
|
2365
|
-
}
|
|
2366
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
2367
|
-
padding: 0 4px;
|
|
2368
|
-
line-height: 18px;
|
|
2369
|
-
font-size: 12px;
|
|
2370
|
-
border-radius: 2px;
|
|
2371
|
-
}
|
|
2372
|
-
.aplus-tag-wrapper-purely > * {
|
|
2373
|
-
background-color: var(--tag-main-color-background);
|
|
2374
|
-
color: var(--ap-text-color-2);
|
|
2375
|
-
}
|
|
2376
|
-
.aplus-tag-wrapper-border > * {
|
|
2377
|
-
outline: 1px solid var(--tag-main-color);
|
|
2378
|
-
outline-offset: -1px;
|
|
2379
|
-
background-color: var(--tag-main-color-opacity);
|
|
2380
|
-
color: var(--tag-main-color);
|
|
2381
|
-
}
|
|
2382
|
-
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
|
|
2383
|
-
background-color: rgba(136, 150, 176, 0.15);
|
|
2384
|
-
}
|
|
2385
|
-
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
|
|
2386
|
-
background-color: rgba(51, 51, 51, 0.15);
|
|
2387
|
-
}
|
|
2388
|
-
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
|
|
2389
|
-
outline: 1px solid #DEE4ED;
|
|
2390
|
-
outline-offset: -1px;
|
|
2391
|
-
background-color: #526a900f;
|
|
2392
|
-
color: #8896b0;
|
|
2393
|
-
}
|
|
2394
|
-
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
|
|
2395
|
-
outline: 1px solid #d9d9d9;
|
|
2396
|
-
outline-offset: -1px;
|
|
2397
|
-
background-color: #9999990f;
|
|
2398
|
-
color: #999;
|
|
2399
|
-
}
|
|
2400
|
-
.aplus-tag-group {
|
|
2401
|
-
text-wrap: nowrap;
|
|
2402
|
-
display: flex;
|
|
2403
|
-
flex-wrap: nowrap;
|
|
2404
|
-
white-space: nowrap;
|
|
2405
|
-
align-items: center;
|
|
2406
|
-
}
|
|
2407
|
-
.aplus-tag-group-ellipsis-text--admin {
|
|
2408
|
-
font-size: 12px;
|
|
2409
|
-
color: #333;
|
|
2410
|
-
}
|
|
2411
|
-
.aplus-tag-group-ellipsis-text--aplus {
|
|
2412
|
-
font-size: 12px;
|
|
2413
|
-
color: #182948;
|
|
2414
|
-
}
|
|
2415
|
-
.aplus-ap-title {
|
|
2416
|
-
position: relative;
|
|
2417
|
-
width: 100%;
|
|
2418
|
-
display: flex;
|
|
2419
|
-
align-items: center;
|
|
2420
|
-
justify-content: space-between;
|
|
2421
|
-
padding-left: 10px;
|
|
2422
|
-
font-size: 12px;
|
|
2423
|
-
}
|
|
2424
|
-
.aplus-ap-title::before {
|
|
2425
|
-
position: absolute;
|
|
2426
|
-
content: '';
|
|
2427
|
-
left: 0;
|
|
2428
|
-
top: 50%;
|
|
2429
|
-
transform: translateY(-50%);
|
|
2430
|
-
width: 3px;
|
|
2431
|
-
height: 14px;
|
|
2432
|
-
background: #0070ff;
|
|
2433
|
-
border-radius: 0px 4px 4px 0px;
|
|
2434
|
-
z-index: 1;
|
|
2435
|
-
}
|
|
2436
|
-
.aplus-ap-title__prefix {
|
|
2437
|
-
font-weight: bold;
|
|
2438
|
-
color: #182948;
|
|
2439
|
-
display: flex;
|
|
2440
|
-
align-items: center;
|
|
2441
|
-
}
|
|
2442
|
-
.aplus-ap-title__prefix .anticon-question-circle {
|
|
2443
|
-
font-size: 14px;
|
|
2444
|
-
margin-left: 5px;
|
|
2445
|
-
color: #8896b0;
|
|
2446
|
-
}
|
|
2447
|
-
.aplus-ap-title--admin {
|
|
2448
|
-
padding-left: 14px;
|
|
2449
|
-
}
|
|
2450
|
-
.aplus-ap-title--admin::before {
|
|
2451
|
-
top: 50%;
|
|
2452
|
-
transform: translateY(-50%);
|
|
2453
|
-
width: 8px;
|
|
2454
|
-
height: 8px;
|
|
2455
|
-
border-radius: 50%;
|
|
2456
|
-
border-width: 2px;
|
|
2457
|
-
border-style: solid;
|
|
2458
|
-
border-color: #34b77c;
|
|
2459
|
-
background: #fff;
|
|
2460
|
-
z-index: 1;
|
|
2461
|
-
}
|
|
2462
|
-
.aplus-ap-title--admin .aplus-ap-title__prefix {
|
|
2463
|
-
font-weight: bold;
|
|
2464
|
-
color: #333;
|
|
2465
|
-
display: flex;
|
|
2466
|
-
align-items: center;
|
|
2467
|
-
}
|
|
2468
|
-
.aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
|
|
2469
|
-
font-size: 14px;
|
|
2470
|
-
margin-left: 5px;
|
|
2471
|
-
color: #999999;
|
|
2472
|
-
}
|
|
2473
|
-
.aplus-ap-title__suffix {
|
|
2474
|
-
color: #526a90;
|
|
2475
|
-
}
|
|
2476
|
-
.aplus-ap-upload-multiple-file .multiple-file-context {
|
|
2477
|
-
display: flex;
|
|
2478
|
-
align-items: center;
|
|
2479
|
-
}
|
|
2480
|
-
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
|
|
2481
|
-
display: flex;
|
|
2482
|
-
align-items: center;
|
|
2483
|
-
padding: 7px 12px;
|
|
2484
|
-
transition: all 0.3s;
|
|
2485
|
-
border: 1px solid #dee4ed;
|
|
2486
|
-
border-radius: 4px;
|
|
2487
|
-
color: #182948;
|
|
2488
|
-
}
|
|
2489
|
-
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn:hover {
|
|
2490
|
-
border-color: #0070ff;
|
|
2491
|
-
color: #0070ff;
|
|
2492
|
-
}
|
|
2493
|
-
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
|
|
2494
|
-
padding-left: 16px;
|
|
2495
|
-
color: #8896b0;
|
|
2496
|
-
font-size: 12px;
|
|
2497
|
-
}
|
|
2498
|
-
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
2499
|
-
background: #f5f9fa;
|
|
2500
|
-
}
|
|
2501
|
-
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover .ant-upload-list-item-actions .ant-upload-list-item-action:focus {
|
|
2502
|
-
opacity: 1;
|
|
2503
|
-
}
|
|
2504
|
-
.aplus-ap-upload-multiple-file .ant-upload-list-item-actions {
|
|
2505
|
-
display: flex;
|
|
2506
|
-
align-items: center;
|
|
2507
|
-
flex-shrink: 0;
|
|
2508
|
-
}
|
|
2509
|
-
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-list-item-actions .ant-upload-list-item-action:focus {
|
|
2510
|
-
opacity: 0;
|
|
2511
|
-
}
|
|
2512
|
-
.aplus-ap-upload-multiple-file .ant-upload-text-icon {
|
|
2513
|
-
color: #abb7cc;
|
|
2514
|
-
}
|
|
2515
|
-
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-list-item-name,
|
|
2516
|
-
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-icon .anticon,
|
|
2517
|
-
.aplus-ap-upload-multiple-file .ant-upload-list-item-error .ant-upload-text-icon {
|
|
2518
|
-
color: #ff4d4f;
|
|
2519
|
-
}
|
|
2520
|
-
.aplus-ap-upload-multiple-file .ant-upload-list-item-done {
|
|
2521
|
-
color: #0070ff;
|
|
2522
|
-
}
|
|
2523
|
-
.aplus-ap-upload-multiple-file .ant-upload-list-item-undefined {
|
|
2524
|
-
color: #0070ff;
|
|
2525
|
-
}
|
|
2526
|
-
.aplus-ap-upload-multiple-file-admin .multiple-file-context .file-btn {
|
|
2527
|
-
border: 1px solid #d9d9d9;
|
|
2528
|
-
color: #333333;
|
|
2529
|
-
}
|
|
2530
|
-
.aplus-ap-upload-multiple-file-admin .multiple-file-context .file-btn:hover {
|
|
2531
|
-
border-color: #34b77c;
|
|
2532
|
-
color: #34b77c;
|
|
2533
|
-
}
|
|
2534
|
-
.aplus-ap-upload-multiple-file-admin .multiple-file-context .sub-title {
|
|
2535
|
-
color: #999999;
|
|
2536
|
-
}
|
|
2537
|
-
.aplus-ap-upload-multiple-file-admin .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
2538
|
-
background: #fafafa;
|
|
2539
|
-
}
|
|
2540
|
-
.aplus-ap-upload-multiple-file-admin .ant-upload-text-icon {
|
|
2541
|
-
color: #bfbfbf;
|
|
2542
|
-
}
|
|
2543
|
-
.aplus-ap-upload-multiple-file-admin .ant-upload-list-item-done {
|
|
2544
|
-
color: #1890ff;
|
|
2545
|
-
}
|
|
2546
|
-
.aplus-ap-upload-multiple-file-admin .ant-upload-list-item-undefined {
|
|
2547
|
-
color: #1890ff;
|
|
2548
|
-
}
|
|
2549
|
-
.aplus-ap-upload-picture .picture-context {
|
|
2550
|
-
display: grid;
|
|
2551
|
-
grid-gap: 16px;
|
|
2552
|
-
grid-template-columns: repeat(auto-fill, 100px);
|
|
2553
|
-
-webkit-user-select: none;
|
|
2554
|
-
-moz-user-select: none;
|
|
2555
|
-
user-select: none;
|
|
2556
|
-
}
|
|
2557
|
-
.aplus-ap-upload-picture .picture-context .picture-upload {
|
|
2558
|
-
display: flex;
|
|
2559
|
-
flex-direction: column;
|
|
2560
|
-
align-items: center;
|
|
2561
|
-
justify-content: center;
|
|
2562
|
-
width: 100px;
|
|
2563
|
-
overflow: hidden;
|
|
2564
|
-
transition: all 0.2s;
|
|
2565
|
-
border: 1px dashed #dee4ed;
|
|
2566
|
-
border-radius: 4px;
|
|
2567
|
-
background: #f2f6f9;
|
|
2568
|
-
color: #abb7cc;
|
|
2569
|
-
font-size: 16px;
|
|
2570
|
-
cursor: pointer;
|
|
2571
|
-
aspect-ratio: 1 / 1;
|
|
2572
|
-
}
|
|
2573
|
-
.aplus-ap-upload-picture .picture-context .picture-upload > * + * {
|
|
2574
|
-
margin-top: 4px;
|
|
2575
|
-
font-size: 12px;
|
|
2576
|
-
}
|
|
2577
|
-
.aplus-ap-upload-picture .picture-context .picture-upload:hover {
|
|
2578
|
-
border: 1px dashed #0070ff;
|
|
2579
|
-
}
|
|
2580
|
-
.aplus-ap-upload-picture .picture-context .picture-item {
|
|
2581
|
-
width: 100px;
|
|
2582
|
-
padding: 8px;
|
|
2583
|
-
overflow: hidden;
|
|
2584
|
-
border: 1px solid #dee4ed;
|
|
2585
|
-
border-radius: 4px;
|
|
2586
|
-
background: #fff;
|
|
2587
|
-
aspect-ratio: 1 / 1;
|
|
2588
|
-
}
|
|
2589
|
-
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box {
|
|
2590
|
-
position: relative;
|
|
2591
|
-
width: 100%;
|
|
2592
|
-
height: 100%;
|
|
2593
|
-
border-radius: 2px;
|
|
2594
|
-
}
|
|
2595
|
-
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box > img {
|
|
2596
|
-
width: 100%;
|
|
2597
|
-
height: 100%;
|
|
2598
|
-
border-radius: 2px;
|
|
2599
|
-
-o-object-fit: cover;
|
|
2600
|
-
object-fit: cover;
|
|
2601
|
-
}
|
|
2602
|
-
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box:hover > .picture-item-shadow {
|
|
2603
|
-
display: block !important;
|
|
2604
|
-
}
|
|
2605
|
-
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow {
|
|
2606
|
-
position: absolute;
|
|
2607
|
-
top: 0;
|
|
2608
|
-
left: 0;
|
|
2609
|
-
width: 100%;
|
|
2610
|
-
height: 100%;
|
|
2611
|
-
border-radius: 2px;
|
|
2612
|
-
background: rgba(0, 0, 0, 0.5);
|
|
2613
|
-
color: #fff;
|
|
2614
|
-
font-size: 12px;
|
|
2615
|
-
}
|
|
2616
|
-
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
|
|
2617
|
-
display: flex;
|
|
2618
|
-
position: absolute;
|
|
2619
|
-
top: 0;
|
|
2620
|
-
right: 0;
|
|
2621
|
-
align-items: center;
|
|
2622
|
-
justify-content: center;
|
|
2623
|
-
width: 16px;
|
|
2624
|
-
overflow: hidden;
|
|
2625
|
-
transform: translate(30%, -30%);
|
|
2626
|
-
border: 1px solid #fff;
|
|
2627
|
-
border-radius: 50%;
|
|
2628
|
-
background: #ff4d4f;
|
|
2629
|
-
color: #fff;
|
|
2630
|
-
font-size: 10px;
|
|
2631
|
-
cursor: pointer;
|
|
2632
|
-
aspect-ratio: 1 / 1;
|
|
2633
|
-
}
|
|
2634
|
-
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-uploading {
|
|
2635
|
-
position: absolute;
|
|
2636
|
-
top: 50%;
|
|
2637
|
-
left: 50%;
|
|
2638
|
-
width: 84%;
|
|
2639
|
-
transform: translate(-50%, -50%);
|
|
2640
|
-
text-align: center;
|
|
2641
|
-
}
|
|
2642
|
-
.aplus-ap-upload-picture .picture-title {
|
|
2643
|
-
margin-top: 8px;
|
|
2644
|
-
color: #8896b0;
|
|
2645
|
-
font-size: 12px;
|
|
2646
|
-
}
|
|
2647
|
-
.aplus-ap-upload-picture-admin .picture-context .picture-upload {
|
|
2648
|
-
border: 1px dashed #d9d9d9;
|
|
2649
|
-
background: #fafafa;
|
|
2650
|
-
color: #bfbfbf;
|
|
2651
|
-
}
|
|
2652
|
-
.aplus-ap-upload-picture-admin .picture-context .picture-upload:hover {
|
|
2653
|
-
border: 1px dashed #34b77c;
|
|
2654
|
-
}
|
|
2655
|
-
.aplus-ap-upload-picture-admin .picture-context .picture-item {
|
|
2656
|
-
border: 1px solid #d9d9d9;
|
|
2657
|
-
}
|
|
2658
|
-
.aplus-ap-upload-picture-admin .picture-title {
|
|
2659
|
-
color: #999;
|
|
2660
|
-
}
|
|
2661
|
-
.aplus-ap-upload-single-file {
|
|
2662
|
-
display: flex;
|
|
2663
|
-
align-items: center;
|
|
2664
|
-
justify-content: center;
|
|
2665
|
-
width: 100%;
|
|
2666
|
-
height: 200px;
|
|
2667
|
-
overflow: hidden;
|
|
2668
|
-
transition: all 0.3s;
|
|
2669
|
-
border: 1px dashed #dee4ed;
|
|
2670
|
-
border-radius: 4px;
|
|
2671
|
-
background: #f2f6f9;
|
|
2672
|
-
-webkit-user-select: none;
|
|
2673
|
-
-moz-user-select: none;
|
|
2674
|
-
user-select: none;
|
|
2675
|
-
}
|
|
2676
|
-
.aplus-ap-upload-single-file > div {
|
|
2677
|
-
display: flex;
|
|
2678
|
-
align-items: center;
|
|
2679
|
-
justify-content: center;
|
|
2680
|
-
}
|
|
2681
|
-
.aplus-ap-upload-single-file .state-un {
|
|
2682
|
-
flex-direction: column;
|
|
2683
|
-
}
|
|
2684
|
-
.aplus-ap-upload-single-file .state-un .state-un-icon {
|
|
2685
|
-
display: block;
|
|
2686
|
-
width: 56px;
|
|
2687
|
-
}
|
|
2688
|
-
.aplus-ap-upload-single-file .state-un .state-un-title {
|
|
2689
|
-
margin-top: 10px;
|
|
2690
|
-
color: #182948;
|
|
2691
|
-
font-size: 14px;
|
|
2692
|
-
line-height: 22px;
|
|
2693
|
-
}
|
|
2694
|
-
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
2695
|
-
margin-top: 4px;
|
|
2696
|
-
color: #abb7cc;
|
|
2697
|
-
font-size: 12px;
|
|
2698
|
-
line-height: 18px;
|
|
2699
|
-
}
|
|
2700
|
-
.aplus-ap-upload-single-file .state-ing {
|
|
2701
|
-
display: flex;
|
|
2702
|
-
align-items: center;
|
|
2703
|
-
width: min(516px, 77.24%);
|
|
2704
|
-
height: 96px;
|
|
2705
|
-
padding: 0 24px;
|
|
2706
|
-
border-radius: 4px;
|
|
2707
|
-
background: #fff;
|
|
2708
|
-
}
|
|
2709
|
-
.aplus-ap-upload-single-file .state-ing .left {
|
|
2710
|
-
flex-shrink: 0;
|
|
2711
|
-
width: 48px;
|
|
2712
|
-
margin-right: 16px;
|
|
2713
|
-
}
|
|
2714
|
-
.aplus-ap-upload-single-file .state-ing .left img {
|
|
2715
|
-
display: block;
|
|
2716
|
-
width: 100%;
|
|
2717
|
-
}
|
|
2718
|
-
.aplus-ap-upload-single-file .state-ing .center {
|
|
2719
|
-
flex: 1;
|
|
2720
|
-
}
|
|
2721
|
-
.aplus-ap-upload-single-file .state-ing .center .center-title {
|
|
2722
|
-
display: -webkit-box;
|
|
2723
|
-
overflow: hidden;
|
|
2724
|
-
font-size: 14px;
|
|
2725
|
-
text-align: start;
|
|
2726
|
-
text-overflow: ellipsis;
|
|
2727
|
-
word-wrap: break-word;
|
|
2728
|
-
word-break: break-all;
|
|
2729
|
-
-webkit-box-orient: vertical;
|
|
2730
|
-
-webkit-line-clamp: 2;
|
|
2731
|
-
}
|
|
2732
|
-
.aplus-ap-upload-single-file .state-ing .center .center-progress .ant-progress-line {
|
|
2733
|
-
margin-right: 0;
|
|
2734
|
-
margin-bottom: 0;
|
|
2735
|
-
}
|
|
2736
|
-
.aplus-ap-upload-single-file .state-ing .right {
|
|
2737
|
-
flex-shrink: 0;
|
|
2738
|
-
margin-left: 24px;
|
|
2739
|
-
color: #ff4d4f;
|
|
2740
|
-
font-size: 20px;
|
|
2741
|
-
cursor: pointer !important;
|
|
2742
|
-
}
|
|
2743
|
-
.aplus-ap-upload-single-file-un {
|
|
2744
|
-
cursor: pointer;
|
|
2745
|
-
}
|
|
2746
|
-
.aplus-ap-upload-single-file-un:hover {
|
|
2747
|
-
border: 1px dashed #0070ff;
|
|
2748
|
-
background: rgba(0, 112, 255, 0.1);
|
|
2749
|
-
}
|
|
2750
|
-
.aplus-ap-upload-single-file-admin {
|
|
2751
|
-
border: 1px dashed #D9D9D9;
|
|
2752
|
-
}
|
|
2753
|
-
.aplus-ap-upload-single-file-admin .state-un .state-un-title {
|
|
2754
|
-
color: #333;
|
|
2755
|
-
}
|
|
2756
|
-
.aplus-ap-upload-single-file-admin .state-un .state-un-subtitle {
|
|
2757
|
-
color: #BFBFBF;
|
|
2758
|
-
}
|
|
2759
|
-
.aplus-ap-upload {
|
|
2760
|
-
position: relative;
|
|
2761
|
-
}
|
|
2762
|
-
.aplus-ap-upload .ant-btn {
|
|
2763
|
-
min-width: 0;
|
|
2764
|
-
}
|
|
2765
|
-
.aplus-check-card {
|
|
2766
|
-
box-sizing: border-box;
|
|
2767
|
-
margin: 0;
|
|
2768
|
-
padding: 0;
|
|
2769
|
-
color: #182948;
|
|
2770
|
-
font-size: 12px;
|
|
2771
|
-
font-family: inherit;
|
|
2772
|
-
line-height: 18px;
|
|
2773
|
-
list-style: none;
|
|
2774
|
-
border-radius: 4px;
|
|
2775
|
-
position: relative;
|
|
2776
|
-
}
|
|
2777
|
-
.aplus-check-card--disabled {
|
|
2778
|
-
background-color: #F9F9FA;
|
|
2779
|
-
cursor: not-allowed !important;
|
|
2780
|
-
}
|
|
2781
|
-
.aplus-check-card--bordered {
|
|
2782
|
-
outline: 1px solid var(--ap-border-color-base);
|
|
2783
|
-
}
|
|
2784
|
-
.aplus-check-card:hover:not(.aplus-check-card--disabled) {
|
|
2785
|
-
cursor: pointer;
|
|
2786
|
-
outline: 1px solid var(--ap-color-primary);
|
|
2787
|
-
}
|
|
2788
|
-
.aplus-check-card::after {
|
|
2789
|
-
content: '';
|
|
2790
|
-
position: absolute;
|
|
2791
|
-
width: 0;
|
|
2792
|
-
height: 0;
|
|
2793
|
-
opacity: 0;
|
|
2794
|
-
inset-block-start: -2px;
|
|
2795
|
-
inset-inline-end: -2px;
|
|
2796
|
-
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2797
|
-
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2798
|
-
border-radius: 4px;
|
|
2799
|
-
}
|
|
2800
|
-
.aplus-check-card--checked {
|
|
2801
|
-
outline: 2px solid var(--ap-color-primary);
|
|
2802
|
-
}
|
|
2803
|
-
.aplus-check-card--checked:hover:not(.aplus-check-card--disabled) {
|
|
2804
|
-
outline: 2px solid var(--ap-color-primary);
|
|
2805
|
-
}
|
|
2806
|
-
.aplus-check-card--checked::after {
|
|
2807
|
-
opacity: 1;
|
|
2808
|
-
border: var(--check-card-indicator-size, 14px) solid var(--ap-color-primary);
|
|
2809
|
-
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2810
|
-
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2811
|
-
inset-block-start: -2px;
|
|
2812
|
-
inset-inline-end: -2px;
|
|
2813
|
-
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
2814
|
-
}
|
|
2815
|
-
.aplus-check-card--checked.aplus-check-card--disabled {
|
|
2816
|
-
outline-color: #E9EDF3;
|
|
2817
|
-
}
|
|
2818
|
-
.aplus-check-card--checked.aplus-check-card--disabled::after {
|
|
2819
|
-
border: var(--check-card-indicator-size, 14px) solid #E9EDF3;
|
|
2820
|
-
border-inline-start: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2821
|
-
border-block-end: var(--check-card-indicator-size, 14px) solid transparent;
|
|
2822
|
-
}
|
|
2823
|
-
.aplus-check-card--middle {
|
|
2824
|
-
padding: 12px;
|
|
2825
|
-
}
|
|
2826
|
-
.aplus-check-card--small {
|
|
2827
|
-
padding: 6px 12px;
|
|
2828
|
-
}
|
|
2829
|
-
.aplus-check-card__title {
|
|
2830
|
-
box-sizing: border-box;
|
|
2831
|
-
margin: 0;
|
|
2832
|
-
padding: 0;
|
|
2833
|
-
color: #182948;
|
|
2834
|
-
font-size: 12px;
|
|
2835
|
-
font-family: inherit;
|
|
2836
|
-
line-height: 18px;
|
|
2837
|
-
list-style: none;
|
|
2838
|
-
margin-bottom: 4px;
|
|
2839
|
-
color: #333;
|
|
2840
|
-
font-weight: bold;
|
|
2841
|
-
}
|
|
2842
|
-
.aplus-check-card__title--disabled {
|
|
2843
|
-
color: #ABB7CC;
|
|
2844
|
-
}
|
|
2845
|
-
.aplus-check-card__content {
|
|
2846
|
-
box-sizing: border-box;
|
|
2847
|
-
margin: 0;
|
|
2848
|
-
padding: 0;
|
|
2849
|
-
color: #182948;
|
|
2850
|
-
font-size: 12px;
|
|
2851
|
-
font-family: inherit;
|
|
2852
|
-
line-height: 18px;
|
|
2853
|
-
list-style: none;
|
|
2854
|
-
color: #333;
|
|
2855
|
-
}
|
|
2856
|
-
.aplus-check-card__content--disabled {
|
|
2857
|
-
color: #ABB7CC;
|
|
2858
|
-
}
|
|
2859
|
-
.aplus-check-card__checked-icon {
|
|
2860
|
-
position: absolute;
|
|
2861
|
-
top: 0;
|
|
2862
|
-
right: 0;
|
|
2863
|
-
z-index: 1;
|
|
2864
|
-
line-height: 1;
|
|
2865
|
-
-webkit-user-select: none;
|
|
2866
|
-
-moz-user-select: none;
|
|
2867
|
-
user-select: none;
|
|
2868
|
-
}
|
|
2869
|
-
.aplus-check-card__checked-icon > img {
|
|
2870
|
-
width: calc(var(--check-card-indicator-size, 14px) - 2px);
|
|
2871
|
-
vertical-align: top;
|
|
2872
|
-
}
|
|
2873
|
-
.aplus-editable-table .ant-form-item {
|
|
2874
|
-
margin-bottom: 16px;
|
|
2875
|
-
}
|
|
2876
|
-
.aplus-editable-table__header-cell--required {
|
|
2877
|
-
color: #FF4D4F;
|
|
2878
|
-
padding-right: 2px;
|
|
2879
|
-
}
|
|
2880
|
-
.aplus-editable-table .ant-pagination {
|
|
2881
|
-
margin-bottom: 0 !important;
|
|
2882
|
-
}
|
|
2883
|
-
.aplus-editable-table .ant-pagination .ant-pagination-total-text {
|
|
2884
|
-
flex: 1;
|
|
2885
|
-
}
|
|
2886
|
-
.aplus-editable-table tr > th.ant-table-cell {
|
|
2887
|
-
background-color: var(--ap-table-header-bg, #F2F6F9);
|
|
2888
|
-
}
|
|
2889
|
-
.aplus-editable-table tr > th.ant-table-cell::before {
|
|
2890
|
-
display: none;
|
|
2891
|
-
}
|
|
2892
|
-
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
2893
|
-
padding-top: 16px;
|
|
2894
|
-
padding-bottom: 0px;
|
|
2895
|
-
}
|
|
2896
|
-
.aplus-editable-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell {
|
|
2897
|
-
padding: 12px;
|
|
2898
|
-
}
|
|
2899
|
-
.aplus-editable-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell {
|
|
2900
|
-
padding: 12px;
|
|
2901
|
-
}
|
|
2902
|
-
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:has(.is-editable) {
|
|
2903
|
-
padding-top: 16px;
|
|
2904
|
-
padding-bottom: 0px;
|
|
2905
|
-
}
|
|
2906
|
-
.aplus-editable-table .ant-table.ant-table-small .ant-table-row .ant-table-cell {
|
|
2907
|
-
padding: 8px;
|
|
2908
|
-
}
|
|
2909
|
-
.aplus-editable-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell {
|
|
2910
|
-
padding: 8px;
|
|
2911
|
-
}
|
|
2912
|
-
.aplus-editable-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
2913
|
-
border-inline-end-width: 0px !important;
|
|
2914
|
-
}
|
|
2915
|
-
.aplus-editable-table .ant-table-cell .ant-typography {
|
|
2916
|
-
margin-bottom: 0;
|
|
2917
|
-
}
|
|
2918
|
-
.aplus-editable-table .ant-form-item-explain-error {
|
|
2919
|
-
text-align: left;
|
|
2920
|
-
}
|
|
2921
|
-
.aplus-editable-table-table-header__title {
|
|
2922
|
-
display: -webkit-inline-box;
|
|
2923
|
-
-webkit-line-clamp: 2;
|
|
2924
|
-
-webkit-box-orient: vertical;
|
|
2925
|
-
overflow: hidden;
|
|
2926
|
-
text-overflow: ellipsis;
|
|
2927
|
-
white-space: normal;
|
|
2928
|
-
max-width: 100%;
|
|
2929
|
-
vertical-align: middle;
|
|
2930
|
-
word-break: break-all;
|
|
2931
|
-
flex: 1;
|
|
2932
|
-
text-align: right;
|
|
2933
|
-
}
|
|
2934
|
-
.aplus-ap-summary__item {
|
|
2935
|
-
height: 38px;
|
|
2936
|
-
padding: 8px 12px !important;
|
|
2937
|
-
background-color: var(--ap-summary-background, #f9ecc7) !important;
|
|
2938
|
-
color: #333;
|
|
2939
|
-
font-weight: bolder;
|
|
2940
|
-
}
|
|
2941
|
-
.aplus-ap-summary__item--small {
|
|
2942
|
-
height: 28px;
|
|
2943
|
-
padding: 4px 12px !important;
|
|
2944
|
-
background-color: var(--ap-summary-background, #E6EDFF) !important;
|
|
2945
|
-
}
|
|
2946
|
-
.aplus-ap-table-modal--table-layout {
|
|
2947
|
-
display: flex;
|
|
2948
|
-
justify-content: space-between;
|
|
2949
|
-
height: 100%;
|
|
2950
|
-
}
|
|
2951
|
-
.aplus-ap-table-modal--table-layout.complex-layout {
|
|
2952
|
-
height: 100%;
|
|
2953
|
-
position: relative;
|
|
2954
|
-
}
|
|
2955
|
-
.aplus-ap-table-modal--table-layout-left {
|
|
2956
|
-
flex: 1;
|
|
2957
|
-
min-width: 0px;
|
|
2958
|
-
padding-right: 20px;
|
|
2959
|
-
box-sizing: border-box;
|
|
2960
|
-
display: flex;
|
|
2961
|
-
flex-direction: column;
|
|
2962
|
-
}
|
|
2963
|
-
.aplus-ap-table-modal--table-layout-left-content {
|
|
2964
|
-
flex: 1;
|
|
2965
|
-
}
|
|
2966
|
-
.aplus-ap-table-modal--table-layout-left-content .ant-table-body {
|
|
2967
|
-
height: 100%;
|
|
2968
|
-
}
|
|
2969
|
-
.aplus-ap-table-modal--table-layout-right {
|
|
2970
|
-
max-height: 643px;
|
|
2971
|
-
width: 410px;
|
|
2972
|
-
padding-left: 20px;
|
|
2973
|
-
position: relative;
|
|
2974
|
-
display: flex;
|
|
2975
|
-
flex-direction: column;
|
|
2976
|
-
}
|
|
2977
|
-
.aplus-ap-table-modal--table-layout-right-content {
|
|
2978
|
-
flex: 1;
|
|
2979
|
-
overflow-y: auto;
|
|
2980
|
-
}
|
|
2981
|
-
.aplus-ap-table-modal--table-layout-right::before {
|
|
2982
|
-
content: '';
|
|
2983
|
-
height: calc(100% + 16px);
|
|
2984
|
-
width: 1px;
|
|
2985
|
-
background-color: #dee4ed;
|
|
2986
|
-
position: absolute;
|
|
2987
|
-
left: 0px;
|
|
2988
|
-
top: -16px;
|
|
2989
|
-
}
|
|
2990
|
-
.aplus-scroll-bar {
|
|
2991
|
-
position: relative;
|
|
2992
|
-
}
|
|
2993
|
-
.aplus-scroll-bar--horizontal {
|
|
2994
|
-
width: 100%;
|
|
2995
|
-
height: var(--aplus-scroll-bar-track-width, 10px);
|
|
2996
|
-
}
|
|
2997
|
-
.aplus-scroll-bar--vertical {
|
|
2998
|
-
width: var(--aplus-scroll-bar-track-width, 10px);
|
|
2999
|
-
height: 100%;
|
|
3000
|
-
}
|
|
3001
|
-
.aplus-scroll-bar__track {
|
|
3002
|
-
position: absolute;
|
|
3003
|
-
width: 100%;
|
|
3004
|
-
height: 100%;
|
|
3005
|
-
top: 0;
|
|
3006
|
-
inset-inline-start: 0;
|
|
3007
|
-
cursor: pointer;
|
|
3008
|
-
background-color: var(--aplus-scroll-bar-track-color, #F2F2F2);
|
|
3009
|
-
}
|
|
3010
|
-
.aplus-scroll-bar__track--disabled {
|
|
3011
|
-
pointer-events: none;
|
|
3012
|
-
background-color: #FAFAFA;
|
|
3013
|
-
}
|
|
3014
|
-
.aplus-scroll-bar__track--hidden {
|
|
3015
|
-
pointer-events: none;
|
|
3016
|
-
background-color: transparent;
|
|
3017
|
-
}
|
|
3018
|
-
.aplus-scroll-bar__bar {
|
|
3019
|
-
position: absolute;
|
|
3020
|
-
border-radius: var(--aplus-scroll-bar-bar-width, 8px);
|
|
3021
|
-
background-color: var(--aplus-scroll-bar-bar-color, #c7c8cc);
|
|
3022
|
-
cursor: pointer;
|
|
3023
|
-
}
|
|
3024
|
-
.aplus-scroll-bar__bar--disabled {
|
|
3025
|
-
pointer-events: none;
|
|
3026
|
-
box-shadow: none;
|
|
3027
|
-
}
|
|
3028
|
-
.aplus-scroll-bar__bar--horizontal {
|
|
3029
|
-
height: var(--aplus-scroll-bar-bar-width, 8px);
|
|
3030
|
-
top: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
3031
|
-
}
|
|
3032
|
-
.aplus-scroll-bar__bar--vertical {
|
|
3033
|
-
width: var(--aplus-scroll-bar-bar-width, 8px);
|
|
3034
|
-
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
3035
|
-
}
|
|
3036
|
-
.aplus-ap-appendix__suffix {
|
|
3037
|
-
width: 100%;
|
|
3038
|
-
display: flex;
|
|
3039
|
-
align-items: center;
|
|
3040
|
-
}
|
|
3041
|
-
.aplus-ap-appendix__download-all {
|
|
3042
|
-
margin-left: auto;
|
|
3043
|
-
padding: 0;
|
|
3044
|
-
height: -moz-min-content;
|
|
3045
|
-
height: min-content;
|
|
3046
|
-
}
|
|
3047
|
-
.aplus-ap-appendix__file-area {
|
|
3048
|
-
margin-top: 12px;
|
|
3049
|
-
}
|
|
3050
|
-
.aplus-ap-appendix__file-area--border {
|
|
3051
|
-
border: 1px dashed var(--ap-border-color-base);
|
|
3052
|
-
padding: 12px;
|
|
3053
|
-
border-radius: 4px;
|
|
3054
|
-
}
|
|
3055
|
-
.aplus-ap-appendix__file-area-content {
|
|
3056
|
-
display: grid;
|
|
3057
|
-
gap: 16px 80px;
|
|
3058
|
-
grid-template-columns: var(--ap-appendix-column, repeat(2, 1fr));
|
|
3059
|
-
}
|
|
3060
|
-
.aplus-ap-appendix__file-area-content-item {
|
|
3061
|
-
overflow: hidden;
|
|
3062
|
-
-webkit-user-select: none;
|
|
3063
|
-
-moz-user-select: none;
|
|
3064
|
-
user-select: none;
|
|
3065
|
-
}
|
|
3066
|
-
.aplus-ap-appendix__file-area-content-item-content {
|
|
3067
|
-
display: flex;
|
|
3068
|
-
align-items: center;
|
|
3069
|
-
width: -moz-max-content;
|
|
3070
|
-
width: max-content;
|
|
3071
|
-
cursor: pointer;
|
|
3072
|
-
max-width: 100%;
|
|
3073
|
-
}
|
|
3074
|
-
.aplus-ap-appendix__file-area-content-item-icon {
|
|
3075
|
-
margin-right: 8px;
|
|
3076
|
-
}
|
|
3077
|
-
.aplus-ap-appendix__file-area-content-item-icon svg {
|
|
3078
|
-
width: 16px;
|
|
3079
|
-
color: var(--ap-text-color-4);
|
|
3080
|
-
}
|
|
3081
|
-
.aplus-ap-appendix__file-area-content-item-file-name {
|
|
3082
|
-
min-width: 0;
|
|
3083
|
-
overflow: hidden;
|
|
3084
|
-
width: -moz-max-content;
|
|
3085
|
-
width: max-content;
|
|
3086
|
-
display: flex;
|
|
3087
|
-
align-items: center;
|
|
3088
|
-
}
|
|
3089
|
-
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
3090
|
-
font-size: 12px;
|
|
3091
|
-
line-height: 18px;
|
|
3092
|
-
color: var(--ap-text-color-2);
|
|
3093
|
-
transition: color 0.2s;
|
|
3094
|
-
}
|
|
3095
|
-
.aplus-ap-appendix__file-area-content-item-content:hover .ant-typography {
|
|
3096
|
-
color: var(--ap-color-link);
|
|
3097
|
-
}
|
|
3098
|
-
.aplus-ap-appendix__file-area-content-item--loading-content {
|
|
3099
|
-
cursor: not-allowed;
|
|
3100
|
-
}
|
|
3101
|
-
.aplus-ap-appendix__file-area-content-item--loading .ant-typography {
|
|
3102
|
-
color: var(--ap-text-color-4);
|
|
3103
|
-
}
|
|
3104
|
-
.aplus-ap-appendix__file-area-content-item--loading-content:hover .ant-typography {
|
|
3105
|
-
color: var(--ap-text-color-4);
|
|
3106
|
-
}
|
|
3107
|
-
.aplus-ap-appendix__empty .ant-empty {
|
|
3108
|
-
margin: 0;
|
|
3109
|
-
}
|
|
3110
|
-
.aplus-ap-appendix__empty .ant-empty-description {
|
|
3111
|
-
margin-bottom: 0;
|
|
3112
|
-
}
|
|
3113
|
-
.aplus-ap-group-search__search > .ant-select-selector {
|
|
3114
|
-
padding: 0px 10px 0 0 !important;
|
|
3115
|
-
}
|
|
3116
|
-
.aplus-ap-group-search__search .ant-select-arrow {
|
|
3117
|
-
color: #8896b0;
|
|
3118
|
-
width: 14px;
|
|
3119
|
-
right: 6px;
|
|
3120
|
-
height: 12px;
|
|
3121
|
-
}
|
|
3122
|
-
.aplus-ap-group-search__search .ant-select-arrow > svg {
|
|
3123
|
-
width: 14px;
|
|
3124
|
-
height: 14px;
|
|
3125
|
-
}
|
|
3126
|
-
.aplus-ap-group-search__search--admin .ant-select-arrow {
|
|
3127
|
-
color: #333;
|
|
3128
|
-
width: 18px;
|
|
3129
|
-
right: 4px;
|
|
3130
|
-
height: 13px;
|
|
3131
|
-
}
|
|
3132
|
-
.aplus-ap-group-search__search--admin .ant-select-arrow > svg {
|
|
3133
|
-
width: 16px;
|
|
3134
|
-
height: 16px;
|
|
3135
|
-
}
|
|
3136
|
-
.aplus-ap-group-search__search--admin .ant-select-selection-placeholder {
|
|
3137
|
-
inset-inline-end: 25px;
|
|
3138
|
-
}
|
|
3139
|
-
.aplus-ap-group-search__divider {
|
|
3140
|
-
height: 30px;
|
|
3141
|
-
width: 1px;
|
|
3142
|
-
background: #DEE4ED;
|
|
3143
|
-
}
|
|
3144
|
-
.aplus-ap-popover-select__popover {
|
|
3145
|
-
width: 100%;
|
|
3146
|
-
left: 0 !important;
|
|
3147
|
-
min-width: 300px;
|
|
3148
|
-
}
|
|
3149
|
-
.aplus-ap-popover-select__popover .ant-popover-arrow {
|
|
3150
|
-
display: none;
|
|
3151
|
-
}
|
|
3152
|
-
.aplus-ap-popover-select__popover .ant-popover-inner {
|
|
3153
|
-
padding: 0;
|
|
3154
|
-
}
|
|
3155
|
-
.aplus-ap-popover-select__popover .ant-select {
|
|
3156
|
-
height: 240px;
|
|
3157
|
-
}
|
|
3158
|
-
.aplus-ap-popover-select__popover .ant-select .ant-select-selector {
|
|
3159
|
-
min-height: 60px;
|
|
3160
|
-
align-items: flex-start;
|
|
3161
|
-
padding: 0;
|
|
3162
|
-
}
|
|
3163
|
-
.aplus-ap-popover-select__popover .ant-select .ant-select-selection-item {
|
|
3164
|
-
border-radius: 2px;
|
|
3165
|
-
}
|
|
3166
|
-
.aplus-ap-popover-select__popover .ant-select .ant-select-selection-item-content {
|
|
3167
|
-
margin-inline-end: 8px;
|
|
3168
|
-
}
|
|
3169
|
-
.aplus-ap-popover-select__popover .ant-select .ant-select-selection-placeholder {
|
|
3170
|
-
text-wrap: wrap !important;
|
|
3171
|
-
white-space: pre-wrap !important;
|
|
3172
|
-
top: 2px;
|
|
3173
|
-
transform: none;
|
|
3174
|
-
}
|
|
3175
|
-
.aplus-ap-popover-select__popover--content {
|
|
3176
|
-
padding: 12px;
|
|
3177
|
-
}
|
|
3178
|
-
.aplus-ap-popover-select__popover--footer {
|
|
3179
|
-
padding: 12px;
|
|
3180
|
-
border-top: 1px solid #e9edf3;
|
|
3181
|
-
display: flex;
|
|
3182
|
-
justify-content: space-between;
|
|
3183
|
-
}
|
|
3184
|
-
.aplus-ap-popover-select__popover--trigger {
|
|
3185
|
-
display: inline-block;
|
|
3186
|
-
pointer-events: auto;
|
|
3187
|
-
height: 16px;
|
|
3188
|
-
width: 16px;
|
|
3189
|
-
color: #abb7cc;
|
|
3190
|
-
}
|
|
3191
|
-
.aplus-ap-popover-select__popover--trigger:hover,
|
|
3192
|
-
.aplus-ap-popover-select__popover--trigger:focus,
|
|
3193
|
-
.aplus-ap-popover-select__popover--trigger:active {
|
|
3194
|
-
color: #0070ff;
|
|
3195
|
-
}
|
|
3196
|
-
.aplus-ap-popover-select__popover--trigger--admin {
|
|
3197
|
-
display: inline-block;
|
|
3198
|
-
pointer-events: auto;
|
|
3199
|
-
height: 16px;
|
|
3200
|
-
width: 16px;
|
|
3201
|
-
color: #BFBFBF;
|
|
3202
|
-
}
|
|
3203
|
-
.aplus-ap-popover-select__popover--trigger--admin:hover,
|
|
3204
|
-
.aplus-ap-popover-select__popover--trigger--admin:focus,
|
|
3205
|
-
.aplus-ap-popover-select__popover--trigger--admin:active {
|
|
3206
|
-
color: #85d4b0;
|
|
3207
|
-
}
|
|
3208
|
-
.aplus-ap-popover-select__popover--footer--admin {
|
|
3209
|
-
padding: 12px;
|
|
3210
|
-
border-top: 1px solid #e9e9e9;
|
|
3211
|
-
display: flex;
|
|
3212
|
-
justify-content: space-between;
|
|
3213
|
-
}
|
|
3214
|
-
.aplus-ap-extension-select.ant-select .ant-select-selection-placeholder {
|
|
3215
|
-
inset-inline-end: 25px !important;
|
|
3216
|
-
}
|
|
3217
|
-
.aplus-ap-upload-single {
|
|
3218
|
-
-webkit-user-select: none;
|
|
3219
|
-
-moz-user-select: none;
|
|
3220
|
-
user-select: none;
|
|
3221
|
-
}
|
|
3222
|
-
.aplus-ap-upload-single .ant-upload-drag {
|
|
3223
|
-
background: #F2F6F9;
|
|
3224
|
-
border: 1px dashed var(--ap-border-color-base);
|
|
3225
|
-
height: 200px;
|
|
3226
|
-
}
|
|
3227
|
-
.aplus-ap-upload-single .ant-upload-drag:not(.ant-upload-disabled):hover {
|
|
3228
|
-
background: rgba(0, 112, 255, 0.1);
|
|
3229
|
-
border-color: #0070ff;
|
|
3230
|
-
}
|
|
3231
|
-
.aplus-ap-upload-single .ant-upload-drag .ant-upload-btn {
|
|
3232
|
-
padding: 0;
|
|
3233
|
-
}
|
|
3234
|
-
.aplus-ap-upload-single .ant-upload-drag .ant-upload-disabled {
|
|
3235
|
-
cursor: default;
|
|
3236
|
-
}
|
|
3237
|
-
.aplus-ap-upload-single-affix-wrapper-status-error .ant-upload-drag:not(.ant-upload-disabled) {
|
|
3238
|
-
border-color: #FF4D4F;
|
|
3239
|
-
}
|
|
3240
|
-
.aplus-ap-upload-single-affix-wrapper-status-error .ant-upload-drag:not(.ant-upload-disabled):hover {
|
|
3241
|
-
border-color: #FF4D4F80;
|
|
3242
|
-
}
|
|
3243
|
-
.aplus-ap-upload-single__content {
|
|
3244
|
-
display: flex;
|
|
3245
|
-
justify-content: center;
|
|
3246
|
-
align-items: center;
|
|
3247
|
-
height: 100%;
|
|
3248
|
-
}
|
|
3249
|
-
.aplus-ap-upload-single__content-file {
|
|
3250
|
-
width: min(516px, 77.24%);
|
|
3251
|
-
height: 96px;
|
|
3252
|
-
background: #FFFFFF;
|
|
3253
|
-
border-radius: 4px;
|
|
3254
|
-
display: flex;
|
|
3255
|
-
align-items: center;
|
|
3256
|
-
padding: 0 24px;
|
|
3257
|
-
}
|
|
3258
|
-
.aplus-ap-upload-single__content-file-icon {
|
|
3259
|
-
flex-shrink: 0;
|
|
3260
|
-
margin-right: 16px;
|
|
3261
|
-
}
|
|
3262
|
-
.aplus-ap-upload-single__content-file-icon svg {
|
|
3263
|
-
width: 48px;
|
|
3264
|
-
}
|
|
3265
|
-
.aplus-ap-upload-single__content-file-name {
|
|
3266
|
-
flex: 1;
|
|
3267
|
-
text-align: start;
|
|
3268
|
-
}
|
|
3269
|
-
.aplus-ap-upload-single__content-file-name > .ant-typography {
|
|
3270
|
-
color: var(--name-color);
|
|
3271
|
-
margin-bottom: 0;
|
|
3272
|
-
word-break: break-all;
|
|
3273
|
-
}
|
|
3274
|
-
.aplus-ap-upload-single__content-file-delete {
|
|
3275
|
-
flex-shrink: 0;
|
|
3276
|
-
margin-left: 24px;
|
|
3277
|
-
}
|
|
3278
|
-
.aplus-ap-upload-single__content-file-delete svg {
|
|
3279
|
-
width: 20px;
|
|
3280
|
-
color: #ff4d4f;
|
|
3281
|
-
font-size: 20px;
|
|
3282
|
-
cursor: pointer;
|
|
3283
|
-
}
|
|
3284
|
-
.aplus-ap-upload-single__content-ing-name {
|
|
3285
|
-
--name-color: var(--ap-text-color-2);
|
|
3286
|
-
}
|
|
3287
|
-
.aplus-ap-upload-single__content-ing-name .ant-progress-line {
|
|
3288
|
-
margin-inline-end: 0;
|
|
3289
|
-
margin-bottom: 0;
|
|
3290
|
-
}
|
|
3291
|
-
.aplus-ap-upload-single__content-error-name {
|
|
3292
|
-
--name-color: #FF4D4F;
|
|
3293
|
-
}
|
|
3294
|
-
.aplus-ap-upload-single__content-done-name {
|
|
3295
|
-
--name-color: #0070ff;
|
|
3296
|
-
}
|
|
3297
|
-
.aplus-ap-upload-single__content-empty {
|
|
3298
|
-
cursor: pointer;
|
|
3299
|
-
display: flex;
|
|
3300
|
-
flex-direction: column;
|
|
3301
|
-
align-items: center;
|
|
3302
|
-
}
|
|
3303
|
-
.aplus-ap-upload-single__content-empty-icon svg {
|
|
3304
|
-
width: 56px;
|
|
3305
|
-
}
|
|
3306
|
-
.aplus-ap-upload-single__content-empty-title {
|
|
3307
|
-
margin-top: 10px;
|
|
3308
|
-
color: var(--ap-text-color-2);
|
|
3309
|
-
font-size: 16px;
|
|
3310
|
-
line-height: 22px;
|
|
3311
|
-
}
|
|
3312
|
-
.aplus-ap-upload-single__content-empty-sub-title {
|
|
3313
|
-
margin-top: 4px;
|
|
3314
|
-
color: var(--ap-text-color-4);
|
|
3315
|
-
font-size: 12px;
|
|
3316
|
-
line-height: 18px;
|
|
3317
|
-
}
|
|
3318
|
-
.aplus-ap-image-toolbar {
|
|
3319
|
-
display: flex;
|
|
3320
|
-
align-items: center;
|
|
3321
|
-
padding: 0 24px;
|
|
3322
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3323
|
-
border-radius: 100px;
|
|
3324
|
-
}
|
|
3325
|
-
.aplus-batch-input-group-popover-input {
|
|
3326
|
-
display: inline-flex;
|
|
3327
|
-
align-items: center;
|
|
3328
|
-
}
|
|
3329
|
-
.aplus-batch-input-group-popover-input-trigger-icon {
|
|
3330
|
-
cursor: pointer;
|
|
3331
|
-
font-size: 16px;
|
|
3332
|
-
color: var(--ap-text-color-1);
|
|
3333
|
-
line-height: 0;
|
|
3334
|
-
}
|
|
3335
|
-
.aplus-batch-input-group-popover-input-trigger-icon:hover {
|
|
3336
|
-
color: var(--ap-color-primary);
|
|
3337
|
-
}
|
|
3338
|
-
.aplus-batch-input-group-popover-input-trigger-icon--disabled {
|
|
3339
|
-
cursor: not-allowed;
|
|
3340
|
-
color: var(--batch-input-group-trigger-color-disabled, rgba(24, 41, 72, 0.25));
|
|
3341
|
-
}
|
|
3342
|
-
.aplus-batch-input-group-popover-input-trigger-icon--disabled:hover {
|
|
3343
|
-
color: var(--batch-input-group-trigger-color-disabled, rgba(24, 41, 72, 0.25));
|
|
3344
|
-
}
|
|
3345
|
-
.aplus-batch-input-group-popover-input__popover {
|
|
3346
|
-
width: 100%;
|
|
3347
|
-
left: var(--aplus-batch-input-group-popover-left) !important;
|
|
3348
|
-
right: var(--aplus-batch-input-group-popover-right) !important;
|
|
3349
|
-
min-width: 300px;
|
|
3350
|
-
}
|
|
3351
|
-
.aplus-batch-input-group-popover-input__popover .ant-popover-arrow {
|
|
3352
|
-
display: none;
|
|
3353
|
-
}
|
|
3354
|
-
.aplus-batch-input-group-popover-input__popover .ant-popover-inner {
|
|
3355
|
-
padding: 0;
|
|
3356
|
-
}
|
|
3357
|
-
.aplus-batch-input-group-popover-input__popover--content {
|
|
3358
|
-
padding: 12px;
|
|
3359
|
-
}
|
|
3360
|
-
.aplus-batch-input-group-popover-input__popover--content textarea {
|
|
3361
|
-
padding: 0;
|
|
3362
|
-
resize: none;
|
|
3363
|
-
}
|
|
3364
|
-
.aplus-batch-input-group {
|
|
3365
|
-
position: relative;
|
|
3366
|
-
}
|
|
3367
|
-
.aplus-scroll-view {
|
|
3368
|
-
position: relative;
|
|
3369
|
-
overflow: hidden;
|
|
3370
|
-
}
|
|
3371
|
-
.aplus-scroll-view__content {
|
|
3372
|
-
display: inline-block;
|
|
3373
|
-
}
|
|
3374
|
-
.aplus-scroll-view__bar-wrapper {
|
|
3375
|
-
position: absolute;
|
|
3376
|
-
}
|
|
3377
|
-
.aplus-scroll-view__bar-wrapper--horizontal {
|
|
3378
|
-
left: 0;
|
|
3379
|
-
bottom: 0;
|
|
3380
|
-
width: 100%;
|
|
3381
|
-
}
|
|
3382
|
-
.aplus-scroll-view__bar-wrapper--vertical {
|
|
3383
|
-
top: 0;
|
|
3384
|
-
right: 0;
|
|
3385
|
-
height: 100%;
|
|
3386
|
-
}
|
|
3387
|
-
.aplus-full-screen-wrapper--full {
|
|
3388
|
-
position: fixed;
|
|
3389
|
-
top: 0;
|
|
3390
|
-
width: 100vw;
|
|
3391
|
-
height: 100vh;
|
|
3392
|
-
}
|
|
3393
|
-
.aplus-ap-grid ::-webkit-scrollbar {
|
|
3394
|
-
width: 10px;
|
|
3395
|
-
height: 10px;
|
|
3396
|
-
}
|
|
3397
|
-
.aplus-ap-grid ::-webkit-scrollbar-thumb {
|
|
3398
|
-
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
3399
|
-
background-clip: content-box;
|
|
3400
|
-
border: 1px solid transparent;
|
|
3401
|
-
border-radius: 4px;
|
|
3402
|
-
}
|
|
3403
|
-
.aplus-ap-grid ::-webkit-scrollbar-track,
|
|
3404
|
-
.aplus-ap-grid ::-webkit-scrollbar-corner {
|
|
3405
|
-
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
3406
|
-
}
|
|
3407
|
-
.aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
|
|
3408
|
-
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
3409
|
-
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
3410
|
-
}
|
|
3411
|
-
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell {
|
|
3412
|
-
min-height: unset !important;
|
|
3413
|
-
padding: 9px 12px;
|
|
3414
|
-
font-size: 12px;
|
|
3415
|
-
line-height: 18px;
|
|
3416
|
-
}
|
|
3417
|
-
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell {
|
|
3418
|
-
min-height: unset !important;
|
|
3419
|
-
padding: 6px 9px;
|
|
3420
|
-
line-height: 18px;
|
|
3421
|
-
}
|
|
3422
|
-
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
|
|
3423
|
-
font-size: 12px;
|
|
3424
|
-
line-height: 16px;
|
|
3425
|
-
padding: 0px 12px;
|
|
3426
|
-
}
|
|
3427
|
-
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
|
|
3428
|
-
line-height: 16px;
|
|
3429
|
-
padding: 0 9px;
|
|
3430
|
-
}
|
|
3431
|
-
.aplus-ap-grid-adaptive {
|
|
3432
|
-
height: 100%;
|
|
3433
|
-
display: flex;
|
|
3434
|
-
flex-direction: column;
|
|
3435
|
-
}
|
|
3436
|
-
.aplus-ap-grid-adaptive .aplus-ap-grid-vxe-wrapper {
|
|
3437
|
-
min-height: 0;
|
|
3438
|
-
flex: 1;
|
|
3439
|
-
}
|
|
3440
|
-
.aplus-ap-grid .aplus-ag-grid-pagination-wrapper ul.ant-pagination {
|
|
3441
|
-
margin-block: 8px;
|
|
3442
|
-
}
|
|
3443
|
-
.aplus-ap-grid-sticky .aplus-ag-grid-pagination-wrapper {
|
|
3444
|
-
background-color: #fff;
|
|
3445
|
-
z-index: 10;
|
|
3446
|
-
position: sticky;
|
|
3447
|
-
bottom: 0;
|
|
3448
|
-
}
|
|
3449
|
-
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ag-grid-pagination-wrapper ul.ant-pagination {
|
|
3450
|
-
margin-top: 0;
|
|
3451
|
-
padding-top: 4px;
|
|
3452
|
-
}
|
|
3453
|
-
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
|
|
3454
|
-
opacity: 0;
|
|
3455
|
-
}
|
|
3456
|
-
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table .vxe-table--scroll-x-virtual {
|
|
3457
|
-
height: 0px !important;
|
|
3458
|
-
}
|
|
3459
|
-
.aplus-ap-grid-wrapper {
|
|
3460
|
-
padding: 8px;
|
|
3461
|
-
padding-bottom: 12px;
|
|
3462
|
-
background-color: #fff;
|
|
3463
|
-
}
|
|
3464
|
-
.aplus-ap-grid-wrapper:has(ul.ant-pagination) {
|
|
3465
|
-
padding-bottom: 0;
|
|
3466
|
-
}
|
|
3467
|
-
.aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
|
|
3468
|
-
padding-bottom: 0;
|
|
3469
|
-
}
|
|
3470
|
-
.aplus-ap-grid-sticky > .aplus-ap-grid__table-wrapper-card {
|
|
3471
|
-
padding-bottom: 0;
|
|
3472
|
-
}
|
|
3473
|
-
.aplus-ap-grid__search-wrapper {
|
|
3474
|
-
padding: 8px;
|
|
3475
|
-
padding-bottom: 0;
|
|
3476
|
-
background-color: #fff;
|
|
3477
|
-
border-radius: 4px;
|
|
3478
|
-
margin-bottom: 10px;
|
|
3479
|
-
}
|
|
3480
|
-
.aplus-ap-grid__table-wrapper {
|
|
3481
|
-
flex: 1;
|
|
3482
|
-
min-height: 0;
|
|
3483
|
-
max-height: 100%;
|
|
3484
|
-
width: 100%;
|
|
3485
|
-
display: flex;
|
|
3486
|
-
flex-direction: column;
|
|
3487
|
-
}
|
|
3488
|
-
.aplus-ap-grid__table-wrapper-card {
|
|
3489
|
-
padding: 8px;
|
|
3490
|
-
padding-bottom: 12px;
|
|
3491
|
-
border-radius: 4px;
|
|
3492
|
-
background-color: #fff;
|
|
3493
|
-
}
|
|
3494
|
-
.aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
|
|
3495
|
-
padding-bottom: 0;
|
|
3496
|
-
}
|
|
3497
|
-
.aplus-ap-grid-pagination {
|
|
3498
|
-
margin-block: 12px;
|
|
3499
|
-
display: flex;
|
|
3500
|
-
flex-wrap: wrap;
|
|
3501
|
-
align-items: center;
|
|
3502
|
-
row-gap: 8px;
|
|
3503
|
-
}
|
|
3504
|
-
.aplus-ap-grid-pagination .ant-pagination-total-text {
|
|
3505
|
-
flex: 1;
|
|
3506
|
-
height: unset;
|
|
3507
|
-
line-height: 18px;
|
|
3508
|
-
display: flex;
|
|
3509
|
-
align-items: center;
|
|
3510
|
-
}
|
|
3511
|
-
.aplus-ap-grid .vxe-loading.vxe-table--loading {
|
|
3512
|
-
position: absolute;
|
|
3513
|
-
width: 100%;
|
|
3514
|
-
height: 100%;
|
|
3515
|
-
top: 0;
|
|
3516
|
-
left: 0;
|
|
3517
|
-
z-index: 99;
|
|
3518
|
-
-webkit-user-select: none;
|
|
3519
|
-
-moz-user-select: none;
|
|
3520
|
-
user-select: none;
|
|
3521
|
-
}
|
|
3522
|
-
.aplus-ap-grid .vxe-loading.vxe-table--loading .vxe-loading--wrapper {
|
|
3523
|
-
width: 100%;
|
|
3524
|
-
height: 100%;
|
|
3525
|
-
}
|
|
3526
|
-
.aplus-ap-grid__table-loading-wrapper {
|
|
3527
|
-
height: 100%;
|
|
3528
|
-
display: flex;
|
|
3529
|
-
justify-content: center;
|
|
3530
|
-
align-items: center;
|
|
3531
|
-
background-color: var(--vxe-ui-loading-background-color);
|
|
3532
|
-
}
|
|
3533
|
-
.aplus-ap-grid-pagination-count-text {
|
|
3534
|
-
color: var(--ap-text-color-2);
|
|
3535
|
-
}
|
|
3536
|
-
.aplus-ap-grid-pagination--total-right {
|
|
3537
|
-
padding-left: 12px;
|
|
3538
|
-
}
|
|
3539
|
-
.aplus-ap-grid-pagination-total-wrapper {
|
|
3540
|
-
color: var(--ap-text-color-1);
|
|
3541
|
-
}
|
|
3542
|
-
.aplus-ap-grid-table-header__title {
|
|
3543
|
-
display: -webkit-inline-box;
|
|
3544
|
-
-webkit-line-clamp: 2;
|
|
3545
|
-
-webkit-box-orient: vertical;
|
|
3546
|
-
overflow: hidden;
|
|
3547
|
-
text-overflow: ellipsis;
|
|
3548
|
-
white-space: normal;
|
|
3549
|
-
max-width: 100%;
|
|
3550
|
-
vertical-align: middle;
|
|
3551
|
-
word-break: break-all;
|
|
3552
|
-
flex: 1;
|
|
3553
|
-
font-weight: bold;
|
|
3554
|
-
text-align: right;
|
|
3555
|
-
}
|
|
3556
|
-
.aplus-ap-grid-table-header__title--single {
|
|
3557
|
-
flex: unset;
|
|
3558
|
-
}
|
|
3559
|
-
.aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper {
|
|
3560
|
-
display: flex;
|
|
3561
|
-
flex-direction: row;
|
|
3562
|
-
flex-wrap: nowrap;
|
|
3563
|
-
align-items: center;
|
|
3564
|
-
min-width: unset;
|
|
3565
|
-
}
|
|
3566
|
-
.aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper .vxe-cell--title {
|
|
3567
|
-
flex-shrink: 1;
|
|
3568
|
-
flex-grow: 0;
|
|
3569
|
-
}
|
|
3570
|
-
.aplus-ap-grid .fixed-left--wrapper .vxe-table--header,
|
|
3571
|
-
.aplus-ap-grid .fixed-right--wrapper .vxe-table--header {
|
|
3572
|
-
height: 100%;
|
|
3573
|
-
}
|
|
3574
|
-
.aplus-ap-grid .fixed-left--wrapper .vxe-table--footer,
|
|
3575
|
-
.aplus-ap-grid .fixed-right--wrapper .vxe-table--footer {
|
|
3576
|
-
height: 100%;
|
|
3577
|
-
}
|
|
3578
|
-
.aplus-ap-grid i.vxe-tree--node-btn::before {
|
|
3579
|
-
content: "\f292";
|
|
3580
|
-
}
|
|
3581
|
-
.aplus-ap-grid i.vxe-tree--node-btn.rotate90 {
|
|
3582
|
-
transform: none;
|
|
3583
|
-
}
|
|
3584
|
-
.aplus-ap-grid i.vxe-tree--node-btn.rotate90::before {
|
|
3585
|
-
content: "\f293";
|
|
3586
|
-
}
|
|
3587
|
-
.aplus-ap-grid i[class*=vxe-table-icon-] {
|
|
3588
|
-
font-family: aplusuiiconfont !important;
|
|
3589
|
-
}
|
|
3590
|
-
.aplus-ap-grid .vxe-cell--checkbox.is--disabled > .vxe-checkbox--icon {
|
|
3591
|
-
background-color: var(--ap-table-header-bg);
|
|
3592
|
-
border-radius: 4px;
|
|
3593
|
-
}
|
|
3594
|
-
.aplus-ap-grid .vxe-cell--checkbox span.vxe-checkbox--icon {
|
|
3595
|
-
vertical-align: text-top;
|
|
3596
|
-
}
|
|
3597
|
-
.aplus-ap-grid div.vxe-cell--tree-btn > i {
|
|
3598
|
-
font-size: 10px;
|
|
3599
|
-
color: var(--ap-text-color-2);
|
|
3600
|
-
}
|
|
3601
|
-
.aplus-editable-grid__header-cell--required {
|
|
3602
|
-
color: #FF4D4F;
|
|
3603
|
-
padding-right: 2px;
|
|
3604
|
-
}
|
|
3605
|
-
.aplus-editable-grid-table-header__title {
|
|
3606
|
-
display: -webkit-inline-box;
|
|
3607
|
-
-webkit-line-clamp: 2;
|
|
3608
|
-
-webkit-box-orient: vertical;
|
|
3609
|
-
overflow: hidden;
|
|
3610
|
-
text-overflow: ellipsis;
|
|
3611
|
-
white-space: normal;
|
|
3612
|
-
max-width: 100%;
|
|
3613
|
-
vertical-align: middle;
|
|
3614
|
-
word-break: break-all;
|
|
3615
|
-
text-align: right;
|
|
3616
|
-
flex: 1;
|
|
3617
|
-
}
|
|
3618
|
-
.aplus-editable-grid .ant-form-item {
|
|
3619
|
-
margin-bottom: 16px;
|
|
3620
|
-
}
|
|
3621
|
-
.aplus-editable-grid .vxe-cell:has(.is-editable) {
|
|
3622
|
-
padding-block: 16px 0px !important;
|
|
3623
|
-
}
|
|
3624
|
-
.aplus-ap-text {
|
|
3625
|
-
box-sizing: border-box;
|
|
3626
|
-
margin: 0;
|
|
3627
|
-
padding: 0;
|
|
3628
|
-
color: #182948;
|
|
3629
|
-
font-size: 12px;
|
|
3630
|
-
font-family: inherit;
|
|
3631
|
-
line-height: 18px;
|
|
3632
|
-
list-style: none;
|
|
3633
|
-
display: flex;
|
|
3634
|
-
align-items: baseline;
|
|
3635
|
-
}
|
|
3636
|
-
.aplus-ap-text--vertical {
|
|
3637
|
-
flex-direction: column;
|
|
3638
|
-
align-items: flex-start;
|
|
3639
|
-
}
|
|
3640
|
-
.aplus-ap-text--vertical > .aplus-ap-text__content {
|
|
3641
|
-
max-width: 100%;
|
|
3642
|
-
}
|
|
3643
|
-
.aplus-ap-text__label {
|
|
3644
|
-
display: inline-flex;
|
|
3645
|
-
align-items: baseline;
|
|
3646
|
-
color: var(--ap-text-color-3);
|
|
3647
|
-
}
|
|
3648
|
-
.aplus-ap-text__label::after {
|
|
3649
|
-
content: ':';
|
|
3650
|
-
position: relative;
|
|
3651
|
-
top: -0.5px;
|
|
3652
|
-
margin-inline: 2px 8px;
|
|
3653
|
-
}
|
|
3654
|
-
.aplus-ap-text__label--no-colon::after {
|
|
3655
|
-
content: '';
|
|
3656
|
-
}
|
|
3657
|
-
.aplus-ap-text__content {
|
|
3658
|
-
flex: 1;
|
|
3659
|
-
min-width: 0;
|
|
3660
|
-
display: flex;
|
|
3661
|
-
align-items: baseline;
|
|
3662
|
-
}
|
|
3663
|
-
.aplus-ap-text__content-addon-after {
|
|
3664
|
-
margin-left: 4px;
|
|
3665
|
-
}
|
|
3666
|
-
.aplus-ap-text__content-addon-after:has(span.anticon) {
|
|
3667
|
-
line-height: 1;
|
|
3668
|
-
}
|
|
3669
|
-
.aplus-ap-text span.ant-typography {
|
|
3670
|
-
color: var(--ap-text-color-2);
|
|
3671
|
-
}
|
|
3672
|
-
.aplus-ap-text span.ant-typography.ant-typography-secondary {
|
|
3673
|
-
color: var(--ap-text-color-3);
|
|
3674
|
-
}
|
|
3675
|
-
.aplus-ap-text a.ant-typography {
|
|
3676
|
-
color: var(--ap-color-link);
|
|
3677
|
-
}
|
|
3678
|
-
.aplus-ap-text-group:has(.ant-typography-ellipsis) {
|
|
3679
|
-
max-width: 100%;
|
|
3680
|
-
}
|
|
3681
|
-
.aplus-ap-text-group:has(.ant-typography-ellipsis) > .ant-space-item {
|
|
3682
|
-
max-width: 100%;
|
|
3683
|
-
}
|
|
3684
|
-
.aplus-ap-text-group--horizontal {
|
|
3685
|
-
width: 100%;
|
|
3686
|
-
overflow: hidden;
|
|
3687
|
-
position: relative;
|
|
3688
|
-
}
|
|
3689
|
-
.aplus-ap-text-group--horizontal .ant-typography {
|
|
3690
|
-
white-space: nowrap;
|
|
3691
|
-
}
|
|
3692
|
-
@keyframes loadingCircle {
|
|
3693
|
-
100% {
|
|
3694
|
-
transform: rotate(360deg);
|
|
3695
|
-
}
|
|
3696
|
-
}
|
|
3697
|
-
@keyframes aplus-fade-enter {
|
|
3698
|
-
0% {
|
|
3699
|
-
opacity: 0;
|
|
3700
|
-
}
|
|
3701
|
-
100% {
|
|
3702
|
-
opacity: 1;
|
|
3703
|
-
}
|
|
3704
|
-
}
|
|
3705
|
-
@keyframes aplus-fade-leave {
|
|
3706
|
-
0% {
|
|
3707
|
-
opacity: 1;
|
|
3708
|
-
}
|
|
3709
|
-
100% {
|
|
3710
|
-
opacity: 0;
|
|
3711
|
-
}
|
|
3712
|
-
}
|
|
3713
|
-
.aplus-fade-enter-active {
|
|
3714
|
-
animation-name: aplus-fade-enter;
|
|
3715
|
-
animation-duration: 0.25s;
|
|
3716
|
-
}
|
|
3717
|
-
.aplus-fade-leave-active {
|
|
3718
|
-
animation-name: aplus-fade-leave;
|
|
3719
|
-
animation-duration: 0.25s;
|
|
3720
|
-
}
|
|
3721
|
-
.aplus-mask {
|
|
3722
|
-
position: fixed;
|
|
3723
|
-
top: 0;
|
|
3724
|
-
left: 0;
|
|
3725
|
-
right: 0;
|
|
3726
|
-
bottom: 0;
|
|
3727
|
-
}
|
|
3728
|
-
.aplus-mask__mask {
|
|
3729
|
-
position: fixed;
|
|
3730
|
-
top: 0;
|
|
3731
|
-
left: 0;
|
|
3732
|
-
right: 0;
|
|
3733
|
-
bottom: 0;
|
|
3734
|
-
color: #000;
|
|
3735
|
-
transform: translateZ(0);
|
|
3736
|
-
}
|
|
3737
|
-
.aplus-mask__mask--disabled {
|
|
3738
|
-
color: transparent;
|
|
3739
|
-
}
|
|
3740
|
-
.aplus-mask__mask-inner {
|
|
3741
|
-
width: 100%;
|
|
3742
|
-
height: 100%;
|
|
3743
|
-
background-color: currentColor;
|
|
3744
|
-
opacity: 0.45;
|
|
3745
|
-
}
|
|
3746
|
-
.split-center {
|
|
3747
|
-
position: absolute;
|
|
3748
|
-
top: 50%;
|
|
3749
|
-
left: 50%;
|
|
3750
|
-
transform: translate(-50%, -50%);
|
|
3751
|
-
}
|
|
3752
|
-
.split-bar-preview {
|
|
3753
|
-
position: absolute;
|
|
3754
|
-
z-index: 1;
|
|
3755
|
-
display: none;
|
|
3756
|
-
background: var(--ap-color-primary);
|
|
3757
|
-
opacity: 0.2;
|
|
3758
|
-
transition: none;
|
|
3759
|
-
pointer-events: none;
|
|
3760
|
-
}
|
|
3761
|
-
.aplus-splitter {
|
|
3762
|
-
box-sizing: border-box;
|
|
3763
|
-
margin: 0;
|
|
3764
|
-
padding: 0;
|
|
3765
|
-
color: #182948;
|
|
3766
|
-
font-size: 12px;
|
|
3767
|
-
line-height: 18px;
|
|
3768
|
-
list-style: none;
|
|
3769
|
-
font-family: inherit;
|
|
3770
|
-
display: flex;
|
|
3771
|
-
width: 100%;
|
|
3772
|
-
height: 100%;
|
|
3773
|
-
align-items: stretch;
|
|
3774
|
-
}
|
|
3775
|
-
.aplus-splitter > .aplus-splitter-bar {
|
|
3776
|
-
flex: none;
|
|
3777
|
-
position: relative;
|
|
3778
|
-
-webkit-user-select: none;
|
|
3779
|
-
-moz-user-select: none;
|
|
3780
|
-
user-select: none;
|
|
3781
|
-
}
|
|
3782
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger {
|
|
3783
|
-
z-index: 1;
|
|
3784
|
-
position: absolute;
|
|
3785
|
-
top: 50%;
|
|
3786
|
-
left: 50%;
|
|
3787
|
-
transform: translate(-50%, -50%);
|
|
3788
|
-
}
|
|
3789
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger::before {
|
|
3790
|
-
content: "";
|
|
3791
|
-
background: rgba(0, 0, 0, 0.04);
|
|
3792
|
-
position: absolute;
|
|
3793
|
-
top: 50%;
|
|
3794
|
-
left: 50%;
|
|
3795
|
-
transform: translate(-50%, -50%);
|
|
3796
|
-
}
|
|
3797
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger::after {
|
|
3798
|
-
content: "";
|
|
3799
|
-
background: rgba(0, 0, 0, 0.15);
|
|
3800
|
-
position: absolute;
|
|
3801
|
-
top: 50%;
|
|
3802
|
-
left: 50%;
|
|
3803
|
-
transform: translate(-50%, -50%);
|
|
3804
|
-
}
|
|
3805
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger:hover:not(.aplus-splitter-bar-dragger-active)::before {
|
|
3806
|
-
background: #e6f4ff;
|
|
3807
|
-
}
|
|
3808
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-active {
|
|
3809
|
-
z-index: 2px;
|
|
3810
|
-
}
|
|
3811
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-active::before {
|
|
3812
|
-
background: #bae0ff;
|
|
3813
|
-
}
|
|
3814
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger {
|
|
3815
|
-
z-index: 0;
|
|
3816
|
-
}
|
|
3817
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger,
|
|
3818
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger:hover,
|
|
3819
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger-active {
|
|
3820
|
-
cursor: default;
|
|
3821
|
-
}
|
|
3822
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger::before,
|
|
3823
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger:hover::before,
|
|
3824
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger-active::before {
|
|
3825
|
-
background: rgba(0, 0, 0, 0.04);
|
|
3826
|
-
}
|
|
3827
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-dragger-disabled.aplus-splitter-bar-dragger::after {
|
|
3828
|
-
display: none;
|
|
3829
|
-
}
|
|
3830
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
|
|
3831
|
-
position: absolute;
|
|
3832
|
-
top: 50%;
|
|
3833
|
-
left: 50%;
|
|
3834
|
-
transform: translate(-50%, -50%);
|
|
3835
|
-
z-index: 1000;
|
|
3836
|
-
background: rgba(0, 0, 0, 0.04);
|
|
3837
|
-
font-size: 10px;
|
|
3838
|
-
border-radius: 2px;
|
|
3839
|
-
color: #182948;
|
|
3840
|
-
cursor: pointer;
|
|
3841
|
-
opacity: 0;
|
|
3842
|
-
display: flex;
|
|
3843
|
-
justify-content: center;
|
|
3844
|
-
align-items: center;
|
|
3845
|
-
}
|
|
3846
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar:hover {
|
|
3847
|
-
background-color: rgba(0, 0, 0, 0.15);
|
|
3848
|
-
}
|
|
3849
|
-
.aplus-splitter > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar:active {
|
|
3850
|
-
background-color: #e6f4ff;
|
|
3851
|
-
}
|
|
3852
|
-
.aplus-splitter > .aplus-splitter-bar:hover .aplus-splitter-bar-collapse-bar,
|
|
3853
|
-
.aplus-splitter > .aplus-splitter-bar:active .aplus-splitter-bar-collapse-bar {
|
|
3854
|
-
opacity: 1;
|
|
3855
|
-
}
|
|
3856
|
-
.aplus-splitter-mask {
|
|
3857
|
-
position: fixed;
|
|
3858
|
-
z-index: 1000;
|
|
3859
|
-
inset: 0;
|
|
3860
|
-
}
|
|
3861
|
-
.aplus-splitter-mask-horizontal {
|
|
3862
|
-
cursor: col-resize;
|
|
3863
|
-
}
|
|
3864
|
-
.aplus-splitter-mask-vertical {
|
|
3865
|
-
cursor: row-resize;
|
|
3866
|
-
}
|
|
3867
|
-
.aplus-splitter-horizontal {
|
|
3868
|
-
flex-direction: row;
|
|
3869
|
-
}
|
|
3870
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar {
|
|
3871
|
-
width: 0;
|
|
3872
|
-
}
|
|
3873
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-preview {
|
|
3874
|
-
height: 100%;
|
|
3875
|
-
width: 2px;
|
|
3876
|
-
position: absolute;
|
|
3877
|
-
z-index: 1;
|
|
3878
|
-
display: none;
|
|
3879
|
-
background: var(--ap-color-primary);
|
|
3880
|
-
opacity: 0.2;
|
|
3881
|
-
transition: none;
|
|
3882
|
-
pointer-events: none;
|
|
3883
|
-
}
|
|
3884
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-preview-active {
|
|
3885
|
-
display: block;
|
|
3886
|
-
transform: translateX(var(--aplus-splitter-bar-preview-offset));
|
|
3887
|
-
}
|
|
3888
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-dragger {
|
|
3889
|
-
cursor: col-resize;
|
|
3890
|
-
height: 100%;
|
|
3891
|
-
width: 6px;
|
|
3892
|
-
}
|
|
3893
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-dragger::before {
|
|
3894
|
-
height: 100%;
|
|
3895
|
-
width: 2px;
|
|
3896
|
-
}
|
|
3897
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-dragger::after {
|
|
3898
|
-
height: 20px;
|
|
3899
|
-
width: 2px;
|
|
3900
|
-
}
|
|
3901
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
|
|
3902
|
-
width: 10px;
|
|
3903
|
-
height: 24px;
|
|
3904
|
-
}
|
|
3905
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-start {
|
|
3906
|
-
left: auto;
|
|
3907
|
-
right: calc(6px / 2);
|
|
3908
|
-
transform: translateY(-50%);
|
|
3909
|
-
}
|
|
3910
|
-
.aplus-splitter-horizontal > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-end {
|
|
3911
|
-
left: calc(6px / 2);
|
|
3912
|
-
right: auto;
|
|
3913
|
-
transform: translateY(-50%);
|
|
3914
|
-
}
|
|
3915
|
-
.aplus-splitter-vertical {
|
|
3916
|
-
flex-direction: column;
|
|
3917
|
-
}
|
|
3918
|
-
.aplus-splitter-vertical > .aplus-splitter-bar {
|
|
3919
|
-
height: 0;
|
|
3920
|
-
}
|
|
3921
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-preview {
|
|
3922
|
-
height: 2px;
|
|
3923
|
-
width: 100%;
|
|
3924
|
-
position: absolute;
|
|
3925
|
-
z-index: 1;
|
|
3926
|
-
display: none;
|
|
3927
|
-
background: var(--ap-color-primary);
|
|
3928
|
-
opacity: 0.2;
|
|
3929
|
-
transition: none;
|
|
3930
|
-
pointer-events: none;
|
|
3931
|
-
}
|
|
3932
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-preview.aplus-splitter-bar-preview-active {
|
|
3933
|
-
display: block;
|
|
3934
|
-
transform: translateY(var(--aplus-splitter-bar-preview-offset));
|
|
3935
|
-
}
|
|
3936
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-dragger {
|
|
3937
|
-
cursor: row-resize;
|
|
3938
|
-
width: 100%;
|
|
3939
|
-
height: 6px;
|
|
3940
|
-
}
|
|
3941
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-dragger::before {
|
|
3942
|
-
width: 100%;
|
|
3943
|
-
height: 2px;
|
|
3944
|
-
}
|
|
3945
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-dragger::after {
|
|
3946
|
-
width: 20px;
|
|
3947
|
-
height: 2px;
|
|
3948
|
-
}
|
|
3949
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar {
|
|
3950
|
-
height: 10px;
|
|
3951
|
-
width: 24px;
|
|
3952
|
-
}
|
|
3953
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-start {
|
|
3954
|
-
top: auto;
|
|
3955
|
-
bottom: calc(6px / 2);
|
|
3956
|
-
transform: translateX(-50%);
|
|
3957
|
-
}
|
|
3958
|
-
.aplus-splitter-vertical > .aplus-splitter-bar .aplus-splitter-bar-collapse-bar-end {
|
|
3959
|
-
top: calc(6px / 2);
|
|
3960
|
-
bottom: auto;
|
|
3961
|
-
transform: translateX(-50%);
|
|
3962
|
-
}
|
|
3963
|
-
.aplus-splitter-panel {
|
|
3964
|
-
overflow: auto;
|
|
3965
|
-
padding: 0 1px;
|
|
3966
|
-
scrollbar-width: thin;
|
|
3967
|
-
box-sizing: border-box;
|
|
3968
|
-
}
|
|
3969
|
-
.aplus-splitter-panel-hidden {
|
|
3970
|
-
padding: 0;
|
|
3971
|
-
overflow: hidden;
|
|
3972
|
-
}
|
|
3973
|
-
.aplus-splitter-panel:has(.aplus-splitter:only-child) {
|
|
3974
|
-
overflow: hidden;
|
|
3975
|
-
}
|
|
3976
|
-
.aplus-ap-view > .ant-btn {
|
|
3977
|
-
padding: 0;
|
|
3978
|
-
}
|
|
3979
|
-
.aplus-ap-view > .ant-dropdown-trigger {
|
|
3980
|
-
color: var(--ap-text-color-3);
|
|
3981
|
-
}
|
|
3982
|
-
.aplus-ap-view-main-content {
|
|
3983
|
-
padding: 4px 8px;
|
|
3984
|
-
display: flex;
|
|
3985
|
-
align-items: center;
|
|
3986
|
-
justify-content: center;
|
|
3987
|
-
}
|
|
3988
|
-
.aplus-ap-view-main-content-disabled {
|
|
3989
|
-
color: var(--ap-text-color-4);
|
|
3990
|
-
cursor: not-allowed;
|
|
3991
|
-
}
|
|
3992
|
-
.ant-btn-default:has(.aplus-ap-view-main-content-disabled) {
|
|
3993
|
-
border-color: var(--ap-border-color-base) !important;
|
|
3994
|
-
}
|
|
3995
|
-
.aplus-ap-view-icon {
|
|
3996
|
-
width: 100%;
|
|
3997
|
-
height: 100%;
|
|
3998
|
-
font-size: 14px;
|
|
3999
|
-
display: flex;
|
|
4000
|
-
justify-content: center;
|
|
4001
|
-
align-items: center;
|
|
4002
|
-
}
|
|
4003
|
-
.aplus-ap-view-main-content-popover {
|
|
4004
|
-
width: 340px;
|
|
4005
|
-
}
|
|
4006
|
-
.aplus-ap-view-main-content-popover-title-content {
|
|
4007
|
-
display: flex;
|
|
4008
|
-
align-items: center;
|
|
4009
|
-
justify-content: space-between;
|
|
4010
|
-
margin-bottom: 8px;
|
|
4011
|
-
}
|
|
4012
|
-
.aplus-ap-view-main-content-popover-title-content-title {
|
|
4013
|
-
font-size: 14px;
|
|
4014
|
-
font-weight: 500;
|
|
4015
|
-
line-height: 22px;
|
|
4016
|
-
}
|
|
4017
|
-
.aplus-ap-view-main-content-popover-title-content .ant-form-item {
|
|
4018
|
-
margin-bottom: 0;
|
|
4019
|
-
}
|
|
4020
|
-
.aplus-ap-view-main-content-popover-btn {
|
|
4021
|
-
margin-bottom: 0;
|
|
4022
|
-
}
|
|
4023
|
-
.aplus-ap-view-main-content-popover-btn .ant-form-item-control-input-content {
|
|
4024
|
-
display: flex;
|
|
4025
|
-
justify-content: flex-end;
|
|
4026
|
-
}
|
|
4027
|
-
.aplus-ap-view-menu-list-content {
|
|
4028
|
-
width: 250px;
|
|
4029
|
-
display: flex;
|
|
4030
|
-
padding: 6px 8px;
|
|
4031
|
-
align-items: center;
|
|
4032
|
-
height: 32px;
|
|
4033
|
-
}
|
|
4034
|
-
.aplus-ap-view-menu-list-content .menu-list-content-name {
|
|
4035
|
-
overflow: hidden;
|
|
4036
|
-
display: block;
|
|
4037
|
-
text-overflow: ellipsis;
|
|
4038
|
-
white-space: nowrap;
|
|
4039
|
-
font-size: 12px;
|
|
4040
|
-
margin-right: 8px;
|
|
4041
|
-
}
|
|
4042
|
-
.aplus-ap-view-menu-list-content .menu-list-content-default {
|
|
4043
|
-
margin-right: 8px;
|
|
4044
|
-
flex-shrink: 0;
|
|
4045
|
-
}
|
|
4046
|
-
.aplus-ap-view-menu-list-content .menu-list-content-action {
|
|
4047
|
-
cursor: default;
|
|
4048
|
-
display: none;
|
|
4049
|
-
flex-shrink: 0;
|
|
4050
|
-
margin-left: auto;
|
|
4051
|
-
-webkit-user-select: none;
|
|
4052
|
-
-moz-user-select: none;
|
|
4053
|
-
user-select: none;
|
|
4054
|
-
}
|
|
4055
|
-
.aplus-ap-view-menu-list-content .menu-list-content-action-text {
|
|
4056
|
-
cursor: pointer;
|
|
4057
|
-
font-size: 12px;
|
|
4058
|
-
display: flex;
|
|
4059
|
-
align-items: center;
|
|
4060
|
-
color: var(--ap-color-primary);
|
|
4061
|
-
}
|
|
4062
|
-
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
4063
|
-
cursor: pointer;
|
|
4064
|
-
display: flex;
|
|
4065
|
-
align-items: center;
|
|
4066
|
-
color: var(--ap-text-color-3);
|
|
4067
|
-
}
|
|
4068
|
-
.aplus-ap-view-menu-list-content .menu-list-content-action-delete svg {
|
|
4069
|
-
outline: none;
|
|
4070
|
-
box-shadow: none;
|
|
4071
|
-
}
|
|
4072
|
-
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|
|
4073
|
-
display: flex;
|
|
4074
|
-
align-items: center;
|
|
4075
|
-
}
|
|
4076
|
-
.aplus-ap-view-menu-list-content .menu-list-content-edit .ant-form-item {
|
|
4077
|
-
margin-bottom: 0;
|
|
4078
|
-
}
|
|
4079
|
-
.aplus-ap-view-menu-list-content .menu-list-content-edit .ant-space-item:has(.menu-list-content-action-text) {
|
|
4080
|
-
flex-shrink: 0;
|
|
4081
|
-
}
|
|
4082
|
-
.aplus-ap-view-menu-list-content:hover {
|
|
4083
|
-
background: var(--ap-color-bg-1);
|
|
4084
|
-
}
|
|
4085
|
-
.aplus-ap-view-menu-list-content:hover .menu-list-content-action {
|
|
4086
|
-
display: block;
|
|
4087
|
-
}
|
|
4088
|
-
.aplus-ap-view-menu-list-content-edit {
|
|
4089
|
-
background: transparent !important;
|
|
4090
|
-
padding: 0 8px;
|
|
4091
|
-
cursor: default;
|
|
4092
|
-
}
|
|
4093
|
-
.aplus-ap-view-menu-list-content-active .menu-list-content-name {
|
|
4094
|
-
color: var(--ap-color-primary);
|
|
4095
|
-
}
|
|
4096
|
-
.aplus-ap-view-overlay .ant-dropdown-menu {
|
|
4097
|
-
padding: 8px;
|
|
4098
|
-
}
|
|
4099
|
-
.aplus-ap-view-overlay .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
4100
|
-
padding: 0;
|
|
4101
|
-
}
|
|
4102
|
-
.aplus-ap-view-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover {
|
|
4103
|
-
background: transparent;
|
|
4104
|
-
}
|
|
4105
|
-
.aplus-ap-radio-group {
|
|
4106
|
-
font-size: 12px;
|
|
4107
|
-
padding: 8px 8px 0;
|
|
4108
|
-
background-color: #fff;
|
|
4109
|
-
}
|
|
4110
|
-
.aplus-ap-radio-group__item {
|
|
4111
|
-
cursor: pointer;
|
|
4112
|
-
padding-inline: 12px;
|
|
4113
|
-
border-radius: 4px;
|
|
4114
|
-
color: var(--ap-text-color-1);
|
|
4115
|
-
transition: all 0.3s ease-in-out;
|
|
4116
|
-
will-change: background-color;
|
|
4117
|
-
}
|
|
4118
|
-
.aplus-ap-radio-group__item:hover {
|
|
4119
|
-
background-color: var(--ap-color-bg-2);
|
|
4120
|
-
}
|
|
4121
|
-
.aplus-ap-radio-group__item--active {
|
|
4122
|
-
color: var(--ap-color-primary);
|
|
4123
|
-
background-color: var(--ap-radio-group-item-active-bg-color) !important;
|
|
4124
|
-
}
|
|
4125
|
-
.aplus-ap-drawer-close {
|
|
4126
|
-
width: 32px;
|
|
4127
|
-
height: 32px;
|
|
4128
|
-
display: flex;
|
|
4129
|
-
flex-direction: column;
|
|
4130
|
-
justify-content: center;
|
|
4131
|
-
align-items: center;
|
|
4132
|
-
border: 1px solid var(--ap-border-color-base, #D9D9D9);
|
|
4133
|
-
border-radius: 4px;
|
|
4134
|
-
cursor: pointer;
|
|
4135
|
-
}
|
|
4136
|
-
.aplus-ap-drawer-close .aplus-frontend-icon {
|
|
4137
|
-
font-size: 18px;
|
|
4138
|
-
display: flex;
|
|
4139
|
-
align-items: center;
|
|
4140
|
-
transition: color 0.3s;
|
|
4141
|
-
}
|
|
4142
|
-
.aplus-ap-drawer-close:hover .aplus-frontend-icon {
|
|
4143
|
-
color: var(--ap-color-error, #FF4D4F);
|
|
4144
|
-
}
|
|
4145
|
-
.aplus-ap-draggable-grid {
|
|
4146
|
-
display: grid;
|
|
4147
|
-
grid-template-columns: repeat(24, 1fr);
|
|
4148
|
-
/* 固定24列布局 */
|
|
4149
|
-
width: 100%;
|
|
4150
|
-
box-sizing: border-box;
|
|
4151
|
-
}
|
|
4152
|
-
.aplus-ap-draggable-grid__item {
|
|
4153
|
-
background: #fff;
|
|
4154
|
-
border-radius: 4px;
|
|
4155
|
-
display: flex;
|
|
4156
|
-
align-items: center;
|
|
4157
|
-
justify-content: center;
|
|
4158
|
-
transition: all 0.5s ease;
|
|
4159
|
-
overflow: hidden;
|
|
4160
|
-
box-sizing: border-box;
|
|
4161
|
-
border: 1px solid #fff;
|
|
4162
|
-
}
|
|
4163
|
-
.aplus-ap-draggable-grid--canDrag {
|
|
4164
|
-
cursor: pointer;
|
|
4165
|
-
}
|
|
4166
|
-
.aplus-ap-draggable-grid--canDrag:hover {
|
|
4167
|
-
border: 1px solid #66a9ff;
|
|
4168
|
-
}
|
|
4169
|
-
.aplus-ap-draggable-grid--dragging {
|
|
4170
|
-
cursor: move;
|
|
4171
|
-
z-index: 100;
|
|
4172
|
-
opacity: 1;
|
|
4173
|
-
}
|
|
4174
|
-
.aplus-ap-draggable-grid__dragging {
|
|
4175
|
-
opacity: 0;
|
|
4176
|
-
z-index: 999;
|
|
4177
|
-
}
|
|
4178
|
-
.aplus-ap-draggable-grid__overlay {
|
|
4179
|
-
border: 1px solid #66a9ff;
|
|
4180
|
-
}
|
|
4181
|
-
.aplus-ap-draggable-grid-loading {
|
|
4182
|
-
display: flex;
|
|
4183
|
-
align-items: center;
|
|
4184
|
-
justify-content: center;
|
|
4185
|
-
min-height: 200px;
|
|
4186
|
-
padding: 20px;
|
|
4187
|
-
}
|
|
4188
|
-
.aplus-ag-custom-header {
|
|
4189
|
-
display: flex;
|
|
4190
|
-
flex-direction: row;
|
|
4191
|
-
flex-wrap: nowrap;
|
|
4192
|
-
align-items: center;
|
|
4193
|
-
flex: 1;
|
|
4194
|
-
}
|
|
4195
|
-
.aplus-ag-custom-header.sortable:hover {
|
|
4196
|
-
cursor: pointer;
|
|
4197
|
-
}
|
|
4198
|
-
.aplus-ag-custom-header.align-center {
|
|
4199
|
-
justify-content: center;
|
|
4200
|
-
}
|
|
4201
|
-
.aplus-ag-custom-header.align-right {
|
|
4202
|
-
justify-content: end;
|
|
4203
|
-
}
|
|
4204
|
-
.aplus-ag-custom-header__sort-wrapper {
|
|
4205
|
-
display: inline-flex;
|
|
4206
|
-
flex-direction: column;
|
|
4207
|
-
align-items: center;
|
|
4208
|
-
color: rgba(0, 0, 0, 0.29);
|
|
4209
|
-
margin-left: 4px;
|
|
4210
|
-
}
|
|
4211
|
-
.aplus-ag-custom-header__sort-wrapper:hover {
|
|
4212
|
-
color: rgba(0, 0, 0, 0.57);
|
|
4213
|
-
cursor: pointer;
|
|
4214
|
-
}
|
|
4215
|
-
.aplus-ag-custom-header__sorter-up.active {
|
|
4216
|
-
color: var(--ap-color-primary);
|
|
4217
|
-
}
|
|
4218
|
-
.aplus-ag-custom-header__sorter-down {
|
|
4219
|
-
margin-top: -0.3em;
|
|
4220
|
-
}
|
|
4221
|
-
.aplus-ag-custom-header__sorter-down.active {
|
|
4222
|
-
color: var(--ap-color-primary);
|
|
4223
|
-
}
|
|
4224
|
-
.aplus-editable-aggrid .ant-form-item {
|
|
4225
|
-
margin-bottom: 16px;
|
|
4226
|
-
}
|
|
4227
|
-
.aplus-editable-aggrid .ag-cell:has(.is-editable) {
|
|
4228
|
-
padding-block: 16px 0px !important;
|
|
4229
|
-
}
|
|
4230
|
-
.aplus-ag-grid ::-webkit-scrollbar {
|
|
4231
|
-
width: 10px;
|
|
4232
|
-
height: 10px;
|
|
4233
|
-
}
|
|
4234
|
-
.aplus-ag-grid ::-webkit-scrollbar-thumb {
|
|
4235
|
-
background-color: var(--ap-scrollbar-thumb-color-base);
|
|
4236
|
-
background-clip: content-box;
|
|
4237
|
-
border: 1px solid transparent;
|
|
4238
|
-
border-radius: 4px;
|
|
4239
|
-
}
|
|
4240
|
-
.aplus-ag-grid ::-webkit-scrollbar-track,
|
|
4241
|
-
.aplus-ag-grid ::-webkit-scrollbar-corner {
|
|
4242
|
-
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
4243
|
-
}
|
|
4244
|
-
.aplus-ag-grid ::-webkit-scrollbar-thumb:hover,
|
|
4245
|
-
.aplus-ag-grid ::-webkit-scrollbar-thumb:active {
|
|
4246
|
-
background-color: var(--ap-scrollbar-thumb-color-hover);
|
|
4247
|
-
}
|
|
4248
|
-
.aplus-ag-grid-adaptive {
|
|
4249
|
-
height: 100%;
|
|
4250
|
-
display: flex;
|
|
4251
|
-
flex-direction: column;
|
|
4252
|
-
}
|
|
4253
|
-
.aplus-ag-grid-adaptive .aplus-ag-grid-grid-wrapper {
|
|
4254
|
-
min-height: 0;
|
|
4255
|
-
flex: 1;
|
|
4256
|
-
position: relative;
|
|
4257
|
-
}
|
|
4258
|
-
.aplus-ag-grid-wrapper {
|
|
4259
|
-
padding: 8px;
|
|
4260
|
-
padding-bottom: 12px;
|
|
4261
|
-
background-color: #fff;
|
|
4262
|
-
}
|
|
4263
|
-
.aplus-ag-grid-wrapper:has(ul.ant-pagination) {
|
|
4264
|
-
padding-bottom: 0;
|
|
4265
|
-
}
|
|
4266
|
-
.aplus-ag-grid-sticky > .aplus-ag-grid__table-wrapper-card {
|
|
4267
|
-
padding-bottom: 0;
|
|
4268
|
-
}
|
|
4269
|
-
.aplus-ag-grid__search-wrapper {
|
|
4270
|
-
padding: 8px;
|
|
4271
|
-
padding-bottom: 0;
|
|
4272
|
-
background-color: #fff;
|
|
4273
|
-
border-radius: 4px;
|
|
4274
|
-
margin-bottom: 10px;
|
|
4275
|
-
}
|
|
4276
|
-
.aplus-ag-grid__table-wrapper {
|
|
4277
|
-
flex: 1;
|
|
4278
|
-
min-height: 0;
|
|
4279
|
-
max-height: 100%;
|
|
4280
|
-
width: 100%;
|
|
4281
|
-
display: flex;
|
|
4282
|
-
flex-direction: column;
|
|
4283
|
-
}
|
|
4284
|
-
.aplus-ag-grid__table-wrapper-card {
|
|
4285
|
-
padding: 8px;
|
|
4286
|
-
padding-bottom: 12px;
|
|
4287
|
-
border-radius: 4px;
|
|
4288
|
-
background-color: #fff;
|
|
4289
|
-
}
|
|
4290
|
-
.aplus-ag-grid__table-wrapper-card:has(ul.ant-pagination) {
|
|
4291
|
-
padding-bottom: 0;
|
|
4292
|
-
}
|
|
4293
|
-
.aplus-ag-grid-pagination {
|
|
4294
|
-
margin-block: 8px;
|
|
4295
|
-
display: flex;
|
|
4296
|
-
flex-wrap: wrap;
|
|
4297
|
-
align-items: center;
|
|
4298
|
-
row-gap: 8px;
|
|
4299
|
-
}
|
|
4300
|
-
.aplus-ag-grid-pagination .ant-pagination-total-text {
|
|
4301
|
-
flex: 1;
|
|
4302
|
-
height: unset;
|
|
4303
|
-
line-height: 18px;
|
|
4304
|
-
display: flex;
|
|
4305
|
-
align-items: center;
|
|
4306
|
-
}
|
|
4307
|
-
.aplus-ag-grid__table-loading-wrapper {
|
|
4308
|
-
position: absolute;
|
|
4309
|
-
top: 0;
|
|
4310
|
-
left: 0;
|
|
4311
|
-
width: 100%;
|
|
4312
|
-
height: 100%;
|
|
4313
|
-
z-index: 2;
|
|
4314
|
-
display: flex;
|
|
4315
|
-
justify-content: center;
|
|
4316
|
-
align-items: center;
|
|
4317
|
-
background-color: var(--vxe-ui-loading-background-color);
|
|
4318
|
-
}
|
|
4319
|
-
.aplus-ag-grid-pagination-count-text {
|
|
4320
|
-
color: var(--ap-text-color-2);
|
|
4321
|
-
}
|
|
4322
|
-
.aplus-ag-grid-pagination--total-right {
|
|
4323
|
-
padding-left: 12px;
|
|
4324
|
-
}
|
|
4325
|
-
.aplus-ag-grid-pagination-total-wrapper {
|
|
4326
|
-
color: var(--ap-text-color-1);
|
|
4327
|
-
}
|
|
4328
|
-
.aplus-ag-grid-table-header__title {
|
|
4329
|
-
display: -webkit-inline-box;
|
|
4330
|
-
-webkit-line-clamp: 2;
|
|
4331
|
-
-webkit-box-orient: vertical;
|
|
4332
|
-
overflow: hidden;
|
|
4333
|
-
text-overflow: ellipsis;
|
|
4334
|
-
white-space: normal;
|
|
4335
|
-
max-width: 100%;
|
|
4336
|
-
vertical-align: middle;
|
|
4337
|
-
word-break: break-all;
|
|
4338
|
-
flex: 1;
|
|
4339
|
-
}
|
|
4340
|
-
.aplus-ag-grid-table-header__title--single {
|
|
4341
|
-
flex: unset;
|
|
4342
|
-
}
|
|
4343
|
-
.aplus-ag-grid__cell--left {
|
|
4344
|
-
text-align: left;
|
|
4345
|
-
}
|
|
4346
|
-
.aplus-ag-grid__cell--center {
|
|
4347
|
-
text-align: center;
|
|
4348
|
-
}
|
|
4349
|
-
.aplus-ag-grid__cell--right {
|
|
4350
|
-
text-align: right;
|
|
4351
|
-
}
|
|
4352
|
-
.aplus-ag-grid__cell--multiline .ag-cell-value {
|
|
4353
|
-
display: -webkit-box;
|
|
4354
|
-
-webkit-box-orient: vertical;
|
|
4355
|
-
-webkit-line-clamp: var(--ag-grid-line-clamp);
|
|
4356
|
-
word-break: break-all;
|
|
4357
|
-
}
|
|
4358
|
-
.aplus-ag-grid-size-mini .ag-cell {
|
|
4359
|
-
line-height: 18px;
|
|
4360
|
-
padding-block: 6px;
|
|
4361
|
-
width: 100%;
|
|
4362
|
-
display: flex;
|
|
4363
|
-
align-items: center;
|
|
4364
|
-
}
|
|
4365
|
-
.aplus-ag-grid-size-mini .ag-cell > div {
|
|
4366
|
-
width: 100%;
|
|
4367
|
-
}
|
|
4368
|
-
.aplus-ag-grid-size-medium .ag-cell {
|
|
4369
|
-
line-height: 18px;
|
|
4370
|
-
padding-block: 9px;
|
|
4371
|
-
display: flex;
|
|
4372
|
-
align-items: center;
|
|
4373
|
-
}
|
|
4374
|
-
.aplus-ag-grid-size-medium .ag-cell > div {
|
|
4375
|
-
width: 100%;
|
|
4376
|
-
}
|
|
4377
|
-
.aplus-ag-grid__tooltip {
|
|
4378
|
-
font-size: 12px;
|
|
4379
|
-
max-width: 300px;
|
|
4380
|
-
word-break: break-all;
|
|
4381
|
-
background-color: #fff;
|
|
4382
|
-
padding: 6px 8px;
|
|
4383
|
-
border-radius: 4px;
|
|
4384
|
-
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
4385
|
-
}
|
|
4386
|
-
.aplus-ag-grid .ag-unselectable {
|
|
4387
|
-
-moz-user-select: text;
|
|
4388
|
-
user-select: text;
|
|
4389
|
-
-webkit-user-select: text;
|
|
4390
|
-
}
|
|
4391
|
-
.aplus-ag-grid .ag-checkbox.ag-labeled[disabled] .ag-input-field-input[disabled] {
|
|
4392
|
-
cursor: not-allowed;
|
|
4393
|
-
}
|
|
4394
|
-
.aplus-ap-value-select-card {
|
|
4395
|
-
position: relative;
|
|
4396
|
-
margin-top: 8px;
|
|
4397
|
-
}
|
|
4398
|
-
.aplus-ap-value-select-card .ant-popover {
|
|
4399
|
-
width: 100%;
|
|
4400
|
-
}
|
|
4401
|
-
.aplus-ap-value-select-card-list {
|
|
4402
|
-
display: grid;
|
|
4403
|
-
grid-template-columns: repeat(var(--ap-value-select-card-column-count, 5), minmax(var(--ap-value-select-card-max-width, 150px), 1fr));
|
|
4404
|
-
grid-auto-rows: 1fr;
|
|
4405
|
-
gap: 12px;
|
|
4406
|
-
}
|
|
4407
|
-
.aplus-ap-value-select-card-list-item {
|
|
4408
|
-
position: relative;
|
|
4409
|
-
box-sizing: border-box;
|
|
4410
|
-
padding: 8px 16px;
|
|
4411
|
-
color: var(--ap-text-color-1);
|
|
4412
|
-
border: 1px solid var(--ap-color-bg);
|
|
4413
|
-
border-radius: 4px;
|
|
4414
|
-
cursor: pointer;
|
|
4415
|
-
}
|
|
4416
|
-
.aplus-ap-value-select-card-list-item-close {
|
|
4417
|
-
position: absolute;
|
|
4418
|
-
top: 8px;
|
|
4419
|
-
right: 10px;
|
|
4420
|
-
z-index: 1;
|
|
4421
|
-
color: var(--ap-text-color-3);
|
|
4422
|
-
font-size: 14px;
|
|
4423
|
-
cursor: pointer;
|
|
4424
|
-
}
|
|
4425
|
-
.aplus-ap-value-select-card-list-item-close:hover {
|
|
4426
|
-
color: #ed6f6f;
|
|
4427
|
-
}
|
|
4428
|
-
.aplus-ap-value-select-card-list-item .label {
|
|
4429
|
-
margin-bottom: 4px;
|
|
4430
|
-
font-size: 12px;
|
|
4431
|
-
line-height: 18px;
|
|
4432
|
-
}
|
|
4433
|
-
.aplus-ap-value-select-card-list-item .value {
|
|
4434
|
-
overflow: hidden;
|
|
4435
|
-
font-weight: bold;
|
|
4436
|
-
font-size: 16px;
|
|
4437
|
-
line-height: 24px;
|
|
4438
|
-
white-space: nowrap;
|
|
4439
|
-
text-overflow: ellipsis;
|
|
4440
|
-
}
|
|
4441
|
-
.aplus-ap-value-select-card-list-item:hover:not(.select) {
|
|
4442
|
-
border: 1px solid var(--ap-color-primary);
|
|
4443
|
-
}
|
|
4444
|
-
.aplus-ap-value-select-card-list-item.select {
|
|
4445
|
-
color: var(--ap-text-color-2);
|
|
4446
|
-
border-color: transparent;
|
|
4447
|
-
box-shadow: 3px 10px 30px -2px rgba(123, 121, 140, 0.15);
|
|
4448
|
-
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--ap-value-select-card-bg-color, #f5f9ff) 92%);
|
|
4449
|
-
}
|
|
4450
|
-
.aplus-ap-value-select-card-list-item.select:hover {
|
|
4451
|
-
background: var(--ap-value-select-card-bg-color, #f5f9ff);
|
|
4452
|
-
}
|
|
4453
|
-
.aplus-ap-value-select-card-list-item.all {
|
|
4454
|
-
color: var(--ap-text-color-1);
|
|
4455
|
-
background: #ffffff;
|
|
4456
|
-
border: 1px solid var(--ap-color-bg);
|
|
4457
|
-
box-shadow: none;
|
|
4458
|
-
}
|
|
4459
|
-
.aplus-ap-value-select-card-list-item.all:hover:not(.disabled) {
|
|
4460
|
-
border-color: var(--ap-color-primary);
|
|
4461
|
-
}
|
|
4462
|
-
.aplus-ap-value-select-card-list-item.all.disabled {
|
|
4463
|
-
color: #8896b0;
|
|
4464
|
-
background: #f9f9fa;
|
|
4465
|
-
cursor: not-allowed;
|
|
4466
|
-
border: 1px solid var(--ap-color-bg);
|
|
4467
|
-
}
|
|
4468
|
-
.aplus-ap-value-select-card-list-item.all.select {
|
|
4469
|
-
background: #f5f9ff;
|
|
4470
|
-
border-color: var(--ap-color-primary);
|
|
4471
|
-
cursor: pointer;
|
|
4472
|
-
}
|
|
4473
|
-
.aplus-ap-value-select-card-list-item.choose {
|
|
4474
|
-
display: flex;
|
|
4475
|
-
flex-direction: column;
|
|
4476
|
-
align-items: center;
|
|
4477
|
-
justify-content: center;
|
|
4478
|
-
color: var(--ap-color-primary);
|
|
4479
|
-
background: #ffffff;
|
|
4480
|
-
border: 1px dashed #d1d7df;
|
|
4481
|
-
box-shadow: none;
|
|
4482
|
-
}
|
|
4483
|
-
.aplus-ap-value-select-card-list-item.choose .text {
|
|
4484
|
-
font-size: 12px;
|
|
4485
|
-
margin-left: 4px;
|
|
4486
|
-
}
|
|
4487
|
-
.aplus-ap-value-select-card-list-item.choose:hover {
|
|
4488
|
-
border-color: var(--ap-color-primary);
|
|
4489
|
-
}
|
|
4490
|
-
.aplus-ap-value-select-card-title {
|
|
4491
|
-
display: flex;
|
|
4492
|
-
align-items: center;
|
|
4493
|
-
margin-bottom: 12px;
|
|
4494
|
-
color: #526a90;
|
|
4495
|
-
font-size: 12px;
|
|
4496
|
-
}
|
|
4497
|
-
.aplus-ap-value-select-card-title-icon {
|
|
4498
|
-
margin-right: 4px;
|
|
4499
|
-
color: #abb7cc;
|
|
4500
|
-
font-size: 14px;
|
|
4501
|
-
}
|
|
4502
|
-
.aplus-ap-value-select-card--admin .aplus-ap-value-select-card-list-item.all.select {
|
|
4503
|
-
background: #F7FCFA;
|
|
4504
|
-
}
|
|
4505
|
-
.aplus-ap-value-select-card--admin .aplus-ap-value-select-card-list-item.all.disabled {
|
|
4506
|
-
color: #999;
|
|
4507
|
-
}
|
|
4508
|
-
.aplus-ap-value-select-card--admin .aplus-ap-value-select-card-title {
|
|
4509
|
-
color: #666;
|
|
4510
|
-
}
|
|
4511
|
-
.aplus-ap-value-select-card--admin .aplus-ap-value-select-card-title-icon {
|
|
4512
|
-
color: #BFBFBF;
|
|
4513
|
-
}
|
|
4514
|
-
.aplus-pro-card {
|
|
4515
|
-
position: relative;
|
|
4516
|
-
display: flex;
|
|
4517
|
-
flex-direction: column;
|
|
4518
|
-
box-sizing: border-box;
|
|
4519
|
-
padding: 0;
|
|
4520
|
-
width: 100%;
|
|
4521
|
-
transition: all 0.3s;
|
|
4522
|
-
background: var(--ap-pro-card-color-bg-container);
|
|
4523
|
-
border-radius: var(--ap-pro-card-border-radius);
|
|
4524
|
-
font-size: 12px;
|
|
4525
|
-
line-height: 18px;
|
|
4526
|
-
}
|
|
4527
|
-
.aplus-pro-card-border {
|
|
4528
|
-
border: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4529
|
-
}
|
|
4530
|
-
.aplus-pro-card-box-shadow {
|
|
4531
|
-
border-color: transparent;
|
|
4532
|
-
box-shadow: var(--ap-pro-card-box-shadow);
|
|
4533
|
-
}
|
|
4534
|
-
.aplus-pro-card-hoverable {
|
|
4535
|
-
cursor: pointer;
|
|
4536
|
-
transition: box-shadow 0.3s, border-color 0.3s;
|
|
4537
|
-
}
|
|
4538
|
-
.aplus-pro-card-hoverable:hover {
|
|
4539
|
-
border-color: transparent;
|
|
4540
|
-
box-shadow: var(--ap-pro-card-box-shadow);
|
|
4541
|
-
}
|
|
4542
|
-
.aplus-pro-card-header {
|
|
4543
|
-
display: flex;
|
|
4544
|
-
align-items: center;
|
|
4545
|
-
padding: var(--ap-pro-card-header-padding);
|
|
4546
|
-
}
|
|
4547
|
-
.aplus-pro-card-header-title {
|
|
4548
|
-
display: flex;
|
|
4549
|
-
font-size: var(--ap-pro-card-header-title-font-size);
|
|
4550
|
-
color: var(--ap-pro-card-header-title-font-color);
|
|
4551
|
-
font-weight: 500;
|
|
4552
|
-
}
|
|
4553
|
-
.aplus-pro-card-header-title-tooltip {
|
|
4554
|
-
margin-left: 5px;
|
|
4555
|
-
font-size: 12px;
|
|
4556
|
-
color: var(--ap-pro-card-tooltip-color);
|
|
4557
|
-
}
|
|
4558
|
-
.aplus-pro-card-header-extra {
|
|
4559
|
-
margin-inline-start: auto;
|
|
4560
|
-
}
|
|
4561
|
-
.aplus-pro-card-header-border {
|
|
4562
|
-
padding-block-end: var(--ap-pro-card-header-padding-bottom);
|
|
4563
|
-
border-block-end: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4564
|
-
}
|
|
4565
|
-
.aplus-pro-card-header-collapsible {
|
|
4566
|
-
cursor: pointer;
|
|
4567
|
-
}
|
|
4568
|
-
.aplus-pro-card-collapsible-icon {
|
|
4569
|
-
margin-inline-end: 4px;
|
|
4570
|
-
color: var(--ap-pro-card-header-title-font-color);
|
|
4571
|
-
font-size: 14px;
|
|
4572
|
-
transition: transform 0.3s;
|
|
4573
|
-
}
|
|
4574
|
-
.aplus-pro-card-collapsible-icon:hover {
|
|
4575
|
-
color: var(--ap-hover-color-base);
|
|
4576
|
-
}
|
|
4577
|
-
.aplus-pro-card-collapsible-icon.aplus-frontend-icon {
|
|
4578
|
-
display: flex;
|
|
4579
|
-
align-items: center;
|
|
4580
|
-
justify-content: center;
|
|
4581
|
-
}
|
|
4582
|
-
.aplus-pro-card-type-inner > .aplus-pro-card-header {
|
|
4583
|
-
background: var(--ap-pro-card-area-color);
|
|
4584
|
-
}
|
|
4585
|
-
.aplus-pro-card-body {
|
|
4586
|
-
display: block;
|
|
4587
|
-
box-sizing: border-box;
|
|
4588
|
-
height: 100%;
|
|
4589
|
-
padding: var(--ap-pro-card-body-padding);
|
|
4590
|
-
}
|
|
4591
|
-
.aplus-pro-card-body-center {
|
|
4592
|
-
display: flex;
|
|
4593
|
-
align-items: center;
|
|
4594
|
-
justify-content: center;
|
|
4595
|
-
}
|
|
4596
|
-
.aplus-pro-card-body-direction-column {
|
|
4597
|
-
flex-direction: column;
|
|
4598
|
-
}
|
|
4599
|
-
.aplus-pro-card-body-wrap {
|
|
4600
|
-
flex-wrap: wrap;
|
|
4601
|
-
}
|
|
4602
|
-
.aplus-pro-card-contain-card > .aplus-pro-card-body {
|
|
4603
|
-
display: flex;
|
|
4604
|
-
}
|
|
4605
|
-
.aplus-pro-card-split > .aplus-pro-card-body {
|
|
4606
|
-
padding: 0;
|
|
4607
|
-
}
|
|
4608
|
-
.aplus-pro-card-ghost {
|
|
4609
|
-
background: transparent;
|
|
4610
|
-
}
|
|
4611
|
-
.aplus-pro-card-ghost > .aplus-pro-card-body {
|
|
4612
|
-
background: transparent;
|
|
4613
|
-
padding: 0;
|
|
4614
|
-
}
|
|
4615
|
-
.aplus-pro-card-col {
|
|
4616
|
-
width: 100%;
|
|
4617
|
-
}
|
|
4618
|
-
.aplus-pro-card-col-split-vertical {
|
|
4619
|
-
position: relative;
|
|
4620
|
-
}
|
|
4621
|
-
.aplus-pro-card-col-split-vertical::after {
|
|
4622
|
-
position: absolute;
|
|
4623
|
-
height: var(--ap-pro-card-split-line-height);
|
|
4624
|
-
top: 50%;
|
|
4625
|
-
transform: translateY(-50%);
|
|
4626
|
-
right: 0;
|
|
4627
|
-
border-right: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4628
|
-
content: '';
|
|
4629
|
-
}
|
|
4630
|
-
.aplus-pro-card-col-split-horizontal {
|
|
4631
|
-
position: relative;
|
|
4632
|
-
}
|
|
4633
|
-
.aplus-pro-card-col-split-horizontal::after {
|
|
4634
|
-
position: absolute;
|
|
4635
|
-
width: var(--ap-pro-card-split-line-height);
|
|
4636
|
-
left: 50%;
|
|
4637
|
-
transform: translateX(-50%);
|
|
4638
|
-
bottom: 0;
|
|
4639
|
-
border-bottom: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4640
|
-
content: '';
|
|
4641
|
-
}
|
|
4642
|
-
.aplus-pro-card-col-span-0 {
|
|
4643
|
-
display: none;
|
|
4644
|
-
}
|
|
4645
|
-
.aplus-pro-card-col-span-1 {
|
|
4646
|
-
flex-shrink: 0;
|
|
4647
|
-
width: calc((1 / 24) * 100%);
|
|
4648
|
-
}
|
|
4649
|
-
.aplus-pro-card-col-span-2 {
|
|
4650
|
-
flex-shrink: 0;
|
|
4651
|
-
width: calc((2 / 24) * 100%);
|
|
4652
|
-
}
|
|
4653
|
-
.aplus-pro-card-col-span-3 {
|
|
4654
|
-
flex-shrink: 0;
|
|
4655
|
-
width: calc((3 / 24) * 100%);
|
|
4656
|
-
}
|
|
4657
|
-
.aplus-pro-card-col-span-4 {
|
|
4658
|
-
flex-shrink: 0;
|
|
4659
|
-
width: calc((4 / 24) * 100%);
|
|
4660
|
-
}
|
|
4661
|
-
.aplus-pro-card-col-span-5 {
|
|
4662
|
-
flex-shrink: 0;
|
|
4663
|
-
width: calc((5 / 24) * 100%);
|
|
4664
|
-
}
|
|
4665
|
-
.aplus-pro-card-col-span-6 {
|
|
4666
|
-
flex-shrink: 0;
|
|
4667
|
-
width: calc((6 / 24) * 100%);
|
|
4668
|
-
}
|
|
4669
|
-
.aplus-pro-card-col-span-7 {
|
|
4670
|
-
flex-shrink: 0;
|
|
4671
|
-
width: calc((7 / 24) * 100%);
|
|
4672
|
-
}
|
|
4673
|
-
.aplus-pro-card-col-span-8 {
|
|
4674
|
-
flex-shrink: 0;
|
|
4675
|
-
width: calc((8 / 24) * 100%);
|
|
4676
|
-
}
|
|
4677
|
-
.aplus-pro-card-col-span-9 {
|
|
4678
|
-
flex-shrink: 0;
|
|
4679
|
-
width: calc((9 / 24) * 100%);
|
|
4680
|
-
}
|
|
4681
|
-
.aplus-pro-card-col-span-10 {
|
|
4682
|
-
flex-shrink: 0;
|
|
4683
|
-
width: calc((10 / 24) * 100%);
|
|
4684
|
-
}
|
|
4685
|
-
.aplus-pro-card-col-span-11 {
|
|
4686
|
-
flex-shrink: 0;
|
|
4687
|
-
width: calc((11 / 24) * 100%);
|
|
4688
|
-
}
|
|
4689
|
-
.aplus-pro-card-col-span-12 {
|
|
4690
|
-
flex-shrink: 0;
|
|
4691
|
-
width: calc((12 / 24) * 100%);
|
|
4692
|
-
}
|
|
4693
|
-
.aplus-pro-card-col-span-13 {
|
|
4694
|
-
flex-shrink: 0;
|
|
4695
|
-
width: calc((13 / 24) * 100%);
|
|
4696
|
-
}
|
|
4697
|
-
.aplus-pro-card-col-span-14 {
|
|
4698
|
-
flex-shrink: 0;
|
|
4699
|
-
width: calc((14 / 24) * 100%);
|
|
4700
|
-
}
|
|
4701
|
-
.aplus-pro-card-col-span-15 {
|
|
4702
|
-
flex-shrink: 0;
|
|
4703
|
-
width: calc((15 / 24) * 100%);
|
|
4704
|
-
}
|
|
4705
|
-
.aplus-pro-card-col-span-16 {
|
|
4706
|
-
flex-shrink: 0;
|
|
4707
|
-
width: calc((16 / 24) * 100%);
|
|
4708
|
-
}
|
|
4709
|
-
.aplus-pro-card-col-span-17 {
|
|
4710
|
-
flex-shrink: 0;
|
|
4711
|
-
width: calc((17 / 24) * 100%);
|
|
4712
|
-
}
|
|
4713
|
-
.aplus-pro-card-col-span-18 {
|
|
4714
|
-
flex-shrink: 0;
|
|
4715
|
-
width: calc((18 / 24) * 100%);
|
|
4716
|
-
}
|
|
4717
|
-
.aplus-pro-card-col-span-19 {
|
|
4718
|
-
flex-shrink: 0;
|
|
4719
|
-
width: calc((19 / 24) * 100%);
|
|
4720
|
-
}
|
|
4721
|
-
.aplus-pro-card-col-span-20 {
|
|
4722
|
-
flex-shrink: 0;
|
|
4723
|
-
width: calc((20 / 24) * 100%);
|
|
4724
|
-
}
|
|
4725
|
-
.aplus-pro-card-col-span-21 {
|
|
4726
|
-
flex-shrink: 0;
|
|
4727
|
-
width: calc((21 / 24) * 100%);
|
|
4728
|
-
}
|
|
4729
|
-
.aplus-pro-card-col-span-22 {
|
|
4730
|
-
flex-shrink: 0;
|
|
4731
|
-
width: calc((22 / 24) * 100%);
|
|
4732
|
-
}
|
|
4733
|
-
.aplus-pro-card-col-span-23 {
|
|
4734
|
-
flex-shrink: 0;
|
|
4735
|
-
width: calc((23 / 24) * 100%);
|
|
4736
|
-
}
|
|
4737
|
-
.aplus-pro-card-col-span-24 {
|
|
4738
|
-
flex-shrink: 0;
|
|
4739
|
-
width: calc((24 / 24) * 100%);
|
|
4740
|
-
}
|
|
4741
|
-
.aplus-pro-card-actions {
|
|
4742
|
-
border-block-start: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4743
|
-
background: var(--ap-pro-card-color-bg-container);
|
|
4744
|
-
padding: var(--ap-pro-card-actions-padding);
|
|
4745
|
-
}
|
|
4746
|
-
.aplus-pro-card-collapsed > .aplus-pro-card-header {
|
|
4747
|
-
padding-block-end: var(--ap-pro-card-header-padding-bottom);
|
|
4748
|
-
border-block-end: 0;
|
|
4749
|
-
}
|
|
4750
|
-
.aplus-pro-card-collapsed > .aplus-pro-card-body {
|
|
4751
|
-
display: none;
|
|
4752
|
-
}
|
|
4753
|
-
.aplus-pro-card-title-default {
|
|
4754
|
-
position: relative;
|
|
4755
|
-
font-weight: bold;
|
|
4756
|
-
font-size: 12px;
|
|
4757
|
-
display: flex;
|
|
4758
|
-
align-items: center;
|
|
4759
|
-
}
|
|
4760
|
-
.aplus-pro-card-title-default-aplus {
|
|
4761
|
-
padding-left: 10px;
|
|
4762
|
-
}
|
|
4763
|
-
.aplus-pro-card-title-default-aplus::before {
|
|
4764
|
-
position: absolute;
|
|
4765
|
-
content: '';
|
|
4766
|
-
left: 0;
|
|
4767
|
-
top: 50%;
|
|
4768
|
-
transform: translateY(-50%);
|
|
4769
|
-
width: 3px;
|
|
4770
|
-
height: 14px;
|
|
4771
|
-
background: #0070ff;
|
|
4772
|
-
border-radius: 0px 4px 4px 0px;
|
|
4773
|
-
}
|
|
4774
|
-
.aplus-pro-card-title-default-admin {
|
|
4775
|
-
padding-left: 14px;
|
|
4776
|
-
}
|
|
4777
|
-
.aplus-pro-card-title-default-admin::before {
|
|
4778
|
-
position: absolute;
|
|
4779
|
-
content: '';
|
|
4780
|
-
left: 0;
|
|
4781
|
-
top: 50%;
|
|
4782
|
-
transform: translateY(-50%);
|
|
4783
|
-
width: 8px;
|
|
4784
|
-
height: 8px;
|
|
4785
|
-
border-radius: 50%;
|
|
4786
|
-
border-width: 2px;
|
|
4787
|
-
border-style: solid;
|
|
4788
|
-
border-color: #34b77c;
|
|
4789
|
-
background: #fff;
|
|
4790
|
-
}
|
|
4791
|
-
.aplus-pro-card-divider {
|
|
4792
|
-
flex: none;
|
|
4793
|
-
background: var(--ap-pro-card-border-color-split);
|
|
4794
|
-
}
|
|
4795
|
-
.aplus-pro-card-divider-vertical {
|
|
4796
|
-
position: relative;
|
|
4797
|
-
margin-inline: 8px;
|
|
4798
|
-
}
|
|
4799
|
-
.aplus-pro-card-divider-vertical::after {
|
|
4800
|
-
position: absolute;
|
|
4801
|
-
height: var(--ap-pro-card-divider-line-height);
|
|
4802
|
-
top: 50%;
|
|
4803
|
-
transform: translateY(-50%);
|
|
4804
|
-
right: 0;
|
|
4805
|
-
border-right: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4806
|
-
content: '';
|
|
4807
|
-
}
|
|
4808
|
-
.aplus-pro-card-divider-horizontal {
|
|
4809
|
-
position: relative;
|
|
4810
|
-
margin-block: 8px;
|
|
4811
|
-
}
|
|
4812
|
-
.aplus-pro-card-divider-horizontal::after {
|
|
4813
|
-
position: absolute;
|
|
4814
|
-
width: var(--ap-pro-card-divider-line-height);
|
|
4815
|
-
left: 50%;
|
|
4816
|
-
transform: translateX(-50%);
|
|
4817
|
-
bottom: 0;
|
|
4818
|
-
border-bottom: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4819
|
-
content: '';
|
|
4820
|
-
}
|
|
4821
|
-
.aplus-pro-card-operation {
|
|
4822
|
-
display: flex;
|
|
4823
|
-
flex-direction: column;
|
|
4824
|
-
justify-content: center;
|
|
4825
|
-
margin-inline: 0;
|
|
4826
|
-
font-weight: 500;
|
|
4827
|
-
font-size: 20px;
|
|
4828
|
-
line-height: 26px;
|
|
4829
|
-
}
|
|
4830
|
-
.aplus-pro-card-statistic {
|
|
4831
|
-
display: flex;
|
|
4832
|
-
}
|
|
4833
|
-
.aplus-pro-card-statistic + .aplus-pro-card-statistic {
|
|
4834
|
-
margin-block-start: 4px;
|
|
4835
|
-
}
|
|
4836
|
-
.aplus-pro-card-statistic-tip {
|
|
4837
|
-
margin-inline-start: 4px;
|
|
4838
|
-
color: var(--ap-text-color-3);
|
|
4839
|
-
}
|
|
4840
|
-
.aplus-pro-card-statistic-wrapper {
|
|
4841
|
-
display: flex;
|
|
4842
|
-
width: 100%;
|
|
4843
|
-
}
|
|
4844
|
-
.aplus-pro-card-statistic-status {
|
|
4845
|
-
width: 14px;
|
|
4846
|
-
}
|
|
4847
|
-
.aplus-pro-card-statistic-status.ant-badge.ant-badge-status {
|
|
4848
|
-
line-height: 18px;
|
|
4849
|
-
}
|
|
4850
|
-
.aplus-pro-card-statistic-icon {
|
|
4851
|
-
margin-inline-end: 16px;
|
|
4852
|
-
}
|
|
4853
|
-
.aplus-pro-card-statistic-trend-icon {
|
|
4854
|
-
width: 0;
|
|
4855
|
-
height: 0;
|
|
4856
|
-
border-inline-end: 3px solid transparent;
|
|
4857
|
-
border-block-end: 6px solid #000;
|
|
4858
|
-
border-inline-start: 3px solid transparent;
|
|
4859
|
-
}
|
|
4860
|
-
.aplus-pro-card-statistic-trend-icon-up {
|
|
4861
|
-
transform: rotate(0deg) translateY(-1px);
|
|
4862
|
-
}
|
|
4863
|
-
.aplus-pro-card-statistic-trend-icon-down {
|
|
4864
|
-
transform: rotate(180deg) translateY(1px);
|
|
4865
|
-
}
|
|
4866
|
-
.aplus-pro-card-statistic-content {
|
|
4867
|
-
width: 100%;
|
|
4868
|
-
}
|
|
4869
|
-
.aplus-pro-card-statistic-content .ant-statistic-content {
|
|
4870
|
-
font-size: 20px;
|
|
4871
|
-
line-height: 24px;
|
|
4872
|
-
font-weight: bold;
|
|
4873
|
-
}
|
|
4874
|
-
.aplus-pro-card-statistic-description {
|
|
4875
|
-
width: 100%;
|
|
4876
|
-
margin-top: 4px;
|
|
4877
|
-
}
|
|
4878
|
-
.aplus-pro-card-statistic .ant-statistic-title {
|
|
4879
|
-
color: var(--ap-text-color-1);
|
|
4880
|
-
font-size: 12px;
|
|
4881
|
-
line-height: 18px;
|
|
4882
|
-
margin-bottom: 8px;
|
|
4883
|
-
}
|
|
4884
|
-
.aplus-pro-card-statistic-size-small .ant-statistic-title {
|
|
4885
|
-
margin-bottom: 4px;
|
|
4886
|
-
}
|
|
4887
|
-
.aplus-pro-card-statistic-size-small .ant-statistic-content {
|
|
4888
|
-
font-size: 16px;
|
|
4889
|
-
line-height: 22px;
|
|
4890
|
-
}
|
|
4891
|
-
.aplus-pro-card-statistic-trend-up .ant-statistic-content {
|
|
4892
|
-
color: var(--ap-color-error);
|
|
4893
|
-
}
|
|
4894
|
-
.aplus-pro-card-statistic-trend-up .aplus-pro-card-statistic-trend-icon {
|
|
4895
|
-
border-block-end-color: var(--ap-color-error);
|
|
4896
|
-
}
|
|
4897
|
-
.aplus-pro-card-statistic-trend-down .ant-statistic-content {
|
|
4898
|
-
color: var(--ap-color-success);
|
|
4899
|
-
}
|
|
4900
|
-
.aplus-pro-card-statistic-trend-down .aplus-pro-card-statistic-trend-icon {
|
|
4901
|
-
border-block-end-color: var(--ap-color-success);
|
|
4902
|
-
}
|
|
4903
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal {
|
|
4904
|
-
display: flex;
|
|
4905
|
-
justify-content: space-between;
|
|
4906
|
-
}
|
|
4907
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title {
|
|
4908
|
-
margin-block-end: 0;
|
|
4909
|
-
color: var(--ap-text-color-3);
|
|
4910
|
-
}
|
|
4911
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-content {
|
|
4912
|
-
color: var(--ap-text-color-2);
|
|
4913
|
-
font-size: 12px;
|
|
4914
|
-
line-height: 18px;
|
|
4915
|
-
font-weight: 500;
|
|
4916
|
-
}
|
|
4917
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-horizontal .ant-statistic-title {
|
|
4918
|
-
font-size: 12px;
|
|
4919
|
-
line-height: 18px;
|
|
4920
|
-
font-weight: 500;
|
|
4921
|
-
}
|
|
4922
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline {
|
|
4923
|
-
display: inline-flex;
|
|
4924
|
-
}
|
|
4925
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title {
|
|
4926
|
-
margin-inline-end: 6px;
|
|
4927
|
-
margin-block-end: 0;
|
|
4928
|
-
color: var(--ap-text-color-3);
|
|
4929
|
-
}
|
|
4930
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-content {
|
|
4931
|
-
color: var(--ap-text-color-2);
|
|
4932
|
-
font-size: 12px;
|
|
4933
|
-
line-height: 18px;
|
|
4934
|
-
font-weight: 500;
|
|
4935
|
-
}
|
|
4936
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-inline .ant-statistic-title {
|
|
4937
|
-
font-size: 12px;
|
|
4938
|
-
line-height: 18px;
|
|
4939
|
-
font-weight: 500;
|
|
4940
|
-
}
|
|
4941
|
-
.aplus-pro-card-statistic .aplus-pro-card-statistic-layout-vertical-center {
|
|
4942
|
-
display: flex;
|
|
4943
|
-
flex-direction: column;
|
|
4944
|
-
align-items: center;
|
|
4945
|
-
}
|
|
4946
|
-
.aplus-statistic-card-chart {
|
|
4947
|
-
display: flex;
|
|
4948
|
-
flex-direction: column;
|
|
4949
|
-
margin-block-start: 8px;
|
|
4950
|
-
margin-block-end: 8px;
|
|
4951
|
-
}
|
|
4952
|
-
.aplus-statistic-card-chart-left {
|
|
4953
|
-
margin-block-start: 0;
|
|
4954
|
-
margin-inline-end: 16px;
|
|
4955
|
-
}
|
|
4956
|
-
.aplus-statistic-card-chart-right {
|
|
4957
|
-
margin-block-start: 0;
|
|
4958
|
-
margin-inline-start: 16px;
|
|
4959
|
-
}
|
|
4960
|
-
.aplus-statistic-card-content {
|
|
4961
|
-
display: flex;
|
|
4962
|
-
flex-direction: column;
|
|
4963
|
-
}
|
|
4964
|
-
.aplus-statistic-card-content-horizontal {
|
|
4965
|
-
flex-direction: row;
|
|
4966
|
-
}
|
|
4967
|
-
.aplus-statistic-card-chart {
|
|
4968
|
-
width: 100%;
|
|
4969
|
-
align-items: center;
|
|
4970
|
-
align-self: flex-start;
|
|
4971
|
-
}
|
|
4972
|
-
.aplus-statistic-card-footer {
|
|
4973
|
-
margin-block-start: 8px;
|
|
4974
|
-
padding-block-start: 16px;
|
|
4975
|
-
border-block-start: var(--ap-pro-card-border-line-width) var(--ap-pro-card-border-line-type) var(--ap-pro-card-border-color-split);
|
|
4976
|
-
}
|
|
4977
|
-
.aplus-ag-grid-modal--bordered {
|
|
4978
|
-
border: 1px solid var(--ap-color-bg);
|
|
4979
|
-
padding: 16px;
|
|
4980
|
-
border-radius: 4px;
|
|
4981
|
-
--ag-grid-modal-layout-divider-offset: 32px;
|
|
4982
|
-
}
|
|
4983
|
-
.aplus-ag-grid-modal__empty {
|
|
4984
|
-
display: flex;
|
|
4985
|
-
height: 100%;
|
|
4986
|
-
justify-content: center;
|
|
4987
|
-
align-items: center;
|
|
4988
|
-
}
|
|
4989
|
-
.aplus-ag-grid-modal--table-layout {
|
|
4990
|
-
box-sizing: border-box;
|
|
4991
|
-
display: flex;
|
|
4992
|
-
flex: 1;
|
|
4993
|
-
justify-content: space-between;
|
|
4994
|
-
height: 100%;
|
|
4995
|
-
}
|
|
4996
|
-
.aplus-ag-grid-modal--table-layout.complex-layout {
|
|
4997
|
-
height: 100%;
|
|
4998
|
-
position: relative;
|
|
4999
|
-
}
|
|
5000
|
-
.aplus-ag-grid-modal--table-layout-left {
|
|
5001
|
-
flex: 1;
|
|
5002
|
-
min-width: 0px;
|
|
5003
|
-
padding-right: 20px;
|
|
5004
|
-
box-sizing: border-box;
|
|
5005
|
-
display: flex;
|
|
5006
|
-
flex-direction: column;
|
|
5007
|
-
}
|
|
5008
|
-
.aplus-ag-grid-modal--table-layout-left-content {
|
|
5009
|
-
flex: 1;
|
|
5010
|
-
}
|
|
5011
|
-
.aplus-ag-grid-modal--table-layout-left-content .ant-table-body {
|
|
5012
|
-
height: 100%;
|
|
5013
|
-
}
|
|
5014
|
-
.aplus-ag-grid-modal--table-layout-right {
|
|
5015
|
-
max-height: 100%;
|
|
5016
|
-
width: 410px;
|
|
5017
|
-
padding-left: 20px;
|
|
5018
|
-
position: relative;
|
|
5019
|
-
display: flex;
|
|
5020
|
-
flex-direction: column;
|
|
5021
|
-
}
|
|
5022
|
-
.aplus-ag-grid-modal--table-layout-right-content {
|
|
5023
|
-
flex-grow: 1;
|
|
5024
|
-
height: 0;
|
|
5025
|
-
overflow-y: hidden;
|
|
5026
|
-
padding-top: 8px;
|
|
5027
|
-
}
|
|
5028
|
-
.aplus-ag-grid-modal--table-layout-right-content:hover {
|
|
5029
|
-
overflow-y: auto;
|
|
5030
|
-
}
|
|
5031
|
-
.aplus-ag-grid-modal--table-layout-right::before {
|
|
5032
|
-
content: '';
|
|
5033
|
-
height: calc(100% + var(--ag-grid-modal-layout-divider-offset, 16px));
|
|
5034
|
-
width: 1px;
|
|
5035
|
-
background-color: var(--ap-color-bg);
|
|
5036
|
-
position: absolute;
|
|
5037
|
-
left: 0px;
|
|
5038
|
-
top: -16px;
|
|
5039
|
-
}
|
|
5040
|
-
.aplus-ap-selected-items__default {
|
|
5041
|
-
display: flex;
|
|
5042
|
-
justify-content: space-between;
|
|
5043
|
-
align-items: center;
|
|
5044
|
-
padding: 8px;
|
|
5045
|
-
gap: 16px;
|
|
5046
|
-
border-radius: 4px;
|
|
5047
|
-
}
|
|
5048
|
-
.aplus-ap-selected-items__default:hover .aplus-ap-selected-items__del-icon {
|
|
5049
|
-
opacity: 1;
|
|
5050
|
-
}
|
|
5051
|
-
.aplus-ap-selected-items__default:hover {
|
|
5052
|
-
background-color: var(--ap-color-bg-2);
|
|
5053
|
-
}
|
|
5054
|
-
.aplus-ap-selected-items__default-content {
|
|
5055
|
-
width: 0px;
|
|
5056
|
-
flex-grow: 1;
|
|
5057
|
-
}
|
|
5058
|
-
.aplus-ap-selected-items__del-icon {
|
|
5059
|
-
font-size: 14px;
|
|
5060
|
-
cursor: pointer;
|
|
5061
|
-
opacity: 0;
|
|
5062
|
-
}
|
|
5063
|
-
.aplus-ap-selected-items__del-icon:hover {
|
|
5064
|
-
color: var(--ap-color-error);
|
|
5065
|
-
}
|