@aplus-frontend/ui 6.17.0 → 6.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/src/ap-action/group/index.vue.mjs +3 -3
- package/es/src/ap-action/item/index.vue2.mjs +5 -5
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
- package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
- package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
- package/es/src/ap-button/ap-button.vue.mjs +2 -2
- package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
- package/es/src/ap-download/ap-download.vue.mjs +1 -1
- package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
- package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
- package/es/src/ap-field/date/index.vue.mjs +4 -4
- package/es/src/ap-field/date-range/index.vue.mjs +8 -8
- package/es/src/ap-field/index.mjs +36 -36
- package/es/src/ap-field/number/index.vue.mjs +8 -8
- package/es/src/ap-field/radio/index.vue.mjs +1 -1
- package/es/src/ap-field/rate/index.vue.mjs +2 -2
- package/es/src/ap-field/segmented/index.vue.mjs +1 -1
- package/es/src/ap-field/select/index.vue.mjs +2 -2
- package/es/src/ap-field/select/use-select-options.d.ts +2 -2
- package/es/src/ap-field/slider/index.vue.mjs +4 -4
- package/es/src/ap-field/switch/index.vue.mjs +3 -3
- package/es/src/ap-field/text/index.vue2.mjs +2 -2
- package/es/src/ap-field/text/password.vue.mjs +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +3 -3
- package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
- package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/es/src/ap-form/ap-form.vue.d.ts +2 -1
- package/es/src/ap-form/ap-form.vue2.mjs +2 -2
- package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
- package/es/src/ap-form/item/index.vue.mjs +7 -7
- package/es/src/ap-form/item-group/index.vue.mjs +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
- package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
- package/es/src/ap-form/render/item.vue.mjs +2 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
- package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
- package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-form/set/index.vue.mjs +1 -1
- package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
- package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
- package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
- package/es/src/ap-grid/editable/index.vue.mjs +2 -2
- package/es/src/ap-grid/index.vue.d.ts +4 -2
- package/es/src/ap-grid/index.vue.mjs +19 -19
- package/es/src/ap-grid/utils/table.mjs +59 -41
- package/es/src/ap-list/index.vue.d.ts +4 -2
- package/es/src/ap-list/index.vue.mjs +1 -1
- package/es/src/ap-modal/utils/confirm.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +4 -2
- package/es/src/ap-table/ap-table.vue2.mjs +13 -13
- package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
- package/es/src/ap-table/constants.d.ts +5 -5
- package/es/src/ap-table/constants.mjs +45 -45
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
- package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
- package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
- package/es/src/ap-upload/apUpload.vue.mjs +5 -5
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
- package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
- package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
- package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
- package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
- package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +10 -1
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +105 -104
- package/es/src/business/ap-draggable-grid/constans.d.ts +4 -0
- package/es/src/business/ap-draggable-grid/constans.mjs +4 -0
- package/es/src/business/ap-draggable-grid/index.d.ts +16 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
- package/es/src/business/ap-expand-alert/index.d.ts +6 -4
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
- package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
- package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
- package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
- package/es/src/business/ap-select-layout/index.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
- package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +5 -17
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
- package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
- package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
- package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
- package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
- package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
- package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
- package/es/src/business/batch-input-group/index.vue.mjs +1 -1
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
- package/es/src/check-card/index.vue2.mjs +3 -3
- package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
- package/es/src/editable-table/form-item.vue.d.ts +4 -2
- package/es/src/editable-table/form-item.vue.mjs +2 -2
- package/es/src/editable-table/index.vue.d.ts +4 -2
- package/es/src/editable-table/index.vue.mjs +2 -2
- package/es/src/full-screen/index.vue.mjs +3 -3
- package/es/src/hooks/useFullScreen.mjs +5 -5
- package/es/src/mask/index.vue.mjs +10 -10
- package/es/src/portal/index.vue.mjs +2 -2
- package/es/src/scroll-bar/index.vue.mjs +3 -3
- package/es/src/scroll-bar/internal.vue.mjs +2 -2
- package/es/src/scroll-view/index.vue.d.ts +5 -5
- package/es/src/scroll-view/index.vue.mjs +9 -9
- package/es/src/splitter/Panel.vue2.mjs +4 -4
- package/es/src/splitter/SplitBar.vue2.mjs +7 -7
- package/es/src/splitter/Splitter.vue2.mjs +5 -5
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/text/group.vue.mjs +2 -2
- package/es/src/text/index.vue.mjs +5 -5
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
- package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
- package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
- package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
- package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
- package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
- package/lib/src/ap-grid/index.vue.d.ts +4 -2
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-list/index.vue.d.ts +4 -2
- package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
- package/lib/src/ap-table/constants.d.ts +5 -5
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +10 -1
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
- package/lib/src/business/ap-draggable-grid/constans.d.ts +4 -0
- package/lib/src/business/ap-draggable-grid/constans.js +1 -1
- package/lib/src/business/ap-draggable-grid/index.d.ts +16 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
- package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
- package/lib/src/business/ap-select-layout/index.d.ts +4 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
- package/lib/src/business/ap-table-modal/index.d.ts +5 -17
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
- package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
- package/lib/src/editable-table/form-item.vue.d.ts +4 -2
- package/lib/src/editable-table/index.vue.d.ts +4 -2
- package/lib/src/scroll-view/index.vue.d.ts +5 -5
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
- package/package.json +3 -3
- package/theme/antd-global-overwrite/admin/alert.css +37 -0
- package/theme/antd-global-overwrite/admin/alert.less +51 -0
- package/theme/antd-global-overwrite/admin/button.css +27 -0
- package/theme/antd-global-overwrite/admin/button.less +31 -0
- package/theme/antd-global-overwrite/admin/field.css +42 -0
- package/theme/antd-global-overwrite/admin/field.less +43 -0
- package/theme/antd-global-overwrite/admin/form.css +57 -0
- package/theme/antd-global-overwrite/admin/form.less +97 -0
- package/theme/antd-global-overwrite/admin/message.css +10 -0
- package/theme/antd-global-overwrite/admin/message.less +13 -0
- package/theme/antd-global-overwrite/admin/modal.css +94 -0
- package/theme/antd-global-overwrite/admin/modal.less +128 -0
- package/theme/antd-global-overwrite/admin/pagination.css +122 -0
- package/theme/antd-global-overwrite/admin/pagination.less +91 -0
- package/theme/antd-global-overwrite/admin/steps.css +127 -0
- package/theme/antd-global-overwrite/admin/steps.less +197 -0
- package/theme/antd-global-overwrite/admin/table.css +78 -0
- package/theme/antd-global-overwrite/admin/table.less +62 -0
- 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 +40 -0
- package/theme/antd-global-overwrite/aplus/alert.less +55 -0
- package/theme/antd-global-overwrite/aplus/button.css +27 -0
- package/theme/antd-global-overwrite/aplus/button.less +31 -0
- package/theme/antd-global-overwrite/aplus/field.css +42 -0
- package/theme/antd-global-overwrite/aplus/field.less +43 -0
- package/theme/antd-global-overwrite/aplus/form.css +87 -0
- package/theme/antd-global-overwrite/aplus/form.less +133 -0
- package/theme/antd-global-overwrite/aplus/message.css +10 -0
- package/theme/antd-global-overwrite/aplus/message.less +13 -0
- package/theme/antd-global-overwrite/aplus/modal.css +87 -0
- package/theme/antd-global-overwrite/aplus/modal.less +120 -0
- package/theme/antd-global-overwrite/aplus/pagination.css +147 -0
- package/theme/antd-global-overwrite/aplus/pagination.less +108 -0
- package/theme/antd-global-overwrite/aplus/steps.css +125 -0
- package/theme/antd-global-overwrite/aplus/steps.less +198 -0
- package/theme/antd-global-overwrite/aplus/table.css +78 -0
- package/theme/antd-global-overwrite/aplus/table.less +61 -0
- package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
- package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
- package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -2
- package/theme/ap-draggable-grid/ap-draggable-grid.less +6 -2
- package/theme/ap-table/ap-table-pagination.css +12 -0
- package/theme/ap-table/ap-table-pagination.less +14 -0
- package/theme/index.css +4 -2
- package/theme/ui-mode.css +60 -0
- package/theme/ui-mode.less +109 -0
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
.ant-steps > * {
|
|
2
|
+
margin-right: 8px;
|
|
3
|
+
}
|
|
4
|
+
.ant-steps .ant-steps-item-container {
|
|
5
|
+
display: flex;
|
|
6
|
+
}
|
|
7
|
+
.ant-steps .ant-steps-item-icon {
|
|
8
|
+
flex-shrink: 0;
|
|
9
|
+
width: 28px;
|
|
10
|
+
height: 28px;
|
|
11
|
+
margin-top: 3px;
|
|
12
|
+
line-height: 27px;
|
|
13
|
+
}
|
|
14
|
+
.ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
font-size: 16px;
|
|
17
|
+
}
|
|
18
|
+
.ant-steps .ant-steps-item.ant-steps-item-process .ant-steps-item-container .ant-steps-item-description {
|
|
19
|
+
min-height: 16px;
|
|
20
|
+
margin-top: 5px;
|
|
21
|
+
color: #999999;
|
|
22
|
+
font-weight: 400;
|
|
23
|
+
font-size: 12px;
|
|
24
|
+
line-height: 1.2rem;
|
|
25
|
+
}
|
|
26
|
+
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
27
|
+
background-color: #ffffff;
|
|
28
|
+
border-color: #34b77c;
|
|
29
|
+
}
|
|
30
|
+
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
|
|
31
|
+
width: 12px;
|
|
32
|
+
height: 12px;
|
|
33
|
+
}
|
|
34
|
+
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon svg {
|
|
35
|
+
width: 12px;
|
|
36
|
+
height: 12px;
|
|
37
|
+
}
|
|
38
|
+
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
39
|
+
min-height: 16px;
|
|
40
|
+
margin-top: 5px;
|
|
41
|
+
color: #999999;
|
|
42
|
+
font-weight: 400;
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
line-height: 1.2rem;
|
|
45
|
+
}
|
|
46
|
+
.ant-steps .ant-steps-item-title {
|
|
47
|
+
height: 24px;
|
|
48
|
+
font-weight: 400;
|
|
49
|
+
font-size: 16px;
|
|
50
|
+
padding-inline-end: 24px;
|
|
51
|
+
}
|
|
52
|
+
.ant-steps .ant-steps-item-content {
|
|
53
|
+
margin-left: 4px;
|
|
54
|
+
}
|
|
55
|
+
.ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
56
|
+
background-color: #ff4d4f;
|
|
57
|
+
}
|
|
58
|
+
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
59
|
+
background-color: #34b77c;
|
|
60
|
+
}
|
|
61
|
+
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
62
|
+
color: #ffffff;
|
|
63
|
+
font-weight: 500;
|
|
64
|
+
font-size: 16px;
|
|
65
|
+
}
|
|
66
|
+
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
67
|
+
min-height: 16px;
|
|
68
|
+
margin-top: 5px;
|
|
69
|
+
color: #999999;
|
|
70
|
+
font-weight: 400;
|
|
71
|
+
font-size: 12px;
|
|
72
|
+
line-height: 1.2rem;
|
|
73
|
+
}
|
|
74
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
75
|
+
background-color: #ffffff;
|
|
76
|
+
border-color: #dee4ed;
|
|
77
|
+
}
|
|
78
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
79
|
+
color: #dee4ed;
|
|
80
|
+
font-weight: 500;
|
|
81
|
+
font-size: 16px;
|
|
82
|
+
}
|
|
83
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
|
|
84
|
+
min-height: 16px;
|
|
85
|
+
margin-top: 5px;
|
|
86
|
+
color: #999999;
|
|
87
|
+
font-weight: 400;
|
|
88
|
+
font-size: 12px;
|
|
89
|
+
line-height: 1.2rem;
|
|
90
|
+
}
|
|
91
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
|
|
92
|
+
inset-inline-start: 13px;
|
|
93
|
+
margin: 4px 0;
|
|
94
|
+
}
|
|
95
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
96
|
+
background-color: #ffffff;
|
|
97
|
+
}
|
|
98
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
|
|
99
|
+
margin-inline-end: 8px;
|
|
100
|
+
}
|
|
101
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
102
|
+
inset-inline-start: 13px;
|
|
103
|
+
}
|
|
104
|
+
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
105
|
+
width: 28px;
|
|
106
|
+
height: 28px;
|
|
107
|
+
margin-top: 3px;
|
|
108
|
+
}
|
|
109
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-icon {
|
|
110
|
+
width: 24px;
|
|
111
|
+
height: 24px;
|
|
112
|
+
margin-top: 3px;
|
|
113
|
+
line-height: 25px;
|
|
114
|
+
}
|
|
115
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-content {
|
|
116
|
+
margin-top: 2px;
|
|
117
|
+
}
|
|
118
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
119
|
+
inset-inline-start: 13px;
|
|
120
|
+
margin: 3px -1px;
|
|
121
|
+
}
|
|
122
|
+
.ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
|
|
123
|
+
flex-shrink: 0;
|
|
124
|
+
width: 24px;
|
|
125
|
+
height: 24px;
|
|
126
|
+
line-height: 25px;
|
|
127
|
+
}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
.ant-steps {
|
|
2
|
+
& > * {
|
|
3
|
+
margin-right: 8px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ant-steps-item-container {
|
|
7
|
+
display: flex;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ant-steps-item-icon {
|
|
11
|
+
flex-shrink: 0;
|
|
12
|
+
width: 28px;
|
|
13
|
+
height: 28px;
|
|
14
|
+
margin-top: 3px;
|
|
15
|
+
line-height: 27px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ant-steps-item.ant-steps-item-process {
|
|
19
|
+
.ant-steps-item-icon {
|
|
20
|
+
.ant-steps-icon {
|
|
21
|
+
font-weight: 500;
|
|
22
|
+
font-size: 16px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.ant-steps-item-container {
|
|
27
|
+
.ant-steps-item-description {
|
|
28
|
+
min-height: 16px;
|
|
29
|
+
margin-top: 5px;
|
|
30
|
+
color: #999999;
|
|
31
|
+
font-weight: 400;
|
|
32
|
+
font-size: 12px;
|
|
33
|
+
line-height: 1.2rem;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.ant-steps-item-finish {
|
|
39
|
+
.ant-steps-item-container {
|
|
40
|
+
.ant-steps-item-icon {
|
|
41
|
+
background-color: #ffffff;
|
|
42
|
+
border-color: #34b77c;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ant-steps-finish-icon {
|
|
46
|
+
width: 12px;
|
|
47
|
+
height: 12px;
|
|
48
|
+
|
|
49
|
+
svg {
|
|
50
|
+
width: 12px;
|
|
51
|
+
height: 12px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ant-steps-item-content {
|
|
56
|
+
.ant-steps-item-description {
|
|
57
|
+
min-height: 16px;
|
|
58
|
+
margin-top: 5px;
|
|
59
|
+
color: #999999;
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
font-size: 12px;
|
|
62
|
+
line-height: 1.2rem;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ant-steps-item-title {
|
|
69
|
+
height: 24px;
|
|
70
|
+
font-weight: 400;
|
|
71
|
+
font-size: 16px;
|
|
72
|
+
padding-inline-end: 24px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.ant-steps-item-content {
|
|
76
|
+
margin-left: 4px;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.ant-steps-item-error.ant-steps-item-active {
|
|
80
|
+
.ant-steps-item-container {
|
|
81
|
+
.ant-steps-item-icon {
|
|
82
|
+
background-color: #ff4d4f;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.ant-steps-item-active {
|
|
88
|
+
.ant-steps-item-container {
|
|
89
|
+
.ant-steps-item-icon {
|
|
90
|
+
background-color: #34b77c;
|
|
91
|
+
|
|
92
|
+
.ant-steps-icon {
|
|
93
|
+
color: #ffffff;
|
|
94
|
+
font-weight: 500;
|
|
95
|
+
font-size: 16px;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ant-steps-item-content {
|
|
100
|
+
.ant-steps-item-description {
|
|
101
|
+
min-height: 16px;
|
|
102
|
+
margin-top: 5px;
|
|
103
|
+
color: #999999;
|
|
104
|
+
font-weight: 400;
|
|
105
|
+
font-size: 12px;
|
|
106
|
+
line-height: 1.2rem;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.ant-steps-item-wait {
|
|
113
|
+
.ant-steps-item-container {
|
|
114
|
+
.ant-steps-item-icon {
|
|
115
|
+
background-color: #ffffff;
|
|
116
|
+
border-color: #dee4ed;
|
|
117
|
+
|
|
118
|
+
.ant-steps-icon {
|
|
119
|
+
color: #dee4ed;
|
|
120
|
+
font-weight: 500;
|
|
121
|
+
font-size: 16px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.ant-steps-item-description {
|
|
126
|
+
min-height: 16px;
|
|
127
|
+
margin-top: 5px;
|
|
128
|
+
color: #999999;
|
|
129
|
+
font-weight: 400;
|
|
130
|
+
font-size: 12px;
|
|
131
|
+
line-height: 1.2rem;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active {
|
|
138
|
+
.ant-steps-item-container {
|
|
139
|
+
.ant-steps-item-tail {
|
|
140
|
+
inset-inline-start: 13px;
|
|
141
|
+
margin: 4px 0;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ant-steps-item-icon {
|
|
145
|
+
background-color: #ffffff;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.ant-steps.ant-steps-vertical {
|
|
151
|
+
.ant-steps-item .ant-steps-item-icon {
|
|
152
|
+
margin-inline-end: 8px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.ant-steps-item {
|
|
156
|
+
.ant-steps-item-container {
|
|
157
|
+
.ant-steps-item-tail {
|
|
158
|
+
inset-inline-start: 13px;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.ant-steps-item-icon {
|
|
164
|
+
width: 28px;
|
|
165
|
+
height: 28px;
|
|
166
|
+
margin-top: 3px;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.ant-steps.ant-steps-vertical.ant-steps-small {
|
|
171
|
+
.ant-steps-item-icon {
|
|
172
|
+
width: 24px;
|
|
173
|
+
height: 24px;
|
|
174
|
+
margin-top: 3px;
|
|
175
|
+
line-height: 25px;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.ant-steps-item .ant-steps-item-content {
|
|
179
|
+
margin-top: 2px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.ant-steps-item {
|
|
183
|
+
.ant-steps-item-tail {
|
|
184
|
+
inset-inline-start: 13px;
|
|
185
|
+
margin: 3px -1px;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.ant-steps.ant-steps-horizontal.ant-steps-small {
|
|
191
|
+
.ant-steps-item-icon {
|
|
192
|
+
flex-shrink: 0;
|
|
193
|
+
width: 24px;
|
|
194
|
+
height: 24px;
|
|
195
|
+
line-height: 25px;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
2
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
3
|
+
padding-bottom: 0;
|
|
4
|
+
}
|
|
5
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
6
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
7
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
8
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
9
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
10
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
11
|
+
overflow: visible;
|
|
12
|
+
}
|
|
13
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
14
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
15
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
16
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
17
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
18
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
19
|
+
overflow: visible;
|
|
20
|
+
}
|
|
21
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
22
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
23
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
24
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
25
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
26
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
27
|
+
overflow: visible;
|
|
28
|
+
}
|
|
29
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
30
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
31
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
32
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
33
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
34
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
35
|
+
position: sticky;
|
|
36
|
+
top: 0;
|
|
37
|
+
z-index: 90;
|
|
38
|
+
border-top: 4px solid #ffffff;
|
|
39
|
+
}
|
|
40
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
41
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
42
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
43
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
44
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
45
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
46
|
+
position: sticky;
|
|
47
|
+
bottom: -1px;
|
|
48
|
+
z-index: 90;
|
|
49
|
+
}
|
|
50
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
51
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
52
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
53
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
54
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
55
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
56
|
+
bottom: 44px;
|
|
57
|
+
}
|
|
58
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
59
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
60
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
61
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
62
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
63
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
64
|
+
position: sticky;
|
|
65
|
+
bottom: 0;
|
|
66
|
+
z-index: 90;
|
|
67
|
+
margin: 0;
|
|
68
|
+
padding: 8px 0;
|
|
69
|
+
background-color: #ffffff;
|
|
70
|
+
}
|
|
71
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
72
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
73
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
74
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
75
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
76
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
77
|
+
padding-top: 4px;
|
|
78
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
@import '../../mixins/config.less';
|
|
2
|
+
|
|
3
|
+
@tw: ~'@{ns}-ap-table__table-wrapper';
|
|
4
|
+
@sb: ~'@{ns}-scroll-bar';
|
|
5
|
+
|
|
6
|
+
// 三种表格ApTable的表头+分页器的sticky定位样式
|
|
7
|
+
[class*='-ap-table'].ap-table--sticky {
|
|
8
|
+
.@{tw},
|
|
9
|
+
.ant-table-wrapper {
|
|
10
|
+
&:has(ul.ant-pagination) {
|
|
11
|
+
padding-bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
& .ant-spin-container,
|
|
15
|
+
&,
|
|
16
|
+
.ant-spin-container {
|
|
17
|
+
overflow: visible;
|
|
18
|
+
|
|
19
|
+
.ant-table {
|
|
20
|
+
overflow: visible;
|
|
21
|
+
|
|
22
|
+
.ant-table-container {
|
|
23
|
+
overflow: visible;
|
|
24
|
+
|
|
25
|
+
.ant-table-header {
|
|
26
|
+
position: sticky;
|
|
27
|
+
top: 0;
|
|
28
|
+
z-index: 90;
|
|
29
|
+
border-top: 4px solid #ffffff;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.@{sb} {
|
|
35
|
+
position: sticky;
|
|
36
|
+
bottom: -1px;
|
|
37
|
+
z-index: 90;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&:has(ul.ant-pagination) {
|
|
41
|
+
.@{sb} {
|
|
42
|
+
bottom: 44px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
ul.ant-pagination {
|
|
47
|
+
position: sticky;
|
|
48
|
+
bottom: 0;
|
|
49
|
+
z-index: 90;
|
|
50
|
+
margin: 0;
|
|
51
|
+
padding: 8px 0;
|
|
52
|
+
background-color: #ffffff;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&:has(.@{sb}) {
|
|
56
|
+
ul.ant-pagination {
|
|
57
|
+
padding-top: 4px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
.ant-alert .ant-alert-close-icon {
|
|
2
|
+
line-height: 18px;
|
|
3
|
+
}
|
|
4
|
+
.ant-alert .ant-alert-icon {
|
|
5
|
+
font-size: 16px;
|
|
6
|
+
margin-inline-end: 8px;
|
|
7
|
+
}
|
|
8
|
+
.ant-alert .ant-alert-message {
|
|
9
|
+
color: #182948;
|
|
10
|
+
font-weight: normal !important;
|
|
11
|
+
font-size: 12px;
|
|
12
|
+
line-height: 18px;
|
|
13
|
+
}
|
|
14
|
+
.ant-alert .ant-alert-message .href {
|
|
15
|
+
color: #0070ff;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
}
|
|
18
|
+
.ant-alert.ant-alert-with-description .ant-alert-message {
|
|
19
|
+
margin-bottom: 4px;
|
|
20
|
+
font-weight: bold !important;
|
|
21
|
+
}
|
|
22
|
+
.ant-alert .ant-alert-description {
|
|
23
|
+
color: #182948;
|
|
24
|
+
}
|
|
25
|
+
.ant-alert.ant-alert-warning {
|
|
26
|
+
background: rgba(255, 169, 64, 0.1);
|
|
27
|
+
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
28
|
+
}
|
|
29
|
+
.ant-alert.ant-alert-info {
|
|
30
|
+
background: rgba(0, 112, 255, 0.1);
|
|
31
|
+
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
32
|
+
}
|
|
33
|
+
.ant-alert.ant-alert-success {
|
|
34
|
+
background: rgba(46, 209, 163, 0.1);
|
|
35
|
+
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
36
|
+
}
|
|
37
|
+
.ant-alert.ant-alert-error {
|
|
38
|
+
background: rgba(255, 77, 79, 0.1);
|
|
39
|
+
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
40
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
@import '../../mixins/config.less';
|
|
2
|
+
|
|
3
|
+
.ant-alert {
|
|
4
|
+
.ant-alert-close-icon {
|
|
5
|
+
line-height: 18px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ant-alert-icon {
|
|
9
|
+
font-size: 16px;
|
|
10
|
+
margin-inline-end: @spacing;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ant-alert-message {
|
|
14
|
+
color: #182948;
|
|
15
|
+
font-weight: normal !important;
|
|
16
|
+
font-size: @font-size-base;
|
|
17
|
+
line-height: @line-height-base;
|
|
18
|
+
|
|
19
|
+
.href {
|
|
20
|
+
color: #0070ff;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.ant-alert-with-description {
|
|
26
|
+
.ant-alert-message {
|
|
27
|
+
margin-bottom: @spacing-xs;
|
|
28
|
+
font-weight: bold !important;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ant-alert-description {
|
|
33
|
+
color: #182948;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.ant-alert-warning {
|
|
37
|
+
background: rgba(255, 169, 64, 0.1);
|
|
38
|
+
border: 1px solid rgba(255, 169, 64, 0.4);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&.ant-alert-info {
|
|
42
|
+
background: rgba(0, 112, 255, 0.1);
|
|
43
|
+
border: 1px solid rgba(0, 112, 255, 0.4);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.ant-alert-success {
|
|
47
|
+
background: rgba(46, 209, 163, 0.1);
|
|
48
|
+
border: 1px solid rgba(46, 209, 163, 0.4);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.ant-alert-error {
|
|
52
|
+
background: rgba(255, 77, 79, 0.1);
|
|
53
|
+
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
.ant-btn {
|
|
2
|
+
box-shadow: none;
|
|
3
|
+
}
|
|
4
|
+
.ant-btn.ant-btn-primary[disabled],
|
|
5
|
+
.ant-btn.ant-btn-primary[disabled]:hover {
|
|
6
|
+
color: #ffffff;
|
|
7
|
+
background: #cce2ff;
|
|
8
|
+
border-color: #cce2ff;
|
|
9
|
+
}
|
|
10
|
+
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled],
|
|
11
|
+
.ant-btn.ant-btn-dangerous.ant-btn-default[disabled]:hover {
|
|
12
|
+
color: #ffffff;
|
|
13
|
+
background: #ffdbdc;
|
|
14
|
+
border-color: #ffdbdc;
|
|
15
|
+
}
|
|
16
|
+
.ant-btn.ant-btn-default[disabled],
|
|
17
|
+
.ant-btn.ant-btn-default[disabled]:hover {
|
|
18
|
+
color: #abb7cc;
|
|
19
|
+
background: #f9f9fa;
|
|
20
|
+
border-color: #dee4ed;
|
|
21
|
+
}
|
|
22
|
+
.ant-btn.ant-btn-link[disabled],
|
|
23
|
+
.ant-btn.ant-btn-link[disabled]:hover,
|
|
24
|
+
.ant-btn.ant-btn-text[disabled],
|
|
25
|
+
.ant-btn.ant-btn-text[disabled]:hover {
|
|
26
|
+
color: #cce2ff;
|
|
27
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.ant-btn {
|
|
2
|
+
box-shadow: none;
|
|
3
|
+
|
|
4
|
+
&.ant-btn-primary[disabled],
|
|
5
|
+
&.ant-btn-primary[disabled]:hover {
|
|
6
|
+
color: #ffffff;
|
|
7
|
+
background: #cce2ff;
|
|
8
|
+
border-color: #cce2ff;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.ant-btn-dangerous.ant-btn-default[disabled],
|
|
12
|
+
&.ant-btn-dangerous.ant-btn-default[disabled]:hover {
|
|
13
|
+
color: #ffffff;
|
|
14
|
+
background: #ffdbdc;
|
|
15
|
+
border-color: #ffdbdc;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&.ant-btn-default[disabled],
|
|
19
|
+
&.ant-btn-default[disabled]:hover {
|
|
20
|
+
color: #abb7cc;
|
|
21
|
+
background: #f9f9fa;
|
|
22
|
+
border-color: #dee4ed;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.ant-btn-link[disabled],
|
|
26
|
+
&.ant-btn-link[disabled]:hover,
|
|
27
|
+
&.ant-btn-text[disabled],
|
|
28
|
+
&.ant-btn-text[disabled]:hover {
|
|
29
|
+
color: #cce2ff;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
.ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
2
|
+
border-color: #d3d7de;
|
|
3
|
+
}
|
|
4
|
+
.ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
5
|
+
border-color: #d3d7de;
|
|
6
|
+
}
|
|
7
|
+
.ant-input::-moz-placeholder {
|
|
8
|
+
color: #abb7cc;
|
|
9
|
+
}
|
|
10
|
+
.ant-input::placeholder {
|
|
11
|
+
color: #abb7cc;
|
|
12
|
+
}
|
|
13
|
+
.ant-select .ant-select-selection-placeholder {
|
|
14
|
+
color: #abb7cc;
|
|
15
|
+
}
|
|
16
|
+
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
17
|
+
color: #abb7cc;
|
|
18
|
+
}
|
|
19
|
+
.ant-picker .ant-picker-input > input::placeholder {
|
|
20
|
+
color: #abb7cc;
|
|
21
|
+
}
|
|
22
|
+
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
23
|
+
color: #abb7cc;
|
|
24
|
+
}
|
|
25
|
+
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
26
|
+
color: #abb7cc;
|
|
27
|
+
}
|
|
28
|
+
input[disabled].ant-input {
|
|
29
|
+
color: var(--ap-text-color-1);
|
|
30
|
+
}
|
|
31
|
+
textarea[disabled].ant-input {
|
|
32
|
+
color: var(--ap-text-color-1);
|
|
33
|
+
}
|
|
34
|
+
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
35
|
+
color: var(--ap-text-color-1);
|
|
36
|
+
}
|
|
37
|
+
.ant-select-disabled .ant-select-selection-item {
|
|
38
|
+
color: var(--ap-text-color-1) !important;
|
|
39
|
+
}
|
|
40
|
+
.ant-input-clear-icon {
|
|
41
|
+
line-height: 18px;
|
|
42
|
+
}
|