@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +294 -289
- package/es/src/ap-action/group/index.vue.d.ts +1 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/es/src/ap-button/ap-button.vue.mjs +1 -1
- package/es/src/ap-field/date/helper.mjs +12 -12
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/rate/index.vue.d.ts +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +1 -1
- package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/item/index.vue.d.ts +1 -1
- package/es/src/ap-form/item/index.vue.mjs +7 -7
- package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/es/src/ap-form/render/item.vue.d.ts +1 -1
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
- package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/es/src/ap-form/search-form/index.vue.mjs +77 -76
- package/es/src/ap-grid/constants.d.ts +3 -3
- package/es/src/ap-grid/constants.mjs +9 -9
- package/es/src/ap-grid/editable/form-item.vue.mjs +94 -83
- package/es/src/ap-grid/editable/index.vue.mjs +89 -78
- package/es/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
- package/es/src/ap-grid/hooks/use-inner-params.mjs +24 -35
- package/es/src/ap-grid/index.vue.mjs +161 -139
- package/es/src/ap-grid/interface.d.ts +2 -2
- package/es/src/ap-grid/utils/table.mjs +32 -32
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +209 -198
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/constants.d.ts +30 -30
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +147 -130
- package/es/src/ap-table/utils.d.ts +14 -14
- package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
- package/es/src/ap-tag/interface.d.ts +4 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +93 -73
- package/es/src/business/ap-expand-alert/index.d.ts +4 -4
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +109 -99
- package/es/src/business/ap-export-group/index.d.ts +3 -0
- package/es/src/business/ap-export-group/interface.d.ts +7 -2
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
- package/es/src/business/ap-label/ApLabel.d.ts +1 -1
- package/es/src/business/ap-label/constans.mjs +1 -1
- package/es/src/business/ap-label/index.d.ts +3 -3
- package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/es/src/business/ap-ladder/index.d.ts +3 -3
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +60 -0
- package/es/src/business/ap-radio-group/index.d.ts +55 -0
- package/es/src/business/ap-radio-group/index.mjs +8 -0
- package/es/src/business/ap-radio-group/interface.d.ts +11 -0
- package/es/src/business/ap-radio-group/interface.mjs +1 -0
- package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
- package/es/src/business/ap-radio-group/style/css.js +1 -0
- package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
- package/es/src/business/ap-radio-group/style/index.js +1 -0
- package/es/src/business/ap-status/interface.d.ts +1 -1
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +128 -112
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +64 -54
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
- package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/es/src/business/ap-view/index.d.ts +3 -0
- package/es/src/business/ap-view/interface.d.ts +8 -0
- package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/business/hooks/usePageListApGrid.d.ts +2 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +70 -47
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +15 -13
- package/es/src/check-card/group.vue.d.ts +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +0 -5
- package/es/src/config-provider/config-provider-props.mjs +0 -4
- package/es/src/config-provider/config-provider.d.ts +0 -138
- package/es/src/config-provider/config-provider.mjs +21 -26
- package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/es/src/config-provider/index.d.ts +0 -652
- package/es/src/editable-table/form-item.vue.d.ts +2 -14
- package/es/src/editable-table/form-item.vue.mjs +84 -76
- package/es/src/editable-table/index.vue.d.ts +2 -16
- package/es/src/editable-table/index.vue.mjs +91 -83
- package/es/src/editable-table/interface.d.ts +7 -0
- package/es/src/index.mjs +166 -164
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/es/src/path-map.mjs +2 -1
- package/es/src/version.d.ts +2 -0
- package/es/src/version.mjs +4 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/item/index.vue.d.ts +1 -1
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/render/item.vue.d.ts +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- 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.d.ts +6 -2
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/constants.d.ts +3 -3
- package/lib/src/ap-grid/constants.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
- package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +2 -2
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +30 -30
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/utils.d.ts +14 -14
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +4 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +3 -0
- package/lib/src/business/ap-export-group/interface.d.ts +7 -2
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
- package/lib/src/business/ap-label/constans.js +1 -1
- package/lib/src/business/ap-label/index.d.ts +3 -3
- package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +3 -3
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
- package/lib/src/business/ap-radio-group/index.d.ts +55 -0
- package/lib/src/business/ap-radio-group/index.js +1 -0
- package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
- package/lib/src/business/ap-radio-group/interface.js +1 -0
- package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
- package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
- package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/interface.d.ts +1 -1
- package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
- package/lib/src/business/ap-view/ap-view.vue.d.ts +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/hooks/use-view-provide.d.ts +1 -0
- package/lib/src/business/ap-view/index.d.ts +3 -0
- package/lib/src/business/ap-view/interface.d.ts +8 -0
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/business/hooks/usePageListApGrid.d.ts +2 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group.vue.d.ts +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +0 -5
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +0 -138
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/lib/src/config-provider/index.d.ts +0 -652
- package/lib/src/editable-table/form-item.vue.d.ts +2 -14
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +2 -16
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +7 -0
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/version.d.ts +2 -0
- package/lib/src/version.js +1 -0
- package/package.json +7 -5
- package/theme/antd-global-overwrite/admin/alert.css +6 -19
- package/theme/antd-global-overwrite/admin/alert.less +25 -36
- package/theme/antd-global-overwrite/admin/button.css +13 -13
- package/theme/antd-global-overwrite/admin/button.less +24 -24
- package/theme/antd-global-overwrite/admin/field.css +27 -0
- package/theme/antd-global-overwrite/admin/field.less +23 -0
- package/theme/antd-global-overwrite/admin/index.css +82 -471
- package/theme/antd-global-overwrite/admin/index.less +2 -3
- package/theme/antd-global-overwrite/admin/message.css +2 -9
- package/theme/antd-global-overwrite/admin/message.less +2 -10
- package/theme/antd-global-overwrite/admin/modal.css +10 -49
- package/theme/antd-global-overwrite/admin/modal.less +10 -53
- package/theme/antd-global-overwrite/admin/table.css +21 -75
- package/theme/antd-global-overwrite/admin/table.less +4 -7
- package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
- package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
- package/theme/antd-global-overwrite/aplus/alert.css +9 -19
- package/theme/antd-global-overwrite/aplus/alert.less +27 -34
- package/theme/antd-global-overwrite/aplus/button.css +20 -20
- package/theme/antd-global-overwrite/aplus/button.less +24 -24
- package/theme/antd-global-overwrite/aplus/field.css +21 -0
- package/theme/antd-global-overwrite/aplus/field.less +16 -0
- package/theme/antd-global-overwrite/aplus/index.css +82 -522
- package/theme/antd-global-overwrite/aplus/index.less +1 -3
- package/theme/antd-global-overwrite/aplus/message.css +2 -9
- package/theme/antd-global-overwrite/aplus/message.less +2 -10
- package/theme/antd-global-overwrite/aplus/modal.css +10 -50
- package/theme/antd-global-overwrite/aplus/modal.less +11 -57
- package/theme/antd-global-overwrite/aplus/table.css +19 -67
- package/theme/antd-global-overwrite/aplus/table.less +4 -7
- package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
- package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
- package/theme/ap-action/item-dropdown.css +19 -1
- package/theme/ap-action/item.css +20 -2
- package/theme/ap-appendix/ap-appendix.css +25 -5
- package/theme/ap-appendix/ap-appendix.less +6 -4
- package/theme/ap-attachment/ap-attachment.css +25 -6
- package/theme/ap-attachment/ap-attachment.less +6 -6
- package/theme/ap-batch-action/ap-batch-action.css +25 -4
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-button/ap-button.css +19 -1
- package/theme/ap-card/ap-card.css +19 -1
- package/theme/ap-descriptions/ap-descriptions.css +24 -6
- package/theme/ap-descriptions/ap-descriptions.less +5 -5
- package/theme/ap-download/ap-download.css +26 -11
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +21 -3
- package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
- package/theme/ap-field/checkbox.css +19 -1
- package/theme/ap-field/index.css +19 -1
- package/theme/ap-field/number.css +19 -1
- package/theme/ap-field/radio.css +19 -1
- package/theme/ap-field/text-area.css +19 -1
- package/theme/ap-form/ap-form-item-group.css +19 -1
- package/theme/ap-form/ap-form-item.css +26 -5
- package/theme/ap-form/ap-form-item.less +11 -5
- package/theme/ap-form/drawer-form.css +19 -1
- package/theme/ap-form/index.css +43 -10
- package/theme/ap-form/item-text-group.css +19 -1
- package/theme/ap-form/item-text.css +19 -1
- package/theme/ap-form/modal-form.css +19 -1
- package/theme/ap-form/search-form-sorter.css +24 -5
- package/theme/ap-form/search-form-sorter.less +1 -0
- package/theme/ap-form/search-form.css +43 -10
- package/theme/ap-form/search-form.less +12 -1
- package/theme/ap-grid/editable.css +19 -1
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +78 -15
- package/theme/ap-grid/index.less +21 -6
- package/theme/ap-group-search/ap-extension-select.css +19 -1
- package/theme/ap-group-search/ap-group-search.css +19 -1
- package/theme/ap-group-search/ap-popover-select.css +19 -1
- package/theme/ap-image/ap-image.css +19 -1
- package/theme/ap-input-radio/ap-input-radio.css +19 -1
- package/theme/ap-label/ap-label.css +19 -1
- package/theme/ap-ladder/ap-ladder.css +23 -4
- package/theme/ap-ladder/ap-ladder.less +4 -3
- package/theme/ap-layout/ap-info-layout.css +19 -1
- package/theme/ap-list/index.css +19 -1
- package/theme/ap-product-info/ap-product-info.css +19 -1
- package/theme/ap-radio-group/ap-radio-group.css +64 -0
- package/theme/ap-radio-group/ap-radio-group.less +23 -0
- package/theme/ap-select-layout/ap-select-layout.css +27 -9
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-size-input/ap-size-input.css +19 -1
- package/theme/ap-status/ap-status.css +21 -4
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +22 -4
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +24 -6
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +19 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +77 -29
- package/theme/ap-table/ap-table.less +7 -9
- package/theme/ap-table/setting/index.css +23 -6
- package/theme/ap-table/setting/modal.css +21 -4
- package/theme/ap-table/setting/modal.less +1 -2
- package/theme/ap-table/setting/select-group.css +21 -2
- package/theme/ap-table/setting/select-group.less +2 -1
- package/theme/ap-table/setting/sortable-item-meta.css +19 -1
- package/theme/ap-table/setting/sortable-item.css +19 -1
- package/theme/ap-table/setting/sorter.css +19 -2
- package/theme/ap-table-modal/index.css +77 -29
- package/theme/ap-tag/ap-tag-group.css +21 -3
- package/theme/ap-tag/ap-tag-group.less +4 -5
- package/theme/ap-tag/ap-tag.css +42 -15
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +26 -6
- package/theme/ap-title/ap-title.less +7 -5
- package/theme/ap-upload/index.css +27 -9
- package/theme/ap-upload/multiple-file.css +21 -3
- package/theme/ap-upload/multiple-file.less +2 -2
- package/theme/ap-upload/picture.css +23 -5
- package/theme/ap-upload/picture.less +4 -4
- package/theme/ap-upload/single-file.css +21 -3
- package/theme/ap-upload/single-file.less +2 -2
- package/theme/ap-upload/upload.css +19 -1
- package/theme/ap-upload-single/index.css +19 -1
- package/theme/ap-view/ap-view.css +23 -1
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/batch-input-group/index.css +20 -1
- package/theme/batch-input-group/popover-input.css +20 -1
- package/theme/batch-input-group/popover-input.less +1 -0
- package/theme/check-card/index.css +22 -4
- package/theme/editable-table/index.css +44 -11
- package/theme/full-screen/index.css +19 -1
- package/theme/index.css +331 -114
- package/theme/index.less +2 -0
- package/theme/mask/index.css +19 -1
- package/theme/mixins/config.less +1 -1
- package/theme/mixins/mixins.css +19 -1
- package/theme/mixins/mixins.less +25 -0
- package/theme/scroll-bar/index.css +19 -1
- package/theme/scroll-view/index.css +19 -1
- package/theme/splitter/index.css +21 -3
- package/theme/text/group.css +19 -1
- package/theme/text/index.css +20 -2
- package/theme/ui-mode.css +102 -0
- package/theme/ui-mode.less +103 -0
- package/theme/work-order-modal/index.css +19 -1
- package/es/src/config-provider/css-var.d.ts +0 -139
- package/es/src/config-provider/css-var.mjs +0 -278
- package/lib/src/config-provider/css-var.d.ts +0 -139
- package/lib/src/config-provider/css-var.js +0 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
@import './alert.less'; // 警告提示
|
|
2
2
|
@import './button.less'; // 按钮
|
|
3
|
-
@import './form.less'; // 表单
|
|
4
3
|
@import './message.less'; // 全局提示
|
|
5
4
|
@import './modal.less'; // 弹框
|
|
6
|
-
@import './pagination.less'; // 分页
|
|
7
|
-
@import './steps.less'; // 步骤条
|
|
8
5
|
@import './table.less'; // 表格
|
|
6
|
+
@import './tooltip.less'; // 文字提示
|
|
7
|
+
@import './field.less'; // 表单项
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
.ant-message .ant-message-notice-content {
|
|
1
|
+
.ant-message div.ant-message-notice-content {
|
|
2
2
|
padding: 10px 16px;
|
|
3
|
-
/* 文字颜色/一级-333333 */
|
|
4
|
-
color: #333333;
|
|
5
|
-
font-weight: normal;
|
|
6
3
|
font-size: 14px;
|
|
7
4
|
line-height: 22px;
|
|
8
|
-
letter-spacing: 0;
|
|
9
|
-
border-radius: 4px;
|
|
10
5
|
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
11
6
|
}
|
|
12
7
|
.ant-message .ant-message-notice .anticon {
|
|
13
|
-
|
|
14
|
-
line-height: 22px;
|
|
15
|
-
vertical-align: -0.18em;
|
|
8
|
+
margin-bottom: 1px;
|
|
16
9
|
margin-inline-end: 9px;
|
|
17
10
|
}
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
.ant-message {
|
|
2
|
-
.ant-message-notice-content {
|
|
2
|
+
div.ant-message-notice-content {
|
|
3
3
|
padding: 10px 16px;
|
|
4
|
-
|
|
5
|
-
/* 文字颜色/一级-333333 */
|
|
6
|
-
color: #333333;
|
|
7
|
-
font-weight: normal;
|
|
8
4
|
font-size: 14px;
|
|
9
5
|
line-height: 22px;
|
|
10
|
-
letter-spacing: 0;
|
|
11
|
-
border-radius: 4px;
|
|
12
6
|
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
13
7
|
}
|
|
14
8
|
|
|
15
9
|
.ant-message-notice .anticon {
|
|
16
|
-
|
|
17
|
-
line-height: 22px;
|
|
18
|
-
vertical-align: -0.18em;
|
|
10
|
+
margin-bottom: 1px;
|
|
19
11
|
margin-inline-end: 9px;
|
|
20
12
|
}
|
|
21
13
|
}
|
|
@@ -1,60 +1,24 @@
|
|
|
1
1
|
.ant-modal-root .ant-modal .ant-modal-close {
|
|
2
|
-
top:
|
|
3
|
-
|
|
4
|
-
width: auto;
|
|
2
|
+
top: 14px;
|
|
3
|
+
inset-inline-end: 18px;
|
|
5
4
|
color: #666666;
|
|
6
|
-
font-weight: normal;
|
|
7
|
-
background: transparent;
|
|
8
|
-
outline: none;
|
|
9
|
-
cursor: default;
|
|
10
5
|
}
|
|
11
6
|
.ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
12
|
-
color: #666666;
|
|
13
7
|
background-color: transparent;
|
|
14
8
|
}
|
|
15
9
|
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
16
|
-
|
|
17
|
-
width: 96px;
|
|
18
|
-
height: 54px;
|
|
19
|
-
line-height: 54px;
|
|
20
|
-
text-align: start;
|
|
21
|
-
}
|
|
22
|
-
.ant-modal-root .ant-modal .ant-modal-close-x > div {
|
|
23
|
-
height: 100%;
|
|
24
|
-
}
|
|
25
|
-
.ant-modal-root .ant-modal .ant-modal-close-x > span {
|
|
26
|
-
display: inline-block;
|
|
27
|
-
margin-left: 48px;
|
|
28
|
-
padding: 10px;
|
|
29
|
-
cursor: pointer;
|
|
30
|
-
transition: all 0.2s;
|
|
31
|
-
}
|
|
32
|
-
.ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
|
|
33
|
-
color: #ed6f6f;
|
|
10
|
+
line-height: 0;
|
|
34
11
|
}
|
|
35
12
|
.ant-modal-root .ant-modal .ant-modal-content {
|
|
36
13
|
padding: 0;
|
|
37
14
|
}
|
|
38
15
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
39
16
|
margin-bottom: 0;
|
|
40
|
-
padding:
|
|
17
|
+
padding: 12px 20px;
|
|
41
18
|
border-bottom: 1px solid #E9E9E9;
|
|
42
19
|
}
|
|
43
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
44
|
-
color: #333333;
|
|
45
|
-
font-weight: normal;
|
|
46
|
-
font-size: 16px;
|
|
47
|
-
line-height: 24px;
|
|
48
|
-
}
|
|
49
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
|
|
50
|
-
padding-left: 0;
|
|
51
|
-
color: #333333;
|
|
52
|
-
font-weight: normal;
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
line-height: 24px;
|
|
55
|
-
}
|
|
56
20
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
57
|
-
padding: 20px !important;
|
|
21
|
+
padding: 16px 20px !important;
|
|
58
22
|
}
|
|
59
23
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
60
24
|
padding: 0;
|
|
@@ -71,14 +35,11 @@
|
|
|
71
35
|
}
|
|
72
36
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
73
37
|
margin-top: 0;
|
|
74
|
-
padding:
|
|
75
|
-
border-top:
|
|
38
|
+
padding: 0 20px 12px;
|
|
39
|
+
border-top: none;
|
|
76
40
|
}
|
|
77
41
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
78
|
-
min-width:
|
|
79
|
-
}
|
|
80
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
81
|
-
padding: 32px 32px 28px !important;
|
|
42
|
+
min-width: 72px;
|
|
82
43
|
}
|
|
83
44
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
84
45
|
margin-inline-end: 16px;
|
|
@@ -104,10 +65,10 @@
|
|
|
104
65
|
}
|
|
105
66
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
106
67
|
margin-top: 0;
|
|
107
|
-
padding-top:
|
|
68
|
+
padding-top: 12px;
|
|
108
69
|
}
|
|
109
70
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
110
|
-
min-width:
|
|
71
|
+
min-width: 72px;
|
|
111
72
|
}
|
|
112
73
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
113
74
|
color: #06c687;
|
|
@@ -1,43 +1,17 @@
|
|
|
1
1
|
.ant-modal-root {
|
|
2
2
|
.ant-modal {
|
|
3
3
|
.ant-modal-close {
|
|
4
|
-
top:
|
|
5
|
-
|
|
6
|
-
width: auto;
|
|
4
|
+
top: 14px;
|
|
5
|
+
inset-inline-end: 18px;
|
|
7
6
|
color: #666666;
|
|
8
|
-
font-weight: normal;
|
|
9
|
-
background: transparent;
|
|
10
|
-
outline: none;
|
|
11
|
-
cursor: default;
|
|
12
7
|
|
|
13
8
|
&:hover {
|
|
14
|
-
color: #666666;
|
|
15
9
|
background-color: transparent;
|
|
16
10
|
}
|
|
17
11
|
}
|
|
18
12
|
|
|
19
13
|
.ant-modal-close-x {
|
|
20
|
-
|
|
21
|
-
width: 96px;
|
|
22
|
-
height: 54px;
|
|
23
|
-
line-height: 54px;
|
|
24
|
-
text-align: start;
|
|
25
|
-
|
|
26
|
-
& > div {
|
|
27
|
-
height: 100%;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
& > span {
|
|
31
|
-
display: inline-block;
|
|
32
|
-
margin-left: 48px;
|
|
33
|
-
padding: 10px;
|
|
34
|
-
cursor: pointer;
|
|
35
|
-
transition: all 0.2s;
|
|
36
|
-
|
|
37
|
-
&:hover {
|
|
38
|
-
color: #ed6f6f;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
14
|
+
line-height: 0;
|
|
41
15
|
}
|
|
42
16
|
|
|
43
17
|
.ant-modal-content {
|
|
@@ -45,27 +19,12 @@
|
|
|
45
19
|
|
|
46
20
|
.ant-modal-header {
|
|
47
21
|
margin-bottom: 0;
|
|
48
|
-
padding:
|
|
22
|
+
padding: 12px 20px;
|
|
49
23
|
border-bottom: 1px solid#E9E9E9;
|
|
50
|
-
|
|
51
|
-
.ant-modal-title {
|
|
52
|
-
color: #333333;
|
|
53
|
-
font-weight: normal;
|
|
54
|
-
font-size: 16px;
|
|
55
|
-
line-height: 24px;
|
|
56
|
-
|
|
57
|
-
& > span {
|
|
58
|
-
padding-left: 0;
|
|
59
|
-
color: #333333;
|
|
60
|
-
font-weight: normal;
|
|
61
|
-
font-size: 16px;
|
|
62
|
-
line-height: 24px;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
24
|
}
|
|
66
25
|
|
|
67
26
|
.ant-modal-body {
|
|
68
|
-
padding: 20px !important;
|
|
27
|
+
padding: 16px 20px !important;
|
|
69
28
|
|
|
70
29
|
& > .scrollbar {
|
|
71
30
|
padding: 0;
|
|
@@ -87,11 +46,11 @@
|
|
|
87
46
|
|
|
88
47
|
.ant-modal-footer {
|
|
89
48
|
margin-top: 0;
|
|
90
|
-
padding:
|
|
91
|
-
border-top:
|
|
49
|
+
padding: 0 20px 12px;
|
|
50
|
+
border-top: none;
|
|
92
51
|
|
|
93
52
|
button {
|
|
94
|
-
min-width:
|
|
53
|
+
min-width: 72px;
|
|
95
54
|
}
|
|
96
55
|
}
|
|
97
56
|
}
|
|
@@ -100,8 +59,6 @@
|
|
|
100
59
|
.ant-modal-confirm {
|
|
101
60
|
.ant-modal-content {
|
|
102
61
|
.ant-modal-body {
|
|
103
|
-
padding: 32px 32px 28px !important;
|
|
104
|
-
|
|
105
62
|
.ant-modal-confirm-body {
|
|
106
63
|
& > .anticon {
|
|
107
64
|
margin-inline-end: 16px;
|
|
@@ -132,10 +89,10 @@
|
|
|
132
89
|
|
|
133
90
|
.ant-modal-confirm-btns {
|
|
134
91
|
margin-top: 0;
|
|
135
|
-
padding-top:
|
|
92
|
+
padding-top: 12px;
|
|
136
93
|
|
|
137
94
|
button {
|
|
138
|
-
min-width:
|
|
95
|
+
min-width: 72px;
|
|
139
96
|
}
|
|
140
97
|
}
|
|
141
98
|
}
|
|
@@ -1,26 +1,14 @@
|
|
|
1
|
-
[class$='-
|
|
2
|
-
[class$='-basic-table-form-container'],
|
|
3
|
-
[class$='-basic-table ap-table--sticky'],
|
|
4
|
-
[class$='-basic-table-form-container ap-table--sticky'] {
|
|
1
|
+
[class$='ap-table--sticky'] {
|
|
5
2
|
width: 100%;
|
|
6
3
|
height: 100%;
|
|
7
4
|
}
|
|
8
|
-
[class$='-
|
|
9
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper,
|
|
10
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper,
|
|
11
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper {
|
|
5
|
+
[class$='ap-table--sticky'] .ant-table-wrapper {
|
|
12
6
|
padding: 12px 16px 16px;
|
|
13
7
|
background-color: #ffffff;
|
|
14
8
|
border-radius: 0;
|
|
15
9
|
}
|
|
16
|
-
[class$='-
|
|
17
|
-
[class$='-
|
|
18
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
19
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
20
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
21
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
22
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title,
|
|
23
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
|
|
10
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
11
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
|
|
24
12
|
display: flex;
|
|
25
13
|
align-items: center;
|
|
26
14
|
justify-content: space-between;
|
|
@@ -28,92 +16,50 @@
|
|
|
28
16
|
padding: 0 0 12px;
|
|
29
17
|
border: none;
|
|
30
18
|
}
|
|
31
|
-
[class$='-
|
|
32
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
|
|
33
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
|
|
34
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
19
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
35
20
|
width: 100%;
|
|
36
21
|
overflow-x: hidden;
|
|
37
22
|
border-radius: 0;
|
|
38
23
|
}
|
|
39
|
-
[class$='-
|
|
40
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container,
|
|
41
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container,
|
|
42
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
|
|
24
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
|
|
43
25
|
border-radius: 0;
|
|
44
26
|
}
|
|
45
|
-
[class$='-
|
|
46
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table,
|
|
47
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table,
|
|
48
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
|
|
27
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
|
|
49
28
|
border-radius: 0;
|
|
50
29
|
}
|
|
51
|
-
[class$='-
|
|
52
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
|
|
53
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child,
|
|
54
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
|
|
30
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
|
|
55
31
|
border-radius: 0;
|
|
56
32
|
}
|
|
57
|
-
[class$='-
|
|
58
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
59
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
60
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
33
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
61
34
|
border-radius: 0;
|
|
62
35
|
}
|
|
63
|
-
[class$='-
|
|
64
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
|
|
65
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td,
|
|
66
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
|
|
36
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
|
|
67
37
|
background-color: #f3fbf7;
|
|
68
38
|
}
|
|
69
|
-
[class$='-
|
|
70
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
|
|
71
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td,
|
|
72
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
39
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
73
40
|
background-color: #e6f6ef;
|
|
74
41
|
}
|
|
75
|
-
[class$='-
|
|
76
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
|
|
77
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td,
|
|
78
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
|
|
42
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
|
|
79
43
|
padding: 13.5px 16px;
|
|
80
44
|
line-height: 20px;
|
|
81
45
|
}
|
|
82
|
-
[class$='-
|
|
83
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
|
|
84
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th,
|
|
85
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
46
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
86
47
|
padding: 13.5px 16px;
|
|
87
48
|
line-height: 20px;
|
|
88
49
|
}
|
|
89
|
-
[class$='-
|
|
90
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer,
|
|
91
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer,
|
|
92
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
|
|
50
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
|
|
93
51
|
padding: 0;
|
|
94
52
|
}
|
|
95
|
-
[class$='-
|
|
96
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
|
|
97
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper,
|
|
98
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
|
|
53
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
|
|
99
54
|
padding: 0;
|
|
100
55
|
}
|
|
101
|
-
[class$='-
|
|
102
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer table,
|
|
103
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer table,
|
|
104
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
|
|
56
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
|
|
105
57
|
border: none;
|
|
106
58
|
}
|
|
107
|
-
[class$='-
|
|
108
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer .ant-table-body,
|
|
109
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body,
|
|
110
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
|
|
59
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
|
|
111
60
|
overflow-x: hidden;
|
|
112
61
|
}
|
|
113
|
-
[class$='-
|
|
114
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-footer td,
|
|
115
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-footer td,
|
|
116
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
|
|
62
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
|
|
117
63
|
padding: 12px 8px;
|
|
118
64
|
}
|
|
119
65
|
[class$='-basic-table-form-container'] {
|
|
@@ -269,7 +215,7 @@
|
|
|
269
215
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
270
216
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
271
217
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
272
|
-
bottom:
|
|
218
|
+
bottom: 48px;
|
|
273
219
|
}
|
|
274
220
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
275
221
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -293,7 +239,7 @@
|
|
|
293
239
|
bottom: 0;
|
|
294
240
|
z-index: 90;
|
|
295
241
|
margin: 0;
|
|
296
|
-
padding:
|
|
242
|
+
padding: 12px 0;
|
|
297
243
|
background-color: #ffffff;
|
|
298
244
|
}
|
|
299
245
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
@@ -314,5 +260,5 @@
|
|
|
314
260
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
315
261
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
316
262
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
317
|
-
padding-top:
|
|
263
|
+
padding-top: 4px;
|
|
318
264
|
}
|
|
@@ -4,10 +4,7 @@
|
|
|
4
4
|
@sb: ~'@{ns}-scroll-bar';
|
|
5
5
|
// vben表格
|
|
6
6
|
// 新增对sticky表格的样式类型
|
|
7
|
-
[class$='-
|
|
8
|
-
[class$='-basic-table-form-container'],
|
|
9
|
-
[class$='-basic-table ap-table--sticky'],
|
|
10
|
-
[class$='-basic-table-form-container ap-table--sticky'] {
|
|
7
|
+
[class$='ap-table--sticky'] {
|
|
11
8
|
width: 100%;
|
|
12
9
|
height: 100%;
|
|
13
10
|
|
|
@@ -167,7 +164,7 @@
|
|
|
167
164
|
|
|
168
165
|
&:has(ul.ant-pagination) {
|
|
169
166
|
.@{sb} {
|
|
170
|
-
bottom:
|
|
167
|
+
bottom: 48px;
|
|
171
168
|
}
|
|
172
169
|
}
|
|
173
170
|
|
|
@@ -176,13 +173,13 @@
|
|
|
176
173
|
bottom: 0;
|
|
177
174
|
z-index: 90;
|
|
178
175
|
margin: 0;
|
|
179
|
-
padding:
|
|
176
|
+
padding: 12px 0;
|
|
180
177
|
background-color: #ffffff;
|
|
181
178
|
}
|
|
182
179
|
|
|
183
180
|
&:has(.@{sb}) {
|
|
184
181
|
ul.ant-pagination {
|
|
185
|
-
padding-top:
|
|
182
|
+
padding-top: 4px;
|
|
186
183
|
}
|
|
187
184
|
}
|
|
188
185
|
}
|
|
@@ -1,50 +1,40 @@
|
|
|
1
|
-
.ant-alert {
|
|
2
|
-
align-items: flex-start;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 6px 12px;
|
|
5
|
-
border-radius: 4px;
|
|
6
|
-
}
|
|
7
1
|
.ant-alert .ant-alert-close-icon {
|
|
8
2
|
line-height: 18px;
|
|
9
3
|
}
|
|
10
4
|
.ant-alert .ant-alert-icon {
|
|
11
5
|
font-size: 16px;
|
|
12
|
-
transform: translateY(1px);
|
|
13
6
|
margin-inline-end: 8px;
|
|
14
7
|
}
|
|
15
8
|
.ant-alert .ant-alert-message {
|
|
16
9
|
color: #182948;
|
|
17
10
|
font-weight: normal !important;
|
|
18
11
|
font-size: 12px;
|
|
19
|
-
line-height:
|
|
12
|
+
line-height: 1.5;
|
|
20
13
|
}
|
|
21
14
|
.ant-alert .ant-alert-message .href {
|
|
22
15
|
color: #0070ff;
|
|
23
16
|
cursor: pointer;
|
|
24
17
|
}
|
|
25
|
-
.ant-alert
|
|
26
|
-
color: #182948;
|
|
27
|
-
font-weight: normal;
|
|
28
|
-
font-size: 12px;
|
|
29
|
-
line-height: 18px;
|
|
30
|
-
}
|
|
31
|
-
.ant-alert-with-description .ant-alert-message {
|
|
18
|
+
.ant-alert.ant-alert-with-description .ant-alert-message {
|
|
32
19
|
margin-bottom: 4px;
|
|
33
20
|
font-weight: bold !important;
|
|
34
21
|
}
|
|
35
|
-
.ant-alert-
|
|
22
|
+
.ant-alert .ant-alert-description {
|
|
23
|
+
color: #182948;
|
|
24
|
+
}
|
|
25
|
+
.ant-alert.ant-alert-warning {
|
|
36
26
|
background: rgba(255, 169, 64, 0.1);
|
|
37
27
|
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
38
28
|
}
|
|
39
|
-
.ant-alert-info {
|
|
29
|
+
.ant-alert.ant-alert-info {
|
|
40
30
|
background: rgba(0, 112, 255, 0.1);
|
|
41
31
|
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
42
32
|
}
|
|
43
|
-
.ant-alert-success {
|
|
33
|
+
.ant-alert.ant-alert-success {
|
|
44
34
|
background: rgba(46, 209, 163, 0.1);
|
|
45
35
|
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
46
36
|
}
|
|
47
|
-
.ant-alert-error {
|
|
37
|
+
.ant-alert.ant-alert-error {
|
|
48
38
|
background: rgba(255, 77, 79, 0.1);
|
|
49
39
|
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
50
40
|
}
|
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
.
|
|
2
|
-
align-items: flex-start;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 6px 12px;
|
|
5
|
-
border-radius: 4px;
|
|
1
|
+
@import '../../mixins/config.less';
|
|
6
2
|
|
|
3
|
+
.ant-alert {
|
|
7
4
|
.ant-alert-close-icon {
|
|
8
5
|
line-height: 18px;
|
|
9
6
|
}
|
|
10
7
|
|
|
11
8
|
.ant-alert-icon {
|
|
12
9
|
font-size: 16px;
|
|
13
|
-
|
|
14
|
-
margin-inline-end: 8px;
|
|
10
|
+
margin-inline-end: @spacing;
|
|
15
11
|
}
|
|
16
12
|
|
|
17
13
|
.ant-alert-message {
|
|
18
14
|
color: #182948;
|
|
19
15
|
font-weight: normal !important;
|
|
20
|
-
font-size:
|
|
21
|
-
line-height:
|
|
16
|
+
font-size: @font-size-base;
|
|
17
|
+
line-height: @line-height-base;
|
|
22
18
|
|
|
23
19
|
.href {
|
|
24
20
|
color: #0070ff;
|
|
@@ -26,37 +22,34 @@
|
|
|
26
22
|
}
|
|
27
23
|
}
|
|
28
24
|
|
|
25
|
+
&.ant-alert-with-description {
|
|
26
|
+
.ant-alert-message {
|
|
27
|
+
margin-bottom: @spacing-xs;
|
|
28
|
+
font-weight: bold !important;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
29
32
|
.ant-alert-description {
|
|
30
33
|
color: #182948;
|
|
31
|
-
font-weight: normal;
|
|
32
|
-
font-size: 12px;
|
|
33
|
-
line-height: 18px;
|
|
34
34
|
}
|
|
35
|
-
}
|
|
36
35
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
font-weight: bold !important;
|
|
36
|
+
&.ant-alert-warning {
|
|
37
|
+
background: rgba(255, 169, 64, 0.1);
|
|
38
|
+
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
41
39
|
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ant-alert-warning {
|
|
45
|
-
background: rgba(255, 169, 64, 0.1);
|
|
46
|
-
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
47
|
-
}
|
|
48
40
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
41
|
+
&.ant-alert-info {
|
|
42
|
+
background: rgba(0, 112, 255, 0.1);
|
|
43
|
+
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
44
|
+
}
|
|
53
45
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
46
|
+
&.ant-alert-success {
|
|
47
|
+
background: rgba(46, 209, 163, 0.1);
|
|
48
|
+
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
49
|
+
}
|
|
58
50
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
51
|
+
&.ant-alert-error {
|
|
52
|
+
background: rgba(255, 77, 79, 0.1);
|
|
53
|
+
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
54
|
+
}
|
|
62
55
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
.ant-btn {
|
|
2
2
|
box-shadow: none;
|
|
3
3
|
}
|
|
4
|
-
.ant-btn-primary[disabled],
|
|
5
|
-
.ant-btn-primary[disabled]:hover {
|
|
6
|
-
color: #ffffff
|
|
7
|
-
background: #cce2ff
|
|
8
|
-
border-color: #cce2ff
|
|
4
|
+
.ant-btn.ant-btn-primary[disabled],
|
|
5
|
+
.ant-btn.ant-btn-primary[disabled]:hover {
|
|
6
|
+
color: #ffffff;
|
|
7
|
+
background: #cce2ff;
|
|
8
|
+
border-color: #cce2ff;
|
|
9
9
|
}
|
|
10
|
-
.ant-btn-dangerous[disabled],
|
|
11
|
-
.ant-btn-dangerous[disabled]:hover {
|
|
12
|
-
color: #ffffff
|
|
13
|
-
background: #ffdbdc
|
|
14
|
-
border-color: #ffdbdc
|
|
10
|
+
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled],
|
|
11
|
+
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled]:hover {
|
|
12
|
+
color: #ffffff;
|
|
13
|
+
background: #ffdbdc;
|
|
14
|
+
border-color: #ffdbdc;
|
|
15
15
|
}
|
|
16
|
-
.ant-btn-default[disabled],
|
|
17
|
-
.ant-btn-default[disabled]:hover {
|
|
18
|
-
color: #abb7cc
|
|
19
|
-
background: #f9f9fa
|
|
20
|
-
border-color: #dee4ed
|
|
16
|
+
.ant-btn.ant-btn-default[disabled],
|
|
17
|
+
.ant-btn.ant-btn-default[disabled]:hover {
|
|
18
|
+
color: #abb7cc;
|
|
19
|
+
background: #f9f9fa;
|
|
20
|
+
border-color: #dee4ed;
|
|
21
21
|
}
|
|
22
|
-
.ant-btn-link[disabled],
|
|
23
|
-
.ant-btn-link[disabled]:hover,
|
|
24
|
-
.ant-btn-text[disabled],
|
|
25
|
-
.ant-btn-text[disabled]:hover {
|
|
26
|
-
color: #cce2ff
|
|
22
|
+
.ant-btn.ant-btn-link[disabled],
|
|
23
|
+
.ant-btn.ant-btn-link[disabled]:hover,
|
|
24
|
+
.ant-btn.ant-btn-text[disabled],
|
|
25
|
+
.ant-btn.ant-btn-text[disabled]:hover {
|
|
26
|
+
color: #cce2ff;
|
|
27
27
|
}
|