@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
package/theme/index.css
CHANGED
|
@@ -1,13 +1,133 @@
|
|
|
1
|
+
[data-aplus-ui-mode='aplus'] {
|
|
2
|
+
--ap-form-bordered-border-color-base: #dee4ed;
|
|
3
|
+
--ap-form-bordered-border-color-hover: #66a9ff;
|
|
4
|
+
--ap-form-bordered-border-color-active: #66a9ff;
|
|
5
|
+
--ap-form-bordered-shadow-color: rgba(5, 155, 255, 0.1);
|
|
6
|
+
--ap-action-color-primary-base: #0070ff;
|
|
7
|
+
--ap-action-color-primary-hover: #66a9ff;
|
|
8
|
+
--ap-action-color-success: #2ed1a3;
|
|
9
|
+
--ap-action-color-error: #ff4d4f;
|
|
10
|
+
--ap-action-color-warn: #ffa940;
|
|
11
|
+
--check-card-outline-color: #e9edf3;
|
|
12
|
+
--check-card-hover-outline-color: #0070ff;
|
|
13
|
+
--check-card-checked-outline-color: #0070ff;
|
|
14
|
+
--check-card-checked-bg: #0070ff;
|
|
15
|
+
--ap-table-header-bg: #f2f6f9;
|
|
16
|
+
--ap-table-pagination-total-color: #526a90;
|
|
17
|
+
--ap-table-pagination-total-count-color: #182948;
|
|
18
|
+
--ap-table-setting-button-color: #8896b0;
|
|
19
|
+
--ap-batch-action-color-font: #8896b0;
|
|
20
|
+
--ap-batch-action-color-active: #0070ff;
|
|
21
|
+
--ap-batch-action-color-border: #e9edf3;
|
|
22
|
+
--basic-color-primary: #0070ff;
|
|
23
|
+
--basic-scrollbar-thumb-color-base: #c8d1de;
|
|
24
|
+
--basic-scrollbar-thumb-color-hover: #959ca7;
|
|
25
|
+
--ap-descriptions-item-padding-bottom: 16px;
|
|
26
|
+
--ap-descriptions-item-label-width: auto;
|
|
27
|
+
--ap-descriptions-last-row-item-padding-bottom: 0px;
|
|
28
|
+
--ap-appendix-area-color-border: #dee4ed;
|
|
29
|
+
--ap-appendix-area-color-font: #182948;
|
|
30
|
+
--ap-appendix-area-color-font-hover: #0070ff;
|
|
31
|
+
--ap-appendix-area-color-font-disabled: #abb7cc;
|
|
32
|
+
--ap-appendix-area-color-icon: #abb7cc;
|
|
33
|
+
--ap-upload-single-color-main: #182948;
|
|
34
|
+
--ap-upload-single-color-sub: #abb7cc;
|
|
35
|
+
--ap-upload-single-color-border: #dee4ed;
|
|
36
|
+
--ap-upload-single-color-primary: #0070ff;
|
|
37
|
+
--batch-input-group-trigger-color: #526a90;
|
|
38
|
+
--batch-input-group-trigger-color-disabled: rgba(24, 41, 72, 0.25);
|
|
39
|
+
--ap-text-label-color: #8896b0;
|
|
40
|
+
--ap-text-content-color-major: #182948;
|
|
41
|
+
--ap-text-content-color-minor: #8896b0;
|
|
42
|
+
--ap-view-icon-color: #8896b0;
|
|
43
|
+
--ap-view-bg-color: #f6f9fa;
|
|
44
|
+
--ap-view-message-color: #abb7cc;
|
|
45
|
+
--ap-view-border-color: #dee4ed;
|
|
46
|
+
--basic-bg-color: #e9edf3;
|
|
47
|
+
--ap-radio-group-item-font-color: #526a90;
|
|
48
|
+
--ap-radio-group-item-bg-color: #f3f5f8;
|
|
49
|
+
--ap-radio-group-item-active-font-color: #0070ff;
|
|
50
|
+
--ap-radio-group-item-active-bg-color: rgba(0, 112, 255, 0.12);
|
|
51
|
+
}
|
|
52
|
+
[data-aplus-ui-mode='admin'] {
|
|
53
|
+
--ap-form-bordered-border-color-base: #d9d9d9;
|
|
54
|
+
--ap-form-bordered-border-color-hover: #85d4b0;
|
|
55
|
+
--ap-form-bordered-border-color-active: #85d4b0;
|
|
56
|
+
--ap-form-bordered-shadow-color: rgba(11, 166, 66, 0.09);
|
|
57
|
+
--ap-action-color-primary-base: #1890ff;
|
|
58
|
+
--ap-action-color-primary-hover: #5eb1ff;
|
|
59
|
+
--ap-action-color-success: #52c41a;
|
|
60
|
+
--ap-action-color-error: #ff4d4f;
|
|
61
|
+
--ap-action-color-warn: #faad14;
|
|
62
|
+
--check-card-outline-color: #d9d9d9;
|
|
63
|
+
--check-card-hover-outline-color: #34b77c;
|
|
64
|
+
--check-card-checked-outline-color: #34b77c;
|
|
65
|
+
--check-card-checked-bg: #34b77c;
|
|
66
|
+
--ap-table-header-bg: #f7f7f7;
|
|
67
|
+
--ap-table-pagination-total-color: #666666;
|
|
68
|
+
--ap-table-pagination-total-count-color: #333333;
|
|
69
|
+
--ap-table-setting-button-color: #999999;
|
|
70
|
+
--ap-batch-action-color-font: #999999;
|
|
71
|
+
--ap-batch-action-color-active: #34b77c;
|
|
72
|
+
--ap-batch-action-color-border: #e9e9e9;
|
|
73
|
+
--basic-color-primary: #34b77c;
|
|
74
|
+
--basic-scrollbar-thumb-color-base: #bfbfbf;
|
|
75
|
+
--basic-scrollbar-thumb-color-hover: #787878;
|
|
76
|
+
--ap-descriptions-item-padding-bottom: 16px;
|
|
77
|
+
--ap-descriptions-item-label-width: auto;
|
|
78
|
+
--ap-descriptions-last-row-item-padding-bottom: 0px;
|
|
79
|
+
--ap-appendix-area-color-border: #d9d9d9;
|
|
80
|
+
--ap-appendix-area-color-font: #333333;
|
|
81
|
+
--ap-appendix-area-color-font-hover: #1890ff;
|
|
82
|
+
--ap-appendix-area-color-font-disabled: #bfbfbf;
|
|
83
|
+
--ap-appendix-area-color-icon: #bfbfbf;
|
|
84
|
+
--ap-upload-single-color-main: #333333;
|
|
85
|
+
--ap-upload-single-color-sub: #bfbfbf;
|
|
86
|
+
--ap-upload-single-color-border: #d9d9d9;
|
|
87
|
+
--ap-upload-single-color-primary: #34b77c;
|
|
88
|
+
--batch-input-group-trigger-color: #999999;
|
|
89
|
+
--batch-input-group-trigger-color-disabled: rgba(0, 0, 0, 0.25);
|
|
90
|
+
--ap-text-label-color: #999999;
|
|
91
|
+
--ap-text-content-color-major: #333333;
|
|
92
|
+
--ap-text-content-color-minor: #999999;
|
|
93
|
+
--ap-view-icon-color: #999999;
|
|
94
|
+
--ap-view-bg-color: #fafafa;
|
|
95
|
+
--ap-view-message-color: #bfbfbf;
|
|
96
|
+
--ap-view-border-color: #d9d9d9;
|
|
97
|
+
--basic-bg-color: #e9e9e9;
|
|
98
|
+
--ap-radio-group-item-font-color: #666666;
|
|
99
|
+
--ap-radio-group-item-bg-color: #f5f5f5;
|
|
100
|
+
--ap-radio-group-item-active-font-color: #34b77c;
|
|
101
|
+
--ap-radio-group-item-active-bg-color: rgba(52, 183, 124, 0.12);
|
|
102
|
+
}
|
|
1
103
|
.reset-component {
|
|
2
104
|
box-sizing: border-box;
|
|
3
105
|
margin: 0;
|
|
4
106
|
padding: 0;
|
|
5
|
-
color:
|
|
107
|
+
color: #182948;
|
|
6
108
|
font-size: 12px;
|
|
7
109
|
font-family: inherit;
|
|
8
110
|
line-height: 1.5;
|
|
9
111
|
list-style: none;
|
|
10
112
|
}
|
|
113
|
+
.reset-scrollbar ::-webkit-scrollbar {
|
|
114
|
+
width: 10px;
|
|
115
|
+
height: 10px;
|
|
116
|
+
}
|
|
117
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb {
|
|
118
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
119
|
+
background-clip: content-box;
|
|
120
|
+
border: 1px solid transparent;
|
|
121
|
+
border-radius: 4px;
|
|
122
|
+
}
|
|
123
|
+
.reset-scrollbar ::-webkit-scrollbar-track,
|
|
124
|
+
.reset-scrollbar ::-webkit-scrollbar-corner {
|
|
125
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
126
|
+
}
|
|
127
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
|
|
128
|
+
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
|
|
129
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
130
|
+
}
|
|
11
131
|
.clear-fix::before {
|
|
12
132
|
display: table;
|
|
13
133
|
content: '';
|
|
@@ -30,7 +150,7 @@
|
|
|
30
150
|
box-sizing: border-box;
|
|
31
151
|
margin: 0;
|
|
32
152
|
padding: 0;
|
|
33
|
-
color:
|
|
153
|
+
color: #182948;
|
|
34
154
|
font-size: 12px;
|
|
35
155
|
font-family: inherit;
|
|
36
156
|
line-height: 1.5;
|
|
@@ -104,7 +224,7 @@
|
|
|
104
224
|
white-space: nowrap;
|
|
105
225
|
overflow: hidden;
|
|
106
226
|
text-overflow: ellipsis;
|
|
107
|
-
font-size:
|
|
227
|
+
font-size: 12px;
|
|
108
228
|
cursor: pointer;
|
|
109
229
|
color: var(--download-main-color);
|
|
110
230
|
}
|
|
@@ -113,7 +233,8 @@
|
|
|
113
233
|
}
|
|
114
234
|
.aplus-ap-attachment__more {
|
|
115
235
|
display: inline-block;
|
|
116
|
-
font-size:
|
|
236
|
+
font-size: 12px;
|
|
237
|
+
line-height: 1.5;
|
|
117
238
|
cursor: pointer;
|
|
118
239
|
color: var(--download-main-color);
|
|
119
240
|
}
|
|
@@ -130,8 +251,8 @@
|
|
|
130
251
|
.aplus-ap-attachment__file-item {
|
|
131
252
|
flex: 1;
|
|
132
253
|
word-wrap: break-word;
|
|
133
|
-
margin-bottom:
|
|
134
|
-
font-size:
|
|
254
|
+
margin-bottom: 12px;
|
|
255
|
+
font-size: 12px;
|
|
135
256
|
color: #000;
|
|
136
257
|
cursor: pointer;
|
|
137
258
|
}
|
|
@@ -139,7 +260,7 @@
|
|
|
139
260
|
color: var(--download-main-color);
|
|
140
261
|
}
|
|
141
262
|
.aplus-ap-attachment__down-load-all {
|
|
142
|
-
font-size:
|
|
263
|
+
font-size: 12px;
|
|
143
264
|
color: var(--download-main-color);
|
|
144
265
|
cursor: pointer;
|
|
145
266
|
margin-bottom: 0;
|
|
@@ -162,13 +283,16 @@
|
|
|
162
283
|
flex-shrink: 0;
|
|
163
284
|
}
|
|
164
285
|
.aplus-ap-batch-action-body .selected-desc-conut {
|
|
165
|
-
|
|
286
|
+
display: flex;
|
|
287
|
+
align-items: center;
|
|
288
|
+
font-size: 12px;
|
|
166
289
|
color: var(--ap-batch-action-color-font, #8896b0);
|
|
167
290
|
}
|
|
168
291
|
.aplus-ap-batch-action-body .selected-desc-conut span {
|
|
169
292
|
color: var(--ap-batch-action-color-active, #0070ff);
|
|
170
293
|
font-weight: bold;
|
|
171
294
|
min-width: 10px;
|
|
295
|
+
text-align: center;
|
|
172
296
|
display: inline-block;
|
|
173
297
|
}
|
|
174
298
|
.aplus-ap-batch-action-body .selected-desc-clean {
|
|
@@ -179,8 +303,8 @@
|
|
|
179
303
|
}
|
|
180
304
|
.aplus-ap-batch-action-header {
|
|
181
305
|
width: 100%;
|
|
182
|
-
padding-bottom:
|
|
183
|
-
margin-bottom:
|
|
306
|
+
padding-bottom: 8px;
|
|
307
|
+
margin-bottom: 8px;
|
|
184
308
|
border-bottom: 1px solid var(--ap-batch-action-color-border, #E9EDF3);
|
|
185
309
|
}
|
|
186
310
|
.aplus-ap-action-button-border-link:not(:disabled):hover,
|
|
@@ -216,7 +340,7 @@
|
|
|
216
340
|
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
|
|
217
341
|
}
|
|
218
342
|
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
219
|
-
margin-inline: 4px
|
|
343
|
+
margin-inline: 4px 12px;
|
|
220
344
|
}
|
|
221
345
|
.aplus-ap-descriptions-item__ellipsis .ant-descriptions-item-label {
|
|
222
346
|
flex-shrink: 0;
|
|
@@ -243,9 +367,9 @@
|
|
|
243
367
|
color: #999999;
|
|
244
368
|
}
|
|
245
369
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
370
|
+
font-size: 14px;
|
|
246
371
|
margin-left: 4px;
|
|
247
|
-
color: #
|
|
248
|
-
font-size: 16px;
|
|
372
|
+
color: #999999;
|
|
249
373
|
}
|
|
250
374
|
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
|
|
251
375
|
color: #333333;
|
|
@@ -260,9 +384,9 @@
|
|
|
260
384
|
color: #8896B0;
|
|
261
385
|
}
|
|
262
386
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
387
|
+
font-size: 14px;
|
|
263
388
|
margin-left: 4px;
|
|
264
|
-
color: #
|
|
265
|
-
font-size: 16px;
|
|
389
|
+
color: #8896B0;
|
|
266
390
|
}
|
|
267
391
|
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
|
|
268
392
|
color: #182948;
|
|
@@ -287,7 +411,7 @@
|
|
|
287
411
|
}
|
|
288
412
|
.aplus-ap-download-inner-wrapper .icon {
|
|
289
413
|
position: relative;
|
|
290
|
-
font-size:
|
|
414
|
+
font-size: 16px;
|
|
291
415
|
margin-right: 5px;
|
|
292
416
|
}
|
|
293
417
|
.aplus-ap-download-inner-wrapper .text {
|
|
@@ -297,19 +421,16 @@
|
|
|
297
421
|
color: var(--download-main-color-opacity);
|
|
298
422
|
}
|
|
299
423
|
.aplus-ap-download-inner-wrapper--large {
|
|
300
|
-
line-height:
|
|
301
|
-
|
|
302
|
-
font-size: 16px;
|
|
424
|
+
line-height: 1.1 0.57142857;
|
|
425
|
+
font-size: 14px;
|
|
303
426
|
}
|
|
304
427
|
.aplus-ap-download-inner-wrapper--middle {
|
|
305
|
-
line-height:
|
|
306
|
-
|
|
307
|
-
font-size: 14px;
|
|
428
|
+
line-height: 1.5;
|
|
429
|
+
font-size: 12px;
|
|
308
430
|
}
|
|
309
431
|
.aplus-ap-download-inner-wrapper--small {
|
|
310
|
-
line-height:
|
|
311
|
-
|
|
312
|
-
font-size: 12px;
|
|
432
|
+
line-height: 1.6;
|
|
433
|
+
font-size: 10px;
|
|
313
434
|
}
|
|
314
435
|
.aplus-ap-download-inner-wrapper--disabled {
|
|
315
436
|
color: #8896b0;
|
|
@@ -365,8 +486,8 @@
|
|
|
365
486
|
line-height: 18px;
|
|
366
487
|
}
|
|
367
488
|
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
368
|
-
font-size:
|
|
369
|
-
|
|
489
|
+
font-size: 14px;
|
|
490
|
+
display: block;
|
|
370
491
|
}
|
|
371
492
|
.aplus-ap-expand-alert--aplus .card-alert {
|
|
372
493
|
background-color: transparent !important;
|
|
@@ -416,6 +537,9 @@
|
|
|
416
537
|
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
|
|
417
538
|
padding: 0;
|
|
418
539
|
}
|
|
540
|
+
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
|
|
541
|
+
padding-right: 8px;
|
|
542
|
+
}
|
|
419
543
|
.aplus-ap-form-item--bordered .ant-input {
|
|
420
544
|
padding: 0;
|
|
421
545
|
}
|
|
@@ -429,7 +553,7 @@
|
|
|
429
553
|
inset-inline-end: 0;
|
|
430
554
|
}
|
|
431
555
|
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
|
|
432
|
-
padding-left:
|
|
556
|
+
padding-left: 8px;
|
|
433
557
|
}
|
|
434
558
|
.aplus-ap-form-item--bordered .ant-select-selector {
|
|
435
559
|
border-width: 0 !important;
|
|
@@ -469,8 +593,8 @@
|
|
|
469
593
|
box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
|
|
470
594
|
}
|
|
471
595
|
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
|
|
472
|
-
font-size:
|
|
473
|
-
line-height:
|
|
596
|
+
font-size: 12px;
|
|
597
|
+
line-height: 16px;
|
|
474
598
|
}
|
|
475
599
|
.aplus-ap-form-item .ant-col .ant-form-item-extra {
|
|
476
600
|
line-height: 22px;
|
|
@@ -482,7 +606,7 @@
|
|
|
482
606
|
width: 100%;
|
|
483
607
|
}
|
|
484
608
|
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
|
|
485
|
-
padding-inline:
|
|
609
|
+
padding-inline: 8px;
|
|
486
610
|
flex: 1;
|
|
487
611
|
}
|
|
488
612
|
.aplus-ap-form-drawer-form__resize-bar {
|
|
@@ -531,7 +655,7 @@
|
|
|
531
655
|
box-sizing: border-box;
|
|
532
656
|
margin: 0;
|
|
533
657
|
padding: 0;
|
|
534
|
-
color:
|
|
658
|
+
color: #182948;
|
|
535
659
|
font-size: 12px;
|
|
536
660
|
font-family: inherit;
|
|
537
661
|
line-height: 1.5;
|
|
@@ -545,7 +669,7 @@
|
|
|
545
669
|
box-sizing: border-box;
|
|
546
670
|
margin: 0;
|
|
547
671
|
padding: 0;
|
|
548
|
-
color:
|
|
672
|
+
color: #182948;
|
|
549
673
|
font-size: 12px;
|
|
550
674
|
font-family: inherit;
|
|
551
675
|
line-height: 1.5;
|
|
@@ -561,7 +685,7 @@
|
|
|
561
685
|
box-sizing: border-box;
|
|
562
686
|
margin: 0;
|
|
563
687
|
padding: 0;
|
|
564
|
-
color:
|
|
688
|
+
color: #182948;
|
|
565
689
|
font-size: 12px;
|
|
566
690
|
font-family: inherit;
|
|
567
691
|
line-height: 1.5;
|
|
@@ -587,6 +711,7 @@
|
|
|
587
711
|
padding: 8px;
|
|
588
712
|
display: flex;
|
|
589
713
|
align-items: center;
|
|
714
|
+
background-color: #fff;
|
|
590
715
|
}
|
|
591
716
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
592
717
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -602,7 +727,7 @@
|
|
|
602
727
|
box-sizing: border-box;
|
|
603
728
|
margin: 0;
|
|
604
729
|
padding: 0;
|
|
605
|
-
color:
|
|
730
|
+
color: #182948;
|
|
606
731
|
font-size: 12px;
|
|
607
732
|
font-family: inherit;
|
|
608
733
|
line-height: 1.5;
|
|
@@ -643,6 +768,17 @@
|
|
|
643
768
|
.aplus-ap-form-search-form__popover-footer-confirm-btn {
|
|
644
769
|
margin-left: 10px;
|
|
645
770
|
}
|
|
771
|
+
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
772
|
+
padding-inline: 16px;
|
|
773
|
+
}
|
|
774
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
775
|
+
font-size: 0px;
|
|
776
|
+
}
|
|
777
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
778
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
779
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
780
|
+
z-index: 1;
|
|
781
|
+
}
|
|
646
782
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
647
783
|
flex-shrink: 0;
|
|
648
784
|
}
|
|
@@ -669,7 +805,7 @@
|
|
|
669
805
|
padding-inline: 12px;
|
|
670
806
|
}
|
|
671
807
|
.aplus-ap-form-search-form-action-btn-reset {
|
|
672
|
-
background-color:
|
|
808
|
+
background-color: var(--basic-bg-color);
|
|
673
809
|
}
|
|
674
810
|
.aplus-ap-form-item-text-group-compact .ant-select-focused {
|
|
675
811
|
z-index: 1;
|
|
@@ -766,7 +902,8 @@
|
|
|
766
902
|
.aplus-ap-ladder {
|
|
767
903
|
position: relative;
|
|
768
904
|
width: inherit;
|
|
769
|
-
font-size:
|
|
905
|
+
font-size: 12px;
|
|
906
|
+
line-height: 1.5;
|
|
770
907
|
/** 自动溢出省略 */
|
|
771
908
|
/** Aplus端样式 */
|
|
772
909
|
/** Admin端样式 */
|
|
@@ -869,11 +1006,11 @@
|
|
|
869
1006
|
margin-left: 4px;
|
|
870
1007
|
}
|
|
871
1008
|
.aplus-ap-ladder__major {
|
|
872
|
-
line-height:
|
|
1009
|
+
line-height: 1.5;
|
|
873
1010
|
color: #182948;
|
|
874
1011
|
}
|
|
875
1012
|
.aplus-ap-ladder__minor {
|
|
876
|
-
line-height:
|
|
1013
|
+
line-height: 1.5;
|
|
877
1014
|
color: #8896B0;
|
|
878
1015
|
}
|
|
879
1016
|
.aplus-ap-ladder__label {
|
|
@@ -1126,17 +1263,17 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1126
1263
|
.aplus-ap-select-layout-side__header > h3 {
|
|
1127
1264
|
margin: 0;
|
|
1128
1265
|
color: #333;
|
|
1129
|
-
font-size:
|
|
1266
|
+
font-size: 14px;
|
|
1130
1267
|
font-weight: bold;
|
|
1131
|
-
line-height:
|
|
1268
|
+
line-height: 1.1 0.57142857;
|
|
1132
1269
|
}
|
|
1133
1270
|
.aplus-ap-select-layout-side__header--imgWrap {
|
|
1134
1271
|
border-radius: 2px;
|
|
1135
1272
|
cursor: pointer;
|
|
1136
|
-
font-size:
|
|
1273
|
+
font-size: 20px;
|
|
1137
1274
|
color: #999;
|
|
1138
1275
|
display: flex;
|
|
1139
|
-
height:
|
|
1276
|
+
height: 20px;
|
|
1140
1277
|
}
|
|
1141
1278
|
.aplus-ap-select-layout-side__header--imgWrap:hover {
|
|
1142
1279
|
background: #f5f5f5;
|
|
@@ -1200,9 +1337,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1200
1337
|
margin-right: 10px;
|
|
1201
1338
|
border-radius: 2px;
|
|
1202
1339
|
cursor: pointer;
|
|
1203
|
-
font-size:
|
|
1340
|
+
font-size: 20px;
|
|
1204
1341
|
display: flex;
|
|
1205
|
-
height:
|
|
1342
|
+
height: 20px;
|
|
1206
1343
|
color: #999;
|
|
1207
1344
|
}
|
|
1208
1345
|
.aplus-ap-select-layout-content__header--imgWrap:hover {
|
|
@@ -1210,9 +1347,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1210
1347
|
}
|
|
1211
1348
|
.aplus-ap-select-layout-content__header--title {
|
|
1212
1349
|
margin: 0;
|
|
1213
|
-
font-size:
|
|
1350
|
+
font-size: 14px;
|
|
1214
1351
|
font-weight: bold;
|
|
1215
|
-
line-height:
|
|
1352
|
+
line-height: 1.1 0.57142857;
|
|
1216
1353
|
}
|
|
1217
1354
|
@font-face {
|
|
1218
1355
|
font-family: customFont;
|
|
@@ -1220,9 +1357,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1220
1357
|
src: url('https://front-ljh.oss-cn-hangzhou.aliyuncs.com/fonts/SourceHanSerifCN-Heavy.woff2');
|
|
1221
1358
|
}
|
|
1222
1359
|
.aplus-ap-status {
|
|
1223
|
-
font-size:
|
|
1224
|
-
height:
|
|
1225
|
-
line-height: 36px;
|
|
1360
|
+
font-size: 16px;
|
|
1361
|
+
line-height: 2;
|
|
1226
1362
|
display: inline-block;
|
|
1227
1363
|
position: relative;
|
|
1228
1364
|
font-family: 'customFont';
|
|
@@ -1244,12 +1380,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1244
1380
|
display: inline-flex;
|
|
1245
1381
|
justify-content: center;
|
|
1246
1382
|
align-items: center;
|
|
1247
|
-
width:
|
|
1248
|
-
height:
|
|
1383
|
+
width: 14px;
|
|
1384
|
+
height: 14px;
|
|
1249
1385
|
color: #fff;
|
|
1250
|
-
font-size:
|
|
1251
|
-
line-height:
|
|
1252
|
-
border-radius:
|
|
1386
|
+
font-size: 10px;
|
|
1387
|
+
line-height: 10px;
|
|
1388
|
+
border-radius: 7px;
|
|
1253
1389
|
background-color: #979797;
|
|
1254
1390
|
}
|
|
1255
1391
|
.aplus-ap-column-setting-wrapper {
|
|
@@ -1262,7 +1398,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1262
1398
|
box-sizing: border-box;
|
|
1263
1399
|
margin: 0;
|
|
1264
1400
|
padding: 0;
|
|
1265
|
-
color:
|
|
1401
|
+
color: #182948;
|
|
1266
1402
|
font-size: 12px;
|
|
1267
1403
|
font-family: inherit;
|
|
1268
1404
|
line-height: 1.5;
|
|
@@ -1295,8 +1431,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1295
1431
|
}
|
|
1296
1432
|
.aplus-ap-column-setting-left__content {
|
|
1297
1433
|
flex: 1;
|
|
1298
|
-
padding
|
|
1299
|
-
padding-block: 16px;
|
|
1434
|
+
padding: 12px;
|
|
1300
1435
|
overflow-y: auto;
|
|
1301
1436
|
}
|
|
1302
1437
|
.aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
|
|
@@ -1315,8 +1450,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1315
1450
|
background-color: #F2F6F9;
|
|
1316
1451
|
padding: 4px 12px;
|
|
1317
1452
|
border-radius: 4px;
|
|
1318
|
-
margin-bottom:
|
|
1453
|
+
margin-bottom: 12px;
|
|
1319
1454
|
margin-inline: -12px;
|
|
1455
|
+
display: flex;
|
|
1320
1456
|
}
|
|
1321
1457
|
.aplus-sortable-item-meta {
|
|
1322
1458
|
padding: 6px 8px;
|
|
@@ -1390,7 +1526,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1390
1526
|
box-sizing: border-box;
|
|
1391
1527
|
margin: 0;
|
|
1392
1528
|
padding: 0;
|
|
1393
|
-
color: rgba(0 0 0 / 85%);
|
|
1394
1529
|
font-size: 12px;
|
|
1395
1530
|
font-family: inherit;
|
|
1396
1531
|
line-height: 1.5;
|
|
@@ -1428,8 +1563,26 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1428
1563
|
cursor: pointer;
|
|
1429
1564
|
color: var(--ap-action-color-primary-base, #0070ff);
|
|
1430
1565
|
}
|
|
1566
|
+
.aplus-ap-table ::-webkit-scrollbar {
|
|
1567
|
+
width: 10px;
|
|
1568
|
+
height: 10px;
|
|
1569
|
+
}
|
|
1570
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb {
|
|
1571
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
1572
|
+
background-clip: content-box;
|
|
1573
|
+
border: 1px solid transparent;
|
|
1574
|
+
border-radius: 4px;
|
|
1575
|
+
}
|
|
1576
|
+
.aplus-ap-table ::-webkit-scrollbar-track,
|
|
1577
|
+
.aplus-ap-table ::-webkit-scrollbar-corner {
|
|
1578
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
1579
|
+
}
|
|
1580
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb:hover,
|
|
1581
|
+
.aplus-ap-table ::-webkit-scrollbar-thumb:active {
|
|
1582
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
1583
|
+
}
|
|
1431
1584
|
.aplus-ap-table-wrapper {
|
|
1432
|
-
padding: 8px;
|
|
1585
|
+
padding: 8px 8px 12px;
|
|
1433
1586
|
background-color: #fff;
|
|
1434
1587
|
}
|
|
1435
1588
|
.aplus-ap-table-adaptive {
|
|
@@ -1460,7 +1613,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1460
1613
|
}
|
|
1461
1614
|
.aplus-ap-table__search-wrapper {
|
|
1462
1615
|
padding: 8px;
|
|
1463
|
-
padding-bottom: 2px;
|
|
1464
1616
|
padding-bottom: 0;
|
|
1465
1617
|
background-color: #fff;
|
|
1466
1618
|
margin-bottom: 10px;
|
|
@@ -1473,8 +1625,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1473
1625
|
flex-direction: column;
|
|
1474
1626
|
}
|
|
1475
1627
|
.aplus-ap-table__table-wrapper-card {
|
|
1476
|
-
padding: 8px;
|
|
1477
|
-
padding-bottom: 12px;
|
|
1628
|
+
padding: 8px 8px 12px;
|
|
1478
1629
|
border-radius: 4px;
|
|
1479
1630
|
background-color: #fff;
|
|
1480
1631
|
overflow: hidden;
|
|
@@ -1492,16 +1643,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1492
1643
|
background-color: #D8DDE5 !important;
|
|
1493
1644
|
}
|
|
1494
1645
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1495
|
-
padding: 12px;
|
|
1646
|
+
padding: 9px 12px;
|
|
1496
1647
|
}
|
|
1497
1648
|
.aplus-ap-table .ant-table.ant-table-middle .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1498
|
-
padding: 12px;
|
|
1649
|
+
padding: 9px 12px;
|
|
1499
1650
|
}
|
|
1500
1651
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-row .ant-table-cell:not(.ant-table-selection-column) {
|
|
1501
|
-
padding:
|
|
1652
|
+
padding: 6px 9px;
|
|
1502
1653
|
}
|
|
1503
1654
|
.aplus-ap-table .ant-table.ant-table-small .ant-table-thead .ant-table-cell:not(.ant-table-selection-column) {
|
|
1504
|
-
padding:
|
|
1655
|
+
padding: 6px 9px;
|
|
1505
1656
|
}
|
|
1506
1657
|
.aplus-ap-table .ant-table-placeholder .ant-table-expanded-row-fixed::after {
|
|
1507
1658
|
border-inline-end-width: 0px !important;
|
|
@@ -1584,35 +1735,44 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1584
1735
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper {
|
|
1585
1736
|
display: inline-block;
|
|
1586
1737
|
border-radius: 4px;
|
|
1587
|
-
border: 1px solid var(--tag-main-color);
|
|
1588
|
-
background-color: var(--tag-main-color-opacity);
|
|
1589
1738
|
box-sizing: border-box;
|
|
1590
|
-
color: var(--tag-main-color);
|
|
1591
1739
|
}
|
|
1592
1740
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
|
|
1593
|
-
padding:
|
|
1594
|
-
line-height:
|
|
1595
|
-
height: 28px;
|
|
1741
|
+
padding: 6px;
|
|
1742
|
+
line-height: 1.1 0.57142857;
|
|
1596
1743
|
font-size: 14px;
|
|
1597
1744
|
}
|
|
1598
1745
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
1599
|
-
line-height:
|
|
1600
|
-
padding:
|
|
1601
|
-
height: 24px;
|
|
1746
|
+
line-height: 1.5;
|
|
1747
|
+
padding: 3px 6px;
|
|
1602
1748
|
font-size: 12px;
|
|
1603
1749
|
}
|
|
1604
1750
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
1605
|
-
padding: 0
|
|
1606
|
-
line-height:
|
|
1607
|
-
height: 20px;
|
|
1751
|
+
padding: 0 4px;
|
|
1752
|
+
line-height: 1.5;
|
|
1608
1753
|
font-size: 12px;
|
|
1609
1754
|
}
|
|
1610
|
-
.aplus-tag-wrapper
|
|
1755
|
+
.aplus-tag-wrapper-purely > * {
|
|
1756
|
+
background-color: var(--tag-main-color-background);
|
|
1757
|
+
color: var(--ap-upload-single-color-main, #182948);
|
|
1758
|
+
}
|
|
1759
|
+
.aplus-tag-wrapper-border > * {
|
|
1760
|
+
border: 1px solid var(--tag-main-color);
|
|
1761
|
+
background-color: var(--tag-main-color-opacity);
|
|
1762
|
+
color: var(--tag-main-color);
|
|
1763
|
+
}
|
|
1764
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
|
|
1765
|
+
background-color: rgba(136, 150, 176, 0.15);
|
|
1766
|
+
}
|
|
1767
|
+
.aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
|
|
1768
|
+
background-color: rgba(51, 51, 51, 0.15);
|
|
1769
|
+
}
|
|
1770
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
|
|
1611
1771
|
border: 1px solid #DEE4ED;
|
|
1612
1772
|
background-color: #526a900f;
|
|
1613
1773
|
color: #8896b0;
|
|
1614
1774
|
}
|
|
1615
|
-
.aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
|
|
1775
|
+
.aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
|
|
1616
1776
|
border: 1px solid #d9d9d9;
|
|
1617
1777
|
background-color: #9999990f;
|
|
1618
1778
|
color: #999;
|
|
@@ -1626,11 +1786,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1626
1786
|
}
|
|
1627
1787
|
.aplus-tag-group-ellipsis-text--admin {
|
|
1628
1788
|
font-size: 12px;
|
|
1629
|
-
color: #
|
|
1789
|
+
color: #333;
|
|
1630
1790
|
}
|
|
1631
1791
|
.aplus-tag-group-ellipsis-text--aplus {
|
|
1632
1792
|
font-size: 12px;
|
|
1633
|
-
color: #
|
|
1793
|
+
color: #182948;
|
|
1634
1794
|
}
|
|
1635
1795
|
.aplus-ap-title {
|
|
1636
1796
|
position: relative;
|
|
@@ -1638,8 +1798,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1638
1798
|
display: flex;
|
|
1639
1799
|
align-items: center;
|
|
1640
1800
|
justify-content: space-between;
|
|
1641
|
-
padding-left:
|
|
1642
|
-
font-size:
|
|
1801
|
+
padding-left: 10px;
|
|
1802
|
+
font-size: 12px;
|
|
1643
1803
|
}
|
|
1644
1804
|
.aplus-ap-title::before {
|
|
1645
1805
|
position: absolute;
|
|
@@ -1648,7 +1808,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1648
1808
|
top: 50%;
|
|
1649
1809
|
transform: translateY(-50%);
|
|
1650
1810
|
width: 3px;
|
|
1651
|
-
height:
|
|
1811
|
+
height: 14px;
|
|
1652
1812
|
background: #0070ff;
|
|
1653
1813
|
border-radius: 0px 4px 4px 0px;
|
|
1654
1814
|
z-index: 1;
|
|
@@ -1660,8 +1820,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1660
1820
|
align-items: center;
|
|
1661
1821
|
}
|
|
1662
1822
|
.aplus-ap-title__prefix .anticon-question-circle {
|
|
1823
|
+
font-size: 14px;
|
|
1663
1824
|
margin-left: 5px;
|
|
1664
|
-
color: #
|
|
1825
|
+
color: #8896b0;
|
|
1665
1826
|
}
|
|
1666
1827
|
.aplus-ap-title--admin {
|
|
1667
1828
|
padding-left: 14px;
|
|
@@ -1685,8 +1846,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1685
1846
|
align-items: center;
|
|
1686
1847
|
}
|
|
1687
1848
|
.aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
|
|
1849
|
+
font-size: 14px;
|
|
1688
1850
|
margin-left: 5px;
|
|
1689
|
-
color: #
|
|
1851
|
+
color: #999999;
|
|
1690
1852
|
}
|
|
1691
1853
|
.aplus-ap-title__suffix {
|
|
1692
1854
|
color: #526a90;
|
|
@@ -1698,7 +1860,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1698
1860
|
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
|
|
1699
1861
|
display: flex;
|
|
1700
1862
|
align-items: center;
|
|
1701
|
-
padding: 7px
|
|
1863
|
+
padding: 7px 12px;
|
|
1702
1864
|
transition: all 0.3s;
|
|
1703
1865
|
border: 1px solid #dee4ed;
|
|
1704
1866
|
border-radius: 4px;
|
|
@@ -1711,7 +1873,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1711
1873
|
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
|
|
1712
1874
|
padding-left: 16px;
|
|
1713
1875
|
color: #8896b0;
|
|
1714
|
-
font-size:
|
|
1876
|
+
font-size: 12px;
|
|
1715
1877
|
}
|
|
1716
1878
|
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
|
|
1717
1879
|
background: #f5f9fa;
|
|
@@ -1778,8 +1940,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1778
1940
|
aspect-ratio: 1 / 1;
|
|
1779
1941
|
}
|
|
1780
1942
|
.aplus-ap-upload-picture .picture-context .picture-upload > * + * {
|
|
1781
|
-
margin-top:
|
|
1782
|
-
font-size:
|
|
1943
|
+
margin-top: 4px;
|
|
1944
|
+
font-size: 12px;
|
|
1783
1945
|
}
|
|
1784
1946
|
.aplus-ap-upload-picture .picture-context .picture-upload:hover {
|
|
1785
1947
|
border: 1px dashed #0070ff;
|
|
@@ -1818,7 +1980,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1818
1980
|
border-radius: 2px;
|
|
1819
1981
|
background: rgba(0, 0, 0, 0.5);
|
|
1820
1982
|
color: #fff;
|
|
1821
|
-
font-size:
|
|
1983
|
+
font-size: 12px;
|
|
1822
1984
|
}
|
|
1823
1985
|
.aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
|
|
1824
1986
|
display: flex;
|
|
@@ -1849,7 +2011,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1849
2011
|
.aplus-ap-upload-picture .picture-title {
|
|
1850
2012
|
margin-top: 8px;
|
|
1851
2013
|
color: #8896b0;
|
|
1852
|
-
font-size:
|
|
2014
|
+
font-size: 12px;
|
|
1853
2015
|
}
|
|
1854
2016
|
.aplus-ap-upload-picture-admin .picture-context .picture-upload {
|
|
1855
2017
|
border: 1px dashed #d9d9d9;
|
|
@@ -1895,8 +2057,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1895
2057
|
.aplus-ap-upload-single-file .state-un .state-un-title {
|
|
1896
2058
|
margin-top: 10px;
|
|
1897
2059
|
color: #182948;
|
|
1898
|
-
font-size:
|
|
1899
|
-
line-height:
|
|
2060
|
+
font-size: 14px;
|
|
2061
|
+
line-height: 1.1 0.57142857;
|
|
1900
2062
|
}
|
|
1901
2063
|
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
1902
2064
|
margin-top: 4px;
|
|
@@ -1973,7 +2135,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1973
2135
|
box-sizing: border-box;
|
|
1974
2136
|
margin: 0;
|
|
1975
2137
|
padding: 0;
|
|
1976
|
-
color:
|
|
2138
|
+
color: #182948;
|
|
1977
2139
|
font-size: 12px;
|
|
1978
2140
|
font-family: inherit;
|
|
1979
2141
|
line-height: 1.5;
|
|
@@ -2037,7 +2199,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2037
2199
|
box-sizing: border-box;
|
|
2038
2200
|
margin: 0;
|
|
2039
2201
|
padding: 0;
|
|
2040
|
-
color:
|
|
2202
|
+
color: #182948;
|
|
2041
2203
|
font-size: 12px;
|
|
2042
2204
|
font-family: inherit;
|
|
2043
2205
|
line-height: 1.5;
|
|
@@ -2053,7 +2215,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2053
2215
|
box-sizing: border-box;
|
|
2054
2216
|
margin: 0;
|
|
2055
2217
|
padding: 0;
|
|
2056
|
-
color:
|
|
2218
|
+
color: #182948;
|
|
2057
2219
|
font-size: 12px;
|
|
2058
2220
|
font-family: inherit;
|
|
2059
2221
|
line-height: 1.5;
|
|
@@ -2141,15 +2303,15 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2141
2303
|
min-width: 86px;
|
|
2142
2304
|
}
|
|
2143
2305
|
.aplus-ap-summary__item {
|
|
2144
|
-
height:
|
|
2145
|
-
padding: 8px
|
|
2306
|
+
height: 38px;
|
|
2307
|
+
padding: 8px 12px !important;
|
|
2146
2308
|
background-color: var(--ap-summary-background, #f9ecc7) !important;
|
|
2147
2309
|
color: #333;
|
|
2148
2310
|
font-weight: bolder;
|
|
2149
2311
|
}
|
|
2150
2312
|
.aplus-ap-summary__item--small {
|
|
2151
2313
|
height: 28px;
|
|
2152
|
-
padding: 4px
|
|
2314
|
+
padding: 4px 12px !important;
|
|
2153
2315
|
background-color: var(--ap-summary-background, #E6EDFF) !important;
|
|
2154
2316
|
}
|
|
2155
2317
|
.aplus-ap-table-modal--table-layout {
|
|
@@ -2251,11 +2413,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2251
2413
|
height: min-content;
|
|
2252
2414
|
}
|
|
2253
2415
|
.aplus-ap-appendix__file-area {
|
|
2254
|
-
margin-top:
|
|
2416
|
+
margin-top: 12px;
|
|
2255
2417
|
}
|
|
2256
2418
|
.aplus-ap-appendix__file-area--border {
|
|
2257
2419
|
border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
|
|
2258
|
-
padding:
|
|
2420
|
+
padding: 12px;
|
|
2259
2421
|
border-radius: 4px;
|
|
2260
2422
|
}
|
|
2261
2423
|
.aplus-ap-appendix__file-area-content {
|
|
@@ -2289,10 +2451,12 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2289
2451
|
overflow: hidden;
|
|
2290
2452
|
width: -moz-max-content;
|
|
2291
2453
|
width: max-content;
|
|
2454
|
+
display: flex;
|
|
2455
|
+
align-items: center;
|
|
2292
2456
|
}
|
|
2293
2457
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
2294
|
-
font-size:
|
|
2295
|
-
line-height:
|
|
2458
|
+
font-size: 12px;
|
|
2459
|
+
line-height: 1.5;
|
|
2296
2460
|
color: var(--ap-appendix-area-color-font, #182948);
|
|
2297
2461
|
transition: color 0.2s;
|
|
2298
2462
|
}
|
|
@@ -2557,6 +2721,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2557
2721
|
}
|
|
2558
2722
|
.aplus-batch-input-group-popover-input__popover--content textarea {
|
|
2559
2723
|
padding: 0;
|
|
2724
|
+
resize: none;
|
|
2560
2725
|
}
|
|
2561
2726
|
.aplus-batch-input-group {
|
|
2562
2727
|
position: relative;
|
|
@@ -2587,6 +2752,35 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2587
2752
|
width: 100vw;
|
|
2588
2753
|
height: 100vh;
|
|
2589
2754
|
}
|
|
2755
|
+
.aplus-ap-grid ::-webkit-scrollbar {
|
|
2756
|
+
width: 10px;
|
|
2757
|
+
height: 10px;
|
|
2758
|
+
}
|
|
2759
|
+
.aplus-ap-grid ::-webkit-scrollbar-thumb {
|
|
2760
|
+
background-color: var(--basic-scrollbar-thumb-color-base, #bfbfbf);
|
|
2761
|
+
background-clip: content-box;
|
|
2762
|
+
border: 1px solid transparent;
|
|
2763
|
+
border-radius: 4px;
|
|
2764
|
+
}
|
|
2765
|
+
.aplus-ap-grid ::-webkit-scrollbar-track,
|
|
2766
|
+
.aplus-ap-grid ::-webkit-scrollbar-corner {
|
|
2767
|
+
background-color: var(--ap-table-header-bg, #f2f6f9);
|
|
2768
|
+
}
|
|
2769
|
+
.aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
|
|
2770
|
+
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
|
|
2771
|
+
background-color: var(--basic-scrollbar-thumb-color-hover, #787878);
|
|
2772
|
+
}
|
|
2773
|
+
.aplus-ap-grid .vxe-table .vxe-cell {
|
|
2774
|
+
min-height: unset !important;
|
|
2775
|
+
padding: 9px 12px !important;
|
|
2776
|
+
font-size: 12px;
|
|
2777
|
+
line-height: 1.5;
|
|
2778
|
+
}
|
|
2779
|
+
.aplus-ap-grid .vxe-table.size--mini .vxe-cell {
|
|
2780
|
+
min-height: unset !important;
|
|
2781
|
+
padding: 6px 9px !important;
|
|
2782
|
+
line-height: 1.5;
|
|
2783
|
+
}
|
|
2590
2784
|
.aplus-ap-grid-adaptive {
|
|
2591
2785
|
height: 100%;
|
|
2592
2786
|
display: flex;
|
|
@@ -2631,7 +2825,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2631
2825
|
}
|
|
2632
2826
|
.aplus-ap-grid__search-wrapper {
|
|
2633
2827
|
padding: 8px;
|
|
2634
|
-
padding-bottom:
|
|
2828
|
+
padding-bottom: 0;
|
|
2635
2829
|
background-color: #fff;
|
|
2636
2830
|
border-radius: 4px;
|
|
2637
2831
|
margin-bottom: 10px;
|
|
@@ -2683,15 +2877,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2683
2877
|
word-break: break-all;
|
|
2684
2878
|
flex: 1;
|
|
2685
2879
|
}
|
|
2686
|
-
.aplus-ap-grid th .vxe-cell--wrapper {
|
|
2880
|
+
.aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper {
|
|
2687
2881
|
display: flex;
|
|
2688
2882
|
flex-direction: row;
|
|
2689
2883
|
flex-wrap: nowrap;
|
|
2690
2884
|
align-items: center;
|
|
2885
|
+
min-width: unset;
|
|
2691
2886
|
}
|
|
2692
|
-
.aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
|
|
2887
|
+
.aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper .vxe-cell--title {
|
|
2693
2888
|
flex-shrink: 1;
|
|
2694
|
-
flex-grow:
|
|
2889
|
+
flex-grow: 0;
|
|
2695
2890
|
}
|
|
2696
2891
|
.aplus-editable-grid__header-cell--required {
|
|
2697
2892
|
color: #FF4D4F;
|
|
@@ -2719,7 +2914,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2719
2914
|
box-sizing: border-box;
|
|
2720
2915
|
margin: 0;
|
|
2721
2916
|
padding: 0;
|
|
2722
|
-
color:
|
|
2917
|
+
color: #182948;
|
|
2723
2918
|
font-size: 12px;
|
|
2724
2919
|
font-family: inherit;
|
|
2725
2920
|
line-height: 1.5;
|
|
@@ -2853,7 +3048,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2853
3048
|
box-sizing: border-box;
|
|
2854
3049
|
margin: 0;
|
|
2855
3050
|
padding: 0;
|
|
2856
|
-
color:
|
|
3051
|
+
color: #182948;
|
|
2857
3052
|
font-size: 12px;
|
|
2858
3053
|
line-height: 1.5;
|
|
2859
3054
|
list-style: none;
|
|
@@ -2927,7 +3122,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2927
3122
|
background: rgba(0, 0, 0, 0.04);
|
|
2928
3123
|
font-size: 10px;
|
|
2929
3124
|
border-radius: 2px;
|
|
2930
|
-
color:
|
|
3125
|
+
color: #182948;
|
|
2931
3126
|
cursor: pointer;
|
|
2932
3127
|
opacity: 0;
|
|
2933
3128
|
display: flex;
|
|
@@ -3146,10 +3341,14 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3146
3341
|
.aplus-ap-view-menu-list-content .menu-list-content-action-text {
|
|
3147
3342
|
cursor: pointer;
|
|
3148
3343
|
font-size: 12px;
|
|
3344
|
+
display: flex;
|
|
3345
|
+
align-items: center;
|
|
3149
3346
|
color: var(--basic-color-primary, #0070ff);
|
|
3150
3347
|
}
|
|
3151
3348
|
.aplus-ap-view-menu-list-content .menu-list-content-action-delete {
|
|
3152
3349
|
cursor: pointer;
|
|
3350
|
+
display: flex;
|
|
3351
|
+
align-items: center;
|
|
3153
3352
|
color: var(--ap-view-icon-color, #8896b0);
|
|
3154
3353
|
}
|
|
3155
3354
|
.aplus-ap-view-menu-list-content .menu-list-content-edit {
|
|
@@ -3185,3 +3384,21 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3185
3384
|
.aplus-ap-view-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover {
|
|
3186
3385
|
background: transparent;
|
|
3187
3386
|
}
|
|
3387
|
+
.aplus-ap-radio-group {
|
|
3388
|
+
font-size: 12px;
|
|
3389
|
+
margin-inline: 8px;
|
|
3390
|
+
margin-bottom: 8px;
|
|
3391
|
+
}
|
|
3392
|
+
.aplus-ap-radio-group__item {
|
|
3393
|
+
cursor: pointer;
|
|
3394
|
+
padding-inline: 12px;
|
|
3395
|
+
border-radius: 4px;
|
|
3396
|
+
color: var(--ap-radio-group-item-font-color);
|
|
3397
|
+
}
|
|
3398
|
+
.aplus-ap-radio-group__item:hover {
|
|
3399
|
+
background-color: var(--ap-radio-group-item-bg-color);
|
|
3400
|
+
}
|
|
3401
|
+
.aplus-ap-radio-group__item--active {
|
|
3402
|
+
color: var(--ap-radio-group-item-active-font-color);
|
|
3403
|
+
background-color: var(--ap-radio-group-item-active-bg-color) !important;
|
|
3404
|
+
}
|