@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,9 +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'; // 表格
|
|
9
6
|
@import './field.less'; // 输入类型控件
|
|
7
|
+
@import './tooltip.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: #8796b0;
|
|
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: #8796b0;
|
|
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 #E9EDF3;
|
|
42
19
|
}
|
|
43
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
|
|
44
|
-
padding-left: 0;
|
|
45
|
-
color: #182948;
|
|
46
|
-
font-weight: bold;
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
line-height: 24px;
|
|
49
|
-
}
|
|
50
20
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
51
|
-
padding: 20px !important;
|
|
52
|
-
}
|
|
53
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
54
|
-
padding: 0;
|
|
55
|
-
}
|
|
56
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
57
|
-
margin-bottom: 0 !important;
|
|
21
|
+
padding: 16px 20px !important;
|
|
58
22
|
}
|
|
59
23
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
|
|
60
24
|
padding: 20px 0 !important;
|
|
@@ -65,14 +29,10 @@
|
|
|
65
29
|
}
|
|
66
30
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
67
31
|
margin-top: 0;
|
|
68
|
-
padding: 0 20px
|
|
69
|
-
border-top: none;
|
|
70
|
-
}
|
|
71
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
72
|
-
min-width: 88px;
|
|
32
|
+
padding: 0 20px 12px;
|
|
73
33
|
}
|
|
74
|
-
.ant-modal-root .ant-modal
|
|
75
|
-
|
|
34
|
+
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer > button {
|
|
35
|
+
min-width: 72px;
|
|
76
36
|
}
|
|
77
37
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
78
38
|
margin-inline-end: 16px;
|
|
@@ -98,10 +58,10 @@
|
|
|
98
58
|
}
|
|
99
59
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
100
60
|
margin-top: 0;
|
|
101
|
-
padding-top:
|
|
61
|
+
padding-top: 12px;
|
|
102
62
|
}
|
|
103
63
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
104
|
-
min-width:
|
|
64
|
+
min-width: 72px;
|
|
105
65
|
}
|
|
106
66
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
107
67
|
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: rgb(135, 150, 176);
|
|
8
|
-
font-weight: normal;
|
|
9
|
-
background: transparent;
|
|
10
|
-
outline: none;
|
|
11
|
-
cursor: default;
|
|
12
7
|
|
|
13
8
|
&:hover {
|
|
14
|
-
color: rgb(135, 150, 176);
|
|
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,30 +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#E9EDF3;
|
|
50
|
-
|
|
51
|
-
.ant-modal-title {
|
|
52
|
-
& > span {
|
|
53
|
-
padding-left: 0;
|
|
54
|
-
color: #182948;
|
|
55
|
-
font-weight: bold;
|
|
56
|
-
font-size: 16px;
|
|
57
|
-
line-height: 24px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
24
|
}
|
|
61
25
|
|
|
62
26
|
.ant-modal-body {
|
|
63
|
-
padding: 20px !important;
|
|
64
|
-
|
|
65
|
-
& > .scrollbar {
|
|
66
|
-
padding: 0;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.scrollbar__wrap {
|
|
70
|
-
margin-bottom: 0 !important;
|
|
71
|
-
}
|
|
27
|
+
padding: 16px 20px !important;
|
|
72
28
|
|
|
73
29
|
&:has([class*='ap-modal-body-wrapper']) {
|
|
74
30
|
padding: 20px 0 !important;
|
|
@@ -82,11 +38,10 @@
|
|
|
82
38
|
|
|
83
39
|
.ant-modal-footer {
|
|
84
40
|
margin-top: 0;
|
|
85
|
-
padding: 0 20px
|
|
86
|
-
border-top: none;
|
|
41
|
+
padding: 0 20px 12px;
|
|
87
42
|
|
|
88
|
-
button {
|
|
89
|
-
min-width:
|
|
43
|
+
> button {
|
|
44
|
+
min-width: 72px;
|
|
90
45
|
}
|
|
91
46
|
}
|
|
92
47
|
}
|
|
@@ -95,9 +50,8 @@
|
|
|
95
50
|
.ant-modal-confirm {
|
|
96
51
|
.ant-modal-content {
|
|
97
52
|
.ant-modal-body {
|
|
98
|
-
padding: 32px 32px 28px !important;
|
|
99
|
-
|
|
100
53
|
.ant-modal-confirm-body {
|
|
54
|
+
// left icon
|
|
101
55
|
& > .anticon {
|
|
102
56
|
margin-inline-end: 16px;
|
|
103
57
|
font-size: 24px;
|
|
@@ -127,10 +81,10 @@
|
|
|
127
81
|
|
|
128
82
|
.ant-modal-confirm-btns {
|
|
129
83
|
margin-top: 0;
|
|
130
|
-
padding-top:
|
|
84
|
+
padding-top: 12px;
|
|
131
85
|
|
|
132
86
|
button {
|
|
133
|
-
min-width:
|
|
87
|
+
min-width: 72px;
|
|
134
88
|
}
|
|
135
89
|
}
|
|
136
90
|
}
|
|
@@ -1,18 +1,9 @@
|
|
|
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$='-
|
|
10
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
11
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
12
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
13
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
14
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title,
|
|
15
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title {
|
|
5
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
6
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title {
|
|
16
7
|
display: flex;
|
|
17
8
|
align-items: center;
|
|
18
9
|
justify-content: space-between;
|
|
@@ -20,24 +11,15 @@
|
|
|
20
11
|
padding: 0 0 10px;
|
|
21
12
|
border: none;
|
|
22
13
|
}
|
|
23
|
-
[class$='-
|
|
24
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table,
|
|
25
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table,
|
|
26
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
14
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
27
15
|
width: 100%;
|
|
28
16
|
overflow-x: hidden;
|
|
29
17
|
border-radius: 0;
|
|
30
18
|
}
|
|
31
|
-
[class$='-
|
|
32
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
33
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
34
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
19
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
35
20
|
border-radius: 0;
|
|
36
21
|
}
|
|
37
|
-
[class$='-
|
|
38
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th,
|
|
39
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th,
|
|
40
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th {
|
|
22
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th {
|
|
41
23
|
color: #182948;
|
|
42
24
|
font-weight: 700;
|
|
43
25
|
font-size: 14px;
|
|
@@ -46,30 +28,18 @@
|
|
|
46
28
|
text-transform: none;
|
|
47
29
|
background: #f2f6f9;
|
|
48
30
|
}
|
|
49
|
-
[class$='-
|
|
50
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before,
|
|
51
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before,
|
|
52
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before {
|
|
31
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header .ant-table-thead > tr > th::before {
|
|
53
32
|
display: none;
|
|
54
33
|
width: 0;
|
|
55
34
|
visibility: hidden;
|
|
56
35
|
}
|
|
57
|
-
[class$='-
|
|
58
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover,
|
|
59
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover,
|
|
60
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover {
|
|
36
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover {
|
|
61
37
|
background: #f6f9fa;
|
|
62
38
|
}
|
|
63
|
-
[class$='-
|
|
64
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
65
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
66
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td {
|
|
39
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row:hover > td {
|
|
67
40
|
background: #f6f9fa;
|
|
68
41
|
}
|
|
69
|
-
[class$='-
|
|
70
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td,
|
|
71
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td,
|
|
72
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td {
|
|
42
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-body .ant-table-tbody > tr.ant-table-row > td {
|
|
73
43
|
color: #182948;
|
|
74
44
|
font-weight: 400;
|
|
75
45
|
font-size: 14px;
|
|
@@ -78,45 +48,27 @@
|
|
|
78
48
|
text-transform: none;
|
|
79
49
|
transition: unset;
|
|
80
50
|
}
|
|
81
|
-
[class$='-
|
|
82
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th,
|
|
83
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th,
|
|
84
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
51
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-thead tr > th {
|
|
85
52
|
padding: 12px 16px;
|
|
86
53
|
line-height: 22px;
|
|
87
54
|
}
|
|
88
|
-
[class$='-
|
|
89
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
90
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
91
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
55
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
92
56
|
border-top: 1px solid;
|
|
93
57
|
border-top-color: transparent;
|
|
94
58
|
}
|
|
95
|
-
[class$='-
|
|
96
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
97
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
98
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
59
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
99
60
|
padding: 12px 16px;
|
|
100
61
|
line-height: 22px;
|
|
101
62
|
}
|
|
102
|
-
[class$='-
|
|
103
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th,
|
|
104
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th,
|
|
105
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th {
|
|
63
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-thead tr > th {
|
|
106
64
|
padding: 10.5px 16px;
|
|
107
65
|
line-height: 18px;
|
|
108
66
|
}
|
|
109
|
-
[class$='-
|
|
110
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
111
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td,
|
|
112
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
67
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr.ant-table-measure-row + tr > td {
|
|
113
68
|
border-top: 1px solid;
|
|
114
69
|
border-top-color: transparent;
|
|
115
70
|
}
|
|
116
|
-
[class$='-
|
|
117
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
118
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell,
|
|
119
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
71
|
+
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small .ant-table-container .ant-table-tbody tr > .ant-table-cell {
|
|
120
72
|
padding: 10.5px 16px;
|
|
121
73
|
line-height: 18px;
|
|
122
74
|
}
|
|
@@ -254,7 +206,7 @@
|
|
|
254
206
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
255
207
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
256
208
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
257
|
-
bottom:
|
|
209
|
+
bottom: 48px;
|
|
258
210
|
}
|
|
259
211
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
260
212
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -278,7 +230,7 @@
|
|
|
278
230
|
bottom: 0;
|
|
279
231
|
z-index: 90;
|
|
280
232
|
margin: 0;
|
|
281
|
-
padding:
|
|
233
|
+
padding: 12px 0;
|
|
282
234
|
background-color: #ffffff;
|
|
283
235
|
}
|
|
284
236
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
@@ -299,5 +251,5 @@
|
|
|
299
251
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
300
252
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
301
253
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
302
|
-
padding-top:
|
|
254
|
+
padding-top: 4px;
|
|
303
255
|
}
|
|
@@ -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
|
|
|
@@ -168,7 +165,7 @@
|
|
|
168
165
|
|
|
169
166
|
&:has(ul.ant-pagination) {
|
|
170
167
|
.@{sb} {
|
|
171
|
-
bottom:
|
|
168
|
+
bottom: 48px;
|
|
172
169
|
}
|
|
173
170
|
}
|
|
174
171
|
|
|
@@ -177,13 +174,13 @@
|
|
|
177
174
|
bottom: 0;
|
|
178
175
|
z-index: 90;
|
|
179
176
|
margin: 0;
|
|
180
|
-
padding:
|
|
177
|
+
padding: 12px 0;
|
|
181
178
|
background-color: #ffffff;
|
|
182
179
|
}
|
|
183
180
|
|
|
184
181
|
&:has(.@{sb}) {
|
|
185
182
|
ul.ant-pagination {
|
|
186
|
-
padding-top:
|
|
183
|
+
padding-top: 4px;
|
|
187
184
|
}
|
|
188
185
|
}
|
|
189
186
|
}
|
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
19
|
+
border-radius: 4px;
|
|
20
|
+
}
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
22
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
24
|
+
}
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
28
|
+
}
|
|
11
29
|
.clear-fix::before {
|
|
12
30
|
display: table;
|
|
13
31
|
content: '';
|
package/theme/ap-action/item.css
CHANGED
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
19
|
+
border-radius: 4px;
|
|
20
|
+
}
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
22
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
24
|
+
}
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
28
|
+
}
|
|
11
29
|
.clear-fix::before {
|
|
12
30
|
display: table;
|
|
13
31
|
content: '';
|
|
@@ -30,7 +48,7 @@
|
|
|
30
48
|
box-sizing: border-box;
|
|
31
49
|
margin: 0;
|
|
32
50
|
padding: 0;
|
|
33
|
-
color:
|
|
51
|
+
color: #182948;
|
|
34
52
|
font-size: 12px;
|
|
35
53
|
font-family: inherit;
|
|
36
54
|
line-height: 1.5;
|
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
9
9
|
list-style: none;
|
|
10
10
|
}
|
|
11
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
12
|
+
width: 10px;
|
|
13
|
+
height: 10px;
|
|
14
|
+
}
|
|
15
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
16
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
17
|
+
background-clip: content-box;
|
|
18
|
+
border: 1px solid transparent;
|
|
19
|
+
border-radius: 4px;
|
|
20
|
+
}
|
|
21
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
22
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
23
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
24
|
+
}
|
|
25
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
26
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
27
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
28
|
+
}
|
|
11
29
|
.clear-fix::before {
|
|
12
30
|
display: table;
|
|
13
31
|
content: '';
|
|
@@ -38,11 +56,11 @@
|
|
|
38
56
|
height: min-content;
|
|
39
57
|
}
|
|
40
58
|
.aplus-ap-appendix__file-area {
|
|
41
|
-
margin-top:
|
|
59
|
+
margin-top: 12px;
|
|
42
60
|
}
|
|
43
61
|
.aplus-ap-appendix__file-area--border {
|
|
44
62
|
border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
|
|
45
|
-
padding:
|
|
63
|
+
padding: 12px;
|
|
46
64
|
border-radius: 4px;
|
|
47
65
|
}
|
|
48
66
|
.aplus-ap-appendix__file-area-content {
|
|
@@ -76,10 +94,12 @@
|
|
|
76
94
|
overflow: hidden;
|
|
77
95
|
width: -moz-max-content;
|
|
78
96
|
width: max-content;
|
|
97
|
+
display: flex;
|
|
98
|
+
align-items: center;
|
|
79
99
|
}
|
|
80
100
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
81
|
-
font-size:
|
|
82
|
-
line-height:
|
|
101
|
+
font-size: 12px;
|
|
102
|
+
line-height: 1.5;
|
|
83
103
|
color: var(--ap-appendix-area-color-font, #182948);
|
|
84
104
|
transition: color 0.2s;
|
|
85
105
|
}
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
height: min-content;
|
|
13
13
|
}
|
|
14
14
|
&__file-area {
|
|
15
|
-
margin-top:
|
|
15
|
+
margin-top: 12px;
|
|
16
16
|
&--border{
|
|
17
17
|
border: 1px dashed var(--ap-appendix-area-color-border,#DEE4ED);
|
|
18
|
-
padding:
|
|
18
|
+
padding: 12px;
|
|
19
19
|
border-radius: 4px;
|
|
20
20
|
}
|
|
21
21
|
&-content {
|
|
@@ -43,9 +43,11 @@
|
|
|
43
43
|
min-width: 0;
|
|
44
44
|
overflow: hidden;
|
|
45
45
|
width: max-content;
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
46
48
|
.ant-typography{
|
|
47
|
-
font-size:
|
|
48
|
-
line-height:
|
|
49
|
+
font-size: @font-size-base;
|
|
50
|
+
line-height: @line-height-base;
|
|
49
51
|
color: var(--ap-appendix-area-color-font,#182948);
|
|
50
52
|
transition: color 0.2s;
|
|
51
53
|
}
|