@aplus-frontend/ui 0.6.0-beta.0 → 0.6.0-beta.10
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/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/ap-form.vue2.mjs +57 -58
- package/es/src/ap-form/interface.d.ts +8 -0
- package/es/src/ap-form/item/index.vue.d.ts +1 -1
- package/es/src/ap-form/item/index.vue.mjs +33 -28
- package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
- package/es/src/ap-form/items/date/index.vue.mjs +8 -7
- package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
- package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/number/index.vue.mjs +9 -8
- package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
- package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/select/index.vue.mjs +7 -6
- package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/password.vue.mjs +1 -0
- package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
- package/es/src/ap-form/render/item.vue.d.ts +1 -1
- package/es/src/ap-form/render/item.vue.mjs +5 -4
- 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 +41 -37
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
- package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/es/src/ap-form/search-form/index.vue.mjs +91 -89
- 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 +95 -84
- package/es/src/ap-grid/editable/index.vue.mjs +90 -79
- 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 +171 -148
- package/es/src/ap-grid/interface.d.ts +3 -3
- 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-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 +136 -117
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +60 -48
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +86 -80
- 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/form-item.vue.mjs +1 -0
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/business/hooks/usePageListApGrid.mjs +3 -5
- package/es/src/check-card/group.vue.d.ts +1 -1
- package/es/src/check-card/index.vue2.mjs +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/design-token/index.mjs +9 -3
- package/es/src/editable-table/form-item.vue.d.ts +2 -14
- package/es/src/editable-table/form-item.vue.mjs +85 -77
- package/es/src/editable-table/index.vue.d.ts +2 -16
- package/es/src/editable-table/index.vue.mjs +86 -78
- package/es/src/editable-table/interface.d.ts +7 -0
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +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/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/interface.d.ts +8 -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/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/render/item.vue.d.ts +1 -1
- package/lib/src/ap-form/render/item.vue.js +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/components/popover-sorter/sortable-item.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 +3 -3
- 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-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/form-item.vue.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/check-card/group.vue.d.ts +1 -1
- package/lib/src/check-card/index.vue2.js +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/design-token/index.js +1 -1
- 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/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +4 -4
- package/theme/antd-global-overwrite/admin/index.css +14 -27
- package/theme/antd-global-overwrite/admin/index.less +1 -0
- package/theme/antd-global-overwrite/admin/modal.css +8 -24
- package/theme/antd-global-overwrite/admin/modal.less +9 -24
- package/theme/antd-global-overwrite/admin/table.css +3 -3
- package/theme/antd-global-overwrite/admin/table.less +3 -3
- 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/index.css +13 -20
- package/theme/antd-global-overwrite/aplus/index.less +1 -0
- package/theme/antd-global-overwrite/aplus/modal.css +7 -17
- package/theme/antd-global-overwrite/aplus/modal.less +8 -18
- package/theme/antd-global-overwrite/aplus/table.css +3 -3
- package/theme/antd-global-overwrite/aplus/table.less +3 -3
- 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 +24 -6
- package/theme/ap-action/item-dropdown.less +1 -1
- package/theme/ap-action/item.css +25 -7
- package/theme/ap-action/item.less +1 -1
- package/theme/ap-appendix/ap-appendix.css +28 -8
- package/theme/ap-appendix/ap-appendix.less +6 -4
- package/theme/ap-attachment/ap-attachment.css +28 -9
- package/theme/ap-attachment/ap-attachment.less +6 -6
- package/theme/ap-batch-action/ap-batch-action.css +28 -7
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-button/ap-button.css +22 -4
- package/theme/ap-card/ap-card.css +22 -4
- package/theme/ap-descriptions/ap-descriptions.css +27 -9
- package/theme/ap-descriptions/ap-descriptions.less +5 -5
- package/theme/ap-download/ap-download.css +29 -14
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +24 -6
- package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
- package/theme/ap-field/checkbox.css +23 -5
- package/theme/ap-field/checkbox.less +2 -1
- package/theme/ap-field/index.css +24 -6
- package/theme/ap-field/number.css +22 -4
- package/theme/ap-field/radio.css +23 -5
- package/theme/ap-field/radio.less +1 -1
- package/theme/ap-field/text-area.css +22 -4
- package/theme/ap-form/ap-form-item-group.css +22 -4
- package/theme/ap-form/ap-form-item.css +33 -10
- package/theme/ap-form/ap-form-item.less +17 -9
- package/theme/ap-form/drawer-form.css +22 -4
- package/theme/ap-form/index.css +61 -26
- package/theme/ap-form/item-text-group.css +22 -4
- package/theme/ap-form/item-text.css +22 -4
- package/theme/ap-form/modal-form.css +22 -4
- package/theme/ap-form/search-form-sorter.css +36 -17
- package/theme/ap-form/search-form-sorter.less +8 -7
- package/theme/ap-form/search-form.css +61 -26
- package/theme/ap-form/search-form.less +17 -6
- package/theme/ap-grid/editable.css +24 -6
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +117 -43
- package/theme/ap-grid/index.less +35 -11
- package/theme/ap-group-search/ap-extension-select.css +22 -4
- package/theme/ap-group-search/ap-group-search.css +22 -4
- package/theme/ap-group-search/ap-popover-select.css +22 -4
- package/theme/ap-image/ap-image.css +22 -4
- package/theme/ap-input-radio/ap-input-radio.css +22 -4
- package/theme/ap-label/ap-label.css +22 -4
- package/theme/ap-ladder/ap-ladder.css +26 -7
- package/theme/ap-ladder/ap-ladder.less +4 -3
- package/theme/ap-layout/ap-info-layout.css +22 -4
- package/theme/ap-list/index.css +23 -5
- package/theme/ap-list/index.less +2 -1
- package/theme/ap-product-info/ap-product-info.css +22 -4
- package/theme/ap-select-layout/ap-select-layout.css +30 -12
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-size-input/ap-size-input.css +22 -4
- package/theme/ap-status/ap-status.css +24 -7
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +25 -7
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +27 -9
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +22 -4
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +109 -55
- package/theme/ap-table/ap-table.less +11 -9
- package/theme/ap-table/setting/index.css +30 -13
- package/theme/ap-table/setting/modal.css +26 -9
- package/theme/ap-table/setting/modal.less +1 -2
- package/theme/ap-table/setting/select-group.css +24 -5
- package/theme/ap-table/setting/select-group.less +2 -1
- package/theme/ap-table/setting/sortable-item-meta.css +22 -4
- package/theme/ap-table/setting/sortable-item.css +22 -4
- package/theme/ap-table/setting/sorter.css +24 -7
- package/theme/ap-table-modal/index.css +109 -55
- package/theme/ap-tag/ap-tag-group.css +24 -6
- package/theme/ap-tag/ap-tag-group.less +4 -5
- package/theme/ap-tag/ap-tag.css +45 -18
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +29 -9
- package/theme/ap-title/ap-title.less +7 -5
- package/theme/ap-upload/index.css +30 -12
- package/theme/ap-upload/multiple-file.css +24 -6
- package/theme/ap-upload/multiple-file.less +2 -2
- package/theme/ap-upload/picture.css +26 -8
- package/theme/ap-upload/picture.less +4 -4
- package/theme/ap-upload/single-file.css +24 -6
- package/theme/ap-upload/single-file.less +2 -2
- package/theme/ap-upload/upload.css +22 -4
- package/theme/ap-upload-single/index.css +22 -4
- package/theme/ap-view/ap-view.css +26 -4
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/batch-input-group/index.css +25 -6
- package/theme/batch-input-group/popover-input.css +23 -4
- package/theme/batch-input-group/popover-input.less +1 -0
- package/theme/check-card/index.css +44 -26
- package/theme/check-card/index.less +17 -15
- package/theme/editable-table/index.css +77 -40
- package/theme/editable-table/index.less +9 -7
- package/theme/full-screen/index.css +22 -4
- package/theme/index.css +390 -182
- package/theme/index.less +1 -0
- package/theme/mask/index.css +22 -4
- package/theme/mixins/config.less +27 -5
- package/theme/mixins/mixins.css +22 -4
- package/theme/mixins/mixins.less +25 -0
- package/theme/scroll-bar/index.css +22 -4
- package/theme/scroll-view/index.css +22 -4
- package/theme/splitter/index.css +29 -11
- package/theme/text/group.css +22 -4
- package/theme/text/index.css +25 -7
- package/theme/ui-mode.css +94 -0
- package/theme/ui-mode.less +95 -0
- package/theme/work-order-modal/index.css +22 -4
- 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
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
6
|
-
font-size:
|
|
5
|
+
color: #182948;
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
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: '';
|
|
@@ -19,7 +37,7 @@
|
|
|
19
37
|
}
|
|
20
38
|
.common-style {
|
|
21
39
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
23
41
|
font-family: inherit;
|
|
24
42
|
}
|
|
25
43
|
.common-style::before,
|
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
6
|
-
font-size:
|
|
5
|
+
color: #182948;
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
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: '';
|
|
@@ -19,7 +37,7 @@
|
|
|
19
37
|
}
|
|
20
38
|
.common-style {
|
|
21
39
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
23
41
|
font-family: inherit;
|
|
24
42
|
}
|
|
25
43
|
.common-style::before,
|
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
6
|
-
font-size:
|
|
5
|
+
color: #182948;
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
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: '';
|
|
@@ -19,7 +37,7 @@
|
|
|
19
37
|
}
|
|
20
38
|
.common-style {
|
|
21
39
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
23
41
|
font-family: inherit;
|
|
24
42
|
}
|
|
25
43
|
.common-style::before,
|
|
@@ -45,10 +63,9 @@
|
|
|
45
63
|
box-sizing: border-box;
|
|
46
64
|
margin: 0;
|
|
47
65
|
padding: 0;
|
|
48
|
-
|
|
49
|
-
font-size: 14px;
|
|
66
|
+
font-size: 12px;
|
|
50
67
|
font-family: inherit;
|
|
51
|
-
line-height:
|
|
68
|
+
line-height: 1.5;
|
|
52
69
|
list-style: none;
|
|
53
70
|
font-weight: bold;
|
|
54
71
|
color: #182948;
|
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
6
|
-
font-size:
|
|
5
|
+
color: #182948;
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
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: '';
|
|
@@ -19,7 +37,7 @@
|
|
|
19
37
|
}
|
|
20
38
|
.common-style {
|
|
21
39
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
23
41
|
font-family: inherit;
|
|
24
42
|
}
|
|
25
43
|
.common-style::before,
|
|
@@ -30,12 +48,12 @@
|
|
|
30
48
|
display: inline-flex;
|
|
31
49
|
justify-content: center;
|
|
32
50
|
align-items: center;
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
51
|
+
width: 14px;
|
|
52
|
+
height: 14px;
|
|
35
53
|
color: #fff;
|
|
36
|
-
font-size:
|
|
37
|
-
line-height:
|
|
38
|
-
border-radius:
|
|
54
|
+
font-size: 10px;
|
|
55
|
+
line-height: 10px;
|
|
56
|
+
border-radius: 7px;
|
|
39
57
|
background-color: #979797;
|
|
40
58
|
}
|
|
41
59
|
.aplus-ap-column-setting-wrapper {
|
|
@@ -48,10 +66,10 @@
|
|
|
48
66
|
box-sizing: border-box;
|
|
49
67
|
margin: 0;
|
|
50
68
|
padding: 0;
|
|
51
|
-
color:
|
|
52
|
-
font-size:
|
|
69
|
+
color: #182948;
|
|
70
|
+
font-size: 12px;
|
|
53
71
|
font-family: inherit;
|
|
54
|
-
line-height:
|
|
72
|
+
line-height: 1.5;
|
|
55
73
|
list-style: none;
|
|
56
74
|
display: inline-block;
|
|
57
75
|
-webkit-line-clamp: unset;
|
|
@@ -81,8 +99,7 @@
|
|
|
81
99
|
}
|
|
82
100
|
.aplus-ap-column-setting-left__content {
|
|
83
101
|
flex: 1;
|
|
84
|
-
padding
|
|
85
|
-
padding-block: 16px;
|
|
102
|
+
padding: 12px;
|
|
86
103
|
overflow-y: auto;
|
|
87
104
|
}
|
|
88
105
|
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
@@ -101,8 +118,9 @@
|
|
|
101
118
|
background-color: #F2F6F9;
|
|
102
119
|
padding: 4px 12px;
|
|
103
120
|
border-radius: 4px;
|
|
104
|
-
margin-bottom:
|
|
121
|
+
margin-bottom: 12px;
|
|
105
122
|
margin-inline: -12px;
|
|
123
|
+
display: flex;
|
|
106
124
|
}
|
|
107
125
|
.aplus-sortable-item-meta {
|
|
108
126
|
padding: 6px 8px;
|
|
@@ -176,10 +194,9 @@
|
|
|
176
194
|
box-sizing: border-box;
|
|
177
195
|
margin: 0;
|
|
178
196
|
padding: 0;
|
|
179
|
-
|
|
180
|
-
font-size: 14px;
|
|
197
|
+
font-size: 12px;
|
|
181
198
|
font-family: inherit;
|
|
182
|
-
line-height:
|
|
199
|
+
line-height: 1.5;
|
|
183
200
|
list-style: none;
|
|
184
201
|
font-weight: bold;
|
|
185
202
|
color: #182948;
|
|
@@ -227,11 +244,14 @@
|
|
|
227
244
|
box-sizing: border-box;
|
|
228
245
|
border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
|
|
229
246
|
border-radius: 4px;
|
|
230
|
-
padding-inline:
|
|
247
|
+
padding-inline: 8px;
|
|
231
248
|
}
|
|
232
249
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
233
250
|
padding: 0;
|
|
234
251
|
}
|
|
252
|
+
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group) .ant-input-affix-wrapper {
|
|
253
|
+
padding-right: 8px;
|
|
254
|
+
}
|
|
235
255
|
.aplus-ap-form-item--bordered .ant-input {
|
|
236
256
|
padding: 0;
|
|
237
257
|
}
|
|
@@ -245,7 +265,7 @@
|
|
|
245
265
|
inset-inline-end: 0;
|
|
246
266
|
}
|
|
247
267
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
248
|
-
padding-left:
|
|
268
|
+
padding-left: 8px;
|
|
249
269
|
}
|
|
250
270
|
.aplus-ap-form-item--bordered .ant-select-selector {
|
|
251
271
|
border-width: 0 !important;
|
|
@@ -257,8 +277,11 @@
|
|
|
257
277
|
.aplus-ap-form-item--bordered:has(.ant-select) {
|
|
258
278
|
padding-right: 0px;
|
|
259
279
|
}
|
|
280
|
+
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
|
|
281
|
+
padding-right: 4px;
|
|
282
|
+
}
|
|
260
283
|
.aplus-ap-form-item--bordered .ant-form-item-label > label {
|
|
261
|
-
padding-right:
|
|
284
|
+
padding-right: 12px;
|
|
262
285
|
height: 30px;
|
|
263
286
|
}
|
|
264
287
|
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
|
|
@@ -283,8 +306,7 @@
|
|
|
283
306
|
}
|
|
284
307
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
285
308
|
font-size: 12px;
|
|
286
|
-
line-height:
|
|
287
|
-
margin-top: 2px;
|
|
309
|
+
line-height: 16px;
|
|
288
310
|
}
|
|
289
311
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
290
312
|
line-height: 22px;
|
|
@@ -296,7 +318,7 @@
|
|
|
296
318
|
width: 100%;
|
|
297
319
|
}
|
|
298
320
|
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
|
|
299
|
-
padding-inline:
|
|
321
|
+
padding-inline: 8px;
|
|
300
322
|
flex: 1;
|
|
301
323
|
}
|
|
302
324
|
.aplus-ap-form-drawer-form__resize-bar {
|
|
@@ -345,12 +367,12 @@
|
|
|
345
367
|
box-sizing: border-box;
|
|
346
368
|
margin: 0;
|
|
347
369
|
padding: 0;
|
|
348
|
-
color:
|
|
349
|
-
font-size:
|
|
370
|
+
color: #182948;
|
|
371
|
+
font-size: 12px;
|
|
350
372
|
font-family: inherit;
|
|
351
|
-
line-height:
|
|
373
|
+
line-height: 1.5;
|
|
352
374
|
list-style: none;
|
|
353
|
-
font-size:
|
|
375
|
+
font-size: 14px;
|
|
354
376
|
font-weight: 700;
|
|
355
377
|
display: inline-block;
|
|
356
378
|
padding-bottom: 4px;
|
|
@@ -359,10 +381,10 @@
|
|
|
359
381
|
box-sizing: border-box;
|
|
360
382
|
margin: 0;
|
|
361
383
|
padding: 0;
|
|
362
|
-
color:
|
|
363
|
-
font-size:
|
|
384
|
+
color: #182948;
|
|
385
|
+
font-size: 12px;
|
|
364
386
|
font-family: inherit;
|
|
365
|
-
line-height:
|
|
387
|
+
line-height: 1.5;
|
|
366
388
|
list-style: none;
|
|
367
389
|
color: #8896b0;
|
|
368
390
|
}
|
|
@@ -375,10 +397,10 @@
|
|
|
375
397
|
box-sizing: border-box;
|
|
376
398
|
margin: 0;
|
|
377
399
|
padding: 0;
|
|
378
|
-
color:
|
|
379
|
-
font-size:
|
|
400
|
+
color: #182948;
|
|
401
|
+
font-size: 12px;
|
|
380
402
|
font-family: inherit;
|
|
381
|
-
line-height:
|
|
403
|
+
line-height: 1.5;
|
|
382
404
|
list-style: none;
|
|
383
405
|
color: #0070ff;
|
|
384
406
|
}
|
|
@@ -401,6 +423,7 @@
|
|
|
401
423
|
padding: 8px;
|
|
402
424
|
display: flex;
|
|
403
425
|
align-items: center;
|
|
426
|
+
background-color: #fff;
|
|
404
427
|
}
|
|
405
428
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
406
429
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -416,10 +439,10 @@
|
|
|
416
439
|
box-sizing: border-box;
|
|
417
440
|
margin: 0;
|
|
418
441
|
padding: 0;
|
|
419
|
-
color:
|
|
420
|
-
font-size:
|
|
442
|
+
color: #182948;
|
|
443
|
+
font-size: 12px;
|
|
421
444
|
font-family: inherit;
|
|
422
|
-
line-height:
|
|
445
|
+
line-height: 1.5;
|
|
423
446
|
list-style: none;
|
|
424
447
|
padding-left: 4px;
|
|
425
448
|
max-width: 100%;
|
|
@@ -428,7 +451,7 @@
|
|
|
428
451
|
text-overflow: ellipsis;
|
|
429
452
|
}
|
|
430
453
|
.aplus-ap-form-search-form .ant-form-item {
|
|
431
|
-
margin-bottom:
|
|
454
|
+
margin-bottom: 8px;
|
|
432
455
|
}
|
|
433
456
|
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
|
|
434
457
|
display: flex;
|
|
@@ -437,7 +460,7 @@
|
|
|
437
460
|
width: 100%;
|
|
438
461
|
}
|
|
439
462
|
.aplus-ap-form-search-form__popover .ant-form-item {
|
|
440
|
-
margin-bottom:
|
|
463
|
+
margin-bottom: 8px;
|
|
441
464
|
}
|
|
442
465
|
.aplus-ap-form-search-form__popover .ant-popover-arrow {
|
|
443
466
|
display: none;
|
|
@@ -457,6 +480,17 @@
|
|
|
457
480
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
458
481
|
margin-left: 10px;
|
|
459
482
|
}
|
|
483
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
484
|
+
padding-inline: 16px;
|
|
485
|
+
}
|
|
486
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
487
|
+
font-size: 0px;
|
|
488
|
+
}
|
|
489
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
490
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
491
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
492
|
+
z-index: 1;
|
|
493
|
+
}
|
|
460
494
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
461
495
|
flex-shrink: 0;
|
|
462
496
|
}
|
|
@@ -483,7 +517,7 @@
|
|
|
483
517
|
padding-inline: 12px;
|
|
484
518
|
}
|
|
485
519
|
.aplus-ap-form-search-form-action-btn-reset {
|
|
486
|
-
background-color:
|
|
520
|
+
background-color: var(--basic-bg-color);
|
|
487
521
|
}
|
|
488
522
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
489
523
|
z-index: 1;
|
|
@@ -542,7 +576,7 @@
|
|
|
542
576
|
}
|
|
543
577
|
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
|
|
544
578
|
display: flex;
|
|
545
|
-
margin-block-end:
|
|
579
|
+
margin-block-end: 12px;
|
|
546
580
|
}
|
|
547
581
|
.aplus-field-number-label-left {
|
|
548
582
|
padding-right: 4px;
|
|
@@ -552,7 +586,7 @@
|
|
|
552
586
|
}
|
|
553
587
|
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
|
|
554
588
|
display: flex;
|
|
555
|
-
margin-block-end:
|
|
589
|
+
margin-block-end: 12px;
|
|
556
590
|
}
|
|
557
591
|
.aplus-field-text-area {
|
|
558
592
|
white-space: pre-wrap;
|
|
@@ -563,10 +597,10 @@
|
|
|
563
597
|
box-sizing: border-box;
|
|
564
598
|
margin: 0;
|
|
565
599
|
padding: 0;
|
|
566
|
-
color:
|
|
567
|
-
font-size:
|
|
600
|
+
color: #182948;
|
|
601
|
+
font-size: 12px;
|
|
568
602
|
font-family: inherit;
|
|
569
|
-
line-height:
|
|
603
|
+
line-height: 1.5;
|
|
570
604
|
list-style: none;
|
|
571
605
|
display: inline-block;
|
|
572
606
|
cursor: pointer;
|
|
@@ -608,8 +642,8 @@
|
|
|
608
642
|
}
|
|
609
643
|
.aplus-action-item-dropdown__icon {
|
|
610
644
|
color: #0070ff;
|
|
611
|
-
margin-left:
|
|
612
|
-
font-size:
|
|
645
|
+
margin-left: 2px;
|
|
646
|
+
font-size: 12px;
|
|
613
647
|
display: inline-flex;
|
|
614
648
|
}
|
|
615
649
|
.aplus-scroll-bar {
|
|
@@ -658,8 +692,26 @@
|
|
|
658
692
|
width: var(--aplus-scroll-bar-bar-width, 8px);
|
|
659
693
|
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
660
694
|
}
|
|
695
|
+
.aplus-ap-table ::-webkit-scrollbar {
|
|
696
|
+
width: 10px;
|
|
697
|
+
height: 10px;
|
|
698
|
+
}
|
|
699
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
700
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
701
|
+
background-clip: content-box;
|
|
702
|
+
border: 1px solid transparent;
|
|
703
|
+
border-radius: 4px;
|
|
704
|
+
}
|
|
705
|
+
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
706
|
+
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
707
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
708
|
+
}
|
|
709
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
710
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
711
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
712
|
+
}
|
|
661
713
|
.aplus-ap-table-wrapper {
|
|
662
|
-
padding:
|
|
714
|
+
padding: 8px 8px 12px;
|
|
663
715
|
background-color: #fff;
|
|
664
716
|
}
|
|
665
717
|
.aplus-ap-table-adaptive {
|
|
@@ -689,10 +741,11 @@
|
|
|
689
741
|
height: 100%;
|
|
690
742
|
}
|
|
691
743
|
.aplus-ap-table__search-wrapper {
|
|
692
|
-
padding:
|
|
744
|
+
padding: 8px;
|
|
693
745
|
padding-bottom: 0;
|
|
694
746
|
background-color: #fff;
|
|
695
747
|
margin-bottom: 10px;
|
|
748
|
+
border-radius: 4px;
|
|
696
749
|
}
|
|
697
750
|
.aplus-ap-table__table-wrapper {
|
|
698
751
|
flex: 1;
|
|
@@ -701,7 +754,8 @@
|
|
|
701
754
|
flex-direction: column;
|
|
702
755
|
}
|
|
703
756
|
.aplus-ap-table__table-wrapper-card {
|
|
704
|
-
padding:
|
|
757
|
+
padding: 8px 8px 12px;
|
|
758
|
+
border-radius: 4px;
|
|
705
759
|
background-color: #fff;
|
|
706
760
|
overflow: hidden;
|
|
707
761
|
}
|
|
@@ -718,16 +772,16 @@
|
|
|
718
772
|
background-color: #D8DDE5 !important;
|
|
719
773
|
}
|
|
720
774
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
721
|
-
padding: 12px
|
|
775
|
+
padding: 9px 12px;
|
|
722
776
|
}
|
|
723
777
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
724
|
-
padding: 12px
|
|
778
|
+
padding: 9px 12px;
|
|
725
779
|
}
|
|
726
780
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
727
|
-
padding: 9px
|
|
781
|
+
padding: 6px 9px;
|
|
728
782
|
}
|
|
729
783
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
730
|
-
padding: 9px
|
|
784
|
+
padding: 6px 9px;
|
|
731
785
|
}
|
|
732
786
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
733
787
|
border-inline-end-width: 0px !important;
|
|
@@ -763,7 +817,7 @@
|
|
|
763
817
|
color: var(--ap-table-pagination-total-color, #526A90);
|
|
764
818
|
}
|
|
765
819
|
.aplus-ap-table-header {
|
|
766
|
-
padding-bottom:
|
|
820
|
+
padding-bottom: 8px;
|
|
767
821
|
display: flex;
|
|
768
822
|
justify-content: space-between;
|
|
769
823
|
align-items: center;
|
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
6
|
-
font-size:
|
|
5
|
+
color: #182948;
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
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: '';
|
|
@@ -19,7 +37,7 @@
|
|
|
19
37
|
}
|
|
20
38
|
.common-style {
|
|
21
39
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
23
41
|
font-family: inherit;
|
|
24
42
|
}
|
|
25
43
|
.common-style::before,
|
|
@@ -35,9 +53,9 @@
|
|
|
35
53
|
}
|
|
36
54
|
.aplus-tag-group-ellipsis-text--admin {
|
|
37
55
|
font-size: 12px;
|
|
38
|
-
color: #
|
|
56
|
+
color: #333;
|
|
39
57
|
}
|
|
40
58
|
.aplus-tag-group-ellipsis-text--aplus {
|
|
41
59
|
font-size: 12px;
|
|
42
|
-
color: #
|
|
60
|
+
color: #182948;
|
|
43
61
|
}
|
|
@@ -6,17 +6,16 @@
|
|
|
6
6
|
flex-wrap: nowrap;
|
|
7
7
|
white-space: nowrap;
|
|
8
8
|
align-items: center;
|
|
9
|
-
|
|
10
9
|
&-ellipsis-text {
|
|
11
10
|
&--admin {
|
|
12
|
-
font-size:
|
|
11
|
+
font-size: @font-size-base;
|
|
13
12
|
// 链接色
|
|
14
|
-
color: #
|
|
13
|
+
color: #333;
|
|
15
14
|
}
|
|
16
15
|
&--aplus {
|
|
17
|
-
font-size:
|
|
16
|
+
font-size: @font-size-base;
|
|
18
17
|
// 链接色
|
|
19
|
-
color: #
|
|
18
|
+
color: #182948;
|
|
20
19
|
}
|
|
21
20
|
}
|
|
22
21
|
});
|
package/theme/ap-tag/ap-tag.css
CHANGED
|
@@ -2,12 +2,30 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
6
|
-
font-size:
|
|
5
|
+
color: #182948;
|
|
6
|
+
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
|
-
line-height:
|
|
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: '';
|
|
@@ -19,7 +37,7 @@
|
|
|
19
37
|
}
|
|
20
38
|
.common-style {
|
|
21
39
|
box-sizing: border-box;
|
|
22
|
-
font-size:
|
|
40
|
+
font-size: 12px;
|
|
23
41
|
font-family: inherit;
|
|
24
42
|
}
|
|
25
43
|
.common-style::before,
|
|
@@ -35,35 +53,44 @@
|
|
|
35
53
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
|
|
36
54
|
display: inline-block;
|
|
37
55
|
border-radius: 4px;
|
|
38
|
-
border: 1px solid var(--tag-main-color);
|
|
39
|
-
background-color: var(--tag-main-color-opacity);
|
|
40
56
|
box-sizing: border-box;
|
|
41
|
-
color: var(--tag-main-color);
|
|
42
57
|
}
|
|
43
58
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
44
|
-
padding:
|
|
45
|
-
line-height:
|
|
46
|
-
height: 28px;
|
|
59
|
+
padding: 6px;
|
|
60
|
+
line-height: 1.1 0.57142857;
|
|
47
61
|
font-size: 14px;
|
|
48
62
|
}
|
|
49
63
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
50
|
-
line-height:
|
|
51
|
-
padding:
|
|
52
|
-
height: 24px;
|
|
64
|
+
line-height: 1.5;
|
|
65
|
+
padding: 3px 6px;
|
|
53
66
|
font-size: 12px;
|
|
54
67
|
}
|
|
55
68
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
56
|
-
padding: 0
|
|
57
|
-
line-height:
|
|
58
|
-
height: 20px;
|
|
69
|
+
padding: 0 4px;
|
|
70
|
+
line-height: 1.5;
|
|
59
71
|
font-size: 12px;
|
|
60
72
|
}
|
|
61
|
-
.aplus-tag-wrapper
|
|
73
|
+
.aplus-tag-wrapper-purely > * {
|
|
74
|
+
background-color: var(--tag-main-color-background);
|
|
75
|
+
color: var(--ap-upload-single-color-main, #182948);
|
|
76
|
+
}
|
|
77
|
+
.aplus-tag-wrapper-border > * {
|
|
78
|
+
border: 1px solid var(--tag-main-color);
|
|
79
|
+
background-color: var(--tag-main-color-opacity);
|
|
80
|
+
color: var(--tag-main-color);
|
|
81
|
+
}
|
|
82
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
|
|
83
|
+
background-color: rgba(136, 150, 176, 0.15);
|
|
84
|
+
}
|
|
85
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
|
|
86
|
+
background-color: rgba(51, 51, 51, 0.15);
|
|
87
|
+
}
|
|
88
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
|
|
62
89
|
border: 1px solid #DEE4ED;
|
|
63
90
|
background-color: #526a900f;
|
|
64
91
|
color: #8896b0;
|
|
65
92
|
}
|
|
66
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
|
|
93
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
|
|
67
94
|
border: 1px solid #d9d9d9;
|
|
68
95
|
background-color: #9999990f;
|
|
69
96
|
color: #999;
|