@aplus-frontend/ui 6.17.2 → 6.18.0
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 +1 -2
- package/es/src/ap-form/ap-form.vue2.mjs +2 -2
- package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
- 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 +3 -4
- 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 +3 -4
- 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 +2 -4
- package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
- package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
- package/es/src/ap-grid/editable/index.vue.mjs +2 -2
- package/es/src/ap-grid/index.vue.d.ts +2 -4
- package/es/src/ap-grid/index.vue.mjs +26 -19
- package/es/src/ap-grid/utils/table.d.ts +1 -1
- package/es/src/ap-grid/utils/table.mjs +31 -31
- package/es/src/ap-list/index.vue.d.ts +2 -4
- 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 +2 -4
- 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 +2 -7
- 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 +3 -19
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +395 -144
- package/es/src/business/ap-draggable-grid/constans.d.ts +0 -8
- package/es/src/business/ap-draggable-grid/constans.mjs +0 -8
- package/es/src/business/ap-draggable-grid/index.d.ts +3 -31
- package/es/src/business/ap-draggable-grid/interface.d.ts +2 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
- package/es/src/business/ap-expand-alert/index.d.ts +4 -6
- 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 +2 -4
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
- 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 +17 -5
- 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 +2 -3
- 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 +2 -3
- 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 +5 -1
- package/es/src/editable-table/form-item.vue.d.ts +2 -4
- package/es/src/editable-table/form-item.vue.mjs +2 -2
- package/es/src/editable-table/index.vue.d.ts +2 -4
- 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 +2 -3
- 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 +1 -2
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
- package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
- package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
- package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
- package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
- package/lib/src/ap-grid/index.vue.d.ts +2 -4
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/utils/table.d.ts +1 -1
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-list/index.vue.d.ts +2 -4
- package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
- 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 +2 -7
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
- package/lib/src/business/ap-draggable-grid/constans.d.ts +0 -8
- package/lib/src/business/ap-draggable-grid/constans.js +1 -1
- package/lib/src/business/ap-draggable-grid/index.d.ts +3 -31
- package/lib/src/business/ap-draggable-grid/interface.d.ts +2 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
- package/lib/src/business/ap-select-layout/index.d.ts +2 -4
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
- package/lib/src/business/ap-table-modal/index.d.ts +17 -5
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
- package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
- package/lib/src/editable-table/form-item.vue.d.ts +2 -4
- package/lib/src/editable-table/index.vue.d.ts +2 -4
- 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 +2 -3
- package/package.json +1 -1
- package/theme/ap-descriptions/ap-descriptions.css +1 -1
- package/theme/ap-descriptions/ap-descriptions.less +1 -1
- package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -3
- package/theme/ap-draggable-grid/ap-draggable-grid.less +4 -2
- package/theme/index.css +5 -4
- package/theme/antd-global-overwrite/admin/alert.css +0 -37
- package/theme/antd-global-overwrite/admin/alert.less +0 -51
- package/theme/antd-global-overwrite/admin/button.css +0 -27
- package/theme/antd-global-overwrite/admin/button.less +0 -31
- package/theme/antd-global-overwrite/admin/field.css +0 -42
- package/theme/antd-global-overwrite/admin/field.less +0 -43
- package/theme/antd-global-overwrite/admin/form.css +0 -57
- package/theme/antd-global-overwrite/admin/form.less +0 -97
- package/theme/antd-global-overwrite/admin/message.css +0 -10
- package/theme/antd-global-overwrite/admin/message.less +0 -13
- package/theme/antd-global-overwrite/admin/modal.css +0 -94
- package/theme/antd-global-overwrite/admin/modal.less +0 -128
- package/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/theme/antd-global-overwrite/admin/pagination.less +0 -91
- package/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/theme/antd-global-overwrite/admin/steps.less +0 -197
- package/theme/antd-global-overwrite/admin/table.css +0 -78
- package/theme/antd-global-overwrite/admin/table.less +0 -62
- package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
- package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
- package/theme/antd-global-overwrite/aplus/alert.css +0 -40
- package/theme/antd-global-overwrite/aplus/alert.less +0 -55
- package/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/theme/antd-global-overwrite/aplus/button.less +0 -31
- package/theme/antd-global-overwrite/aplus/field.css +0 -42
- package/theme/antd-global-overwrite/aplus/field.less +0 -43
- package/theme/antd-global-overwrite/aplus/form.css +0 -87
- package/theme/antd-global-overwrite/aplus/form.less +0 -133
- package/theme/antd-global-overwrite/aplus/message.css +0 -10
- package/theme/antd-global-overwrite/aplus/message.less +0 -13
- package/theme/antd-global-overwrite/aplus/modal.css +0 -87
- package/theme/antd-global-overwrite/aplus/modal.less +0 -120
- package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
- package/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/theme/antd-global-overwrite/aplus/steps.less +0 -198
- package/theme/antd-global-overwrite/aplus/table.css +0 -78
- package/theme/antd-global-overwrite/aplus/table.less +0 -61
- package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
- package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
- package/theme/ap-table/ap-table-pagination.css +0 -12
- package/theme/ap-table/ap-table-pagination.less +0 -14
- package/theme/ui-mode.css +0 -60
- package/theme/ui-mode.less +0 -109
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
.ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
2
|
-
border-color: #d3d7de;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.ant-radio:not(.ant-radio-checked) .ant-radio-inner {
|
|
6
|
-
border-color: #d3d7de;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ant-input::placeholder {
|
|
10
|
-
color: #abb7cc;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ant-select .ant-select-selection-placeholder {
|
|
14
|
-
color: #abb7cc;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
18
|
-
color: #abb7cc;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
22
|
-
color: #abb7cc;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
input[disabled].ant-input {
|
|
26
|
-
color: var(--ap-text-color-1);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
textarea[disabled].ant-input {
|
|
30
|
-
color: var(--ap-text-color-1);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
34
|
-
color: var(--ap-text-color-1);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.ant-select-disabled .ant-select-selection-item {
|
|
38
|
-
color: var(--ap-text-color-1) !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.ant-input-clear-icon {
|
|
42
|
-
line-height: 18px;
|
|
43
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
.ant-form .ant-form-item label {
|
|
2
|
-
font-weight: normal;
|
|
3
|
-
}
|
|
4
|
-
.ant-form .ant-form-item label svg {
|
|
5
|
-
color: #0070ff;
|
|
6
|
-
}
|
|
7
|
-
.ant-form .ant-form-item-control {
|
|
8
|
-
padding-left: 0;
|
|
9
|
-
}
|
|
10
|
-
.ant-form .ant-form-item-control .ant-form-item-explain-error {
|
|
11
|
-
font-size: 12px;
|
|
12
|
-
}
|
|
13
|
-
.ant-input::-moz-placeholder {
|
|
14
|
-
color: #abb7cc;
|
|
15
|
-
}
|
|
16
|
-
.ant-input::placeholder {
|
|
17
|
-
color: #abb7cc;
|
|
18
|
-
}
|
|
19
|
-
.ant-select .ant-select-selection-placeholder {
|
|
20
|
-
color: #abb7cc;
|
|
21
|
-
}
|
|
22
|
-
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
23
|
-
color: #abb7cc;
|
|
24
|
-
}
|
|
25
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
26
|
-
color: #abb7cc;
|
|
27
|
-
}
|
|
28
|
-
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
29
|
-
color: #abb7cc;
|
|
30
|
-
}
|
|
31
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
32
|
-
color: #abb7cc;
|
|
33
|
-
}
|
|
34
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item,
|
|
35
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item {
|
|
36
|
-
margin-bottom: 16px;
|
|
37
|
-
/** 适配Aplus UI */
|
|
38
|
-
}
|
|
39
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation,
|
|
40
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation {
|
|
41
|
-
border: 1px solid #dee4ed;
|
|
42
|
-
border-radius: 4px;
|
|
43
|
-
}
|
|
44
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label,
|
|
45
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label {
|
|
46
|
-
padding-left: 12px;
|
|
47
|
-
}
|
|
48
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label,
|
|
49
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-label label {
|
|
50
|
-
height: 30px;
|
|
51
|
-
color: #182948;
|
|
52
|
-
}
|
|
53
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input,
|
|
54
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input {
|
|
55
|
-
min-height: 30px;
|
|
56
|
-
}
|
|
57
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
58
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-select-selector,
|
|
59
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
60
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-affix-wrapper,
|
|
61
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
62
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
63
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
64
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
65
|
-
height: 30px;
|
|
66
|
-
border: none;
|
|
67
|
-
border-color: #dee4ed;
|
|
68
|
-
box-shadow: none;
|
|
69
|
-
}
|
|
70
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
71
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-input-number,
|
|
72
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker,
|
|
73
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] .ant-form-item.aplus-ui-adaptation .ant-form-item-control-input .ant-picker {
|
|
74
|
-
width: 100%;
|
|
75
|
-
}
|
|
76
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit,
|
|
77
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.submit {
|
|
78
|
-
margin-right: 0.5rem;
|
|
79
|
-
}
|
|
80
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset,
|
|
81
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.reset {
|
|
82
|
-
margin-right: 0;
|
|
83
|
-
}
|
|
84
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse,
|
|
85
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.collapse {
|
|
86
|
-
margin-left: 0.5rem;
|
|
87
|
-
}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
@import '../../mixins/config.less';
|
|
2
|
-
@ad: ~'@{ns}-ui-adaptation';
|
|
3
|
-
|
|
4
|
-
.ant-form {
|
|
5
|
-
.ant-form-item {
|
|
6
|
-
// label style
|
|
7
|
-
label {
|
|
8
|
-
font-weight: normal;
|
|
9
|
-
|
|
10
|
-
svg {
|
|
11
|
-
color: #0070ff;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ant-form-item-control {
|
|
17
|
-
padding-left: 0;
|
|
18
|
-
// error style
|
|
19
|
-
.ant-form-item-explain-error {
|
|
20
|
-
font-size: 12px;
|
|
21
|
-
}
|
|
22
|
-
// Radio style
|
|
23
|
-
// .ant-radio-wrapper .ant-radio {
|
|
24
|
-
// &.ant-radio-checked {
|
|
25
|
-
// .ant-radio-inner {
|
|
26
|
-
// background-color: #ffffff;
|
|
27
|
-
// border-color: #0070ff;
|
|
28
|
-
|
|
29
|
-
// &::after {
|
|
30
|
-
// background-color: #0070ff;
|
|
31
|
-
// }
|
|
32
|
-
// }
|
|
33
|
-
// }
|
|
34
|
-
// }
|
|
35
|
-
// Select style
|
|
36
|
-
// .ant-select {
|
|
37
|
-
// &.ant-select-disabled {
|
|
38
|
-
// .ant-select-selector {
|
|
39
|
-
// color: #526a90;
|
|
40
|
-
// background-color: #f2f6f9;
|
|
41
|
-
// }
|
|
42
|
-
// }
|
|
43
|
-
// }
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// placeholder style
|
|
48
|
-
.ant-input::placeholder {
|
|
49
|
-
color: #abb7cc;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.ant-select .ant-select-selection-placeholder {
|
|
53
|
-
color: #abb7cc;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
57
|
-
color: #abb7cc;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
61
|
-
color: #abb7cc;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// input disabled styles
|
|
65
|
-
// input.ant-input[disabled] {
|
|
66
|
-
// color: #526a90;
|
|
67
|
-
// }
|
|
68
|
-
|
|
69
|
-
// span.ant-input-affix-wrapper-disabled {
|
|
70
|
-
// background-color: #f2f6f9;
|
|
71
|
-
// }
|
|
72
|
-
|
|
73
|
-
// 兼容 table 里面 过滤器样式
|
|
74
|
-
// 新增对sticky表格的样式类型
|
|
75
|
-
div[class$='-basic-table-form-container'],
|
|
76
|
-
div[class$='-basic-table-form-container ap-table--sticky'] {
|
|
77
|
-
form[class$='-basic-form--compact'] {
|
|
78
|
-
.ant-form-item {
|
|
79
|
-
margin-bottom: 16px;
|
|
80
|
-
|
|
81
|
-
/** 适配Aplus UI */
|
|
82
|
-
&.@{ad} {
|
|
83
|
-
border: 1px solid #dee4ed;
|
|
84
|
-
border-radius: 4px;
|
|
85
|
-
|
|
86
|
-
.ant-form-item-label {
|
|
87
|
-
padding-left: 12px;
|
|
88
|
-
|
|
89
|
-
label {
|
|
90
|
-
height: 30px;
|
|
91
|
-
color: #182948;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.ant-form-item-control-input {
|
|
96
|
-
min-height: 30px;
|
|
97
|
-
// Select Input InputNumber Picker
|
|
98
|
-
.ant-select-selector,
|
|
99
|
-
.ant-input-affix-wrapper,
|
|
100
|
-
.ant-input-number,
|
|
101
|
-
.ant-picker {
|
|
102
|
-
height: 30px;
|
|
103
|
-
border: none;
|
|
104
|
-
border-color: #dee4ed;
|
|
105
|
-
box-shadow: none;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.ant-input-number,
|
|
109
|
-
.ant-picker {
|
|
110
|
-
width: 100%;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
// 按钮布局调整
|
|
117
|
-
div.ant-col[tableaction] {
|
|
118
|
-
.ant-form-item-control-input-content {
|
|
119
|
-
button.submit {
|
|
120
|
-
margin-right: 0.5rem;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
button.reset {
|
|
124
|
-
margin-right: 0;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
button.collapse {
|
|
128
|
-
margin-left: 0.5rem;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
.ant-message div.ant-message-notice-content {
|
|
2
|
-
padding: 10px 16px;
|
|
3
|
-
font-size: 14px;
|
|
4
|
-
line-height: 22px;
|
|
5
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
6
|
-
}
|
|
7
|
-
.ant-message .ant-message-notice .anticon {
|
|
8
|
-
margin-bottom: 1px;
|
|
9
|
-
margin-inline-end: 9px;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
.ant-message {
|
|
2
|
-
div.ant-message-notice-content {
|
|
3
|
-
padding: 10px 16px;
|
|
4
|
-
font-size: 14px;
|
|
5
|
-
line-height: 22px;
|
|
6
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ant-message-notice .anticon {
|
|
10
|
-
margin-bottom: 1px;
|
|
11
|
-
margin-inline-end: 9px;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
.ant-modal-root .ant-modal .ant-modal-close {
|
|
2
|
-
top: 14px;
|
|
3
|
-
inset-inline-end: 18px;
|
|
4
|
-
color: #8796b0;
|
|
5
|
-
}
|
|
6
|
-
.ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
7
|
-
background-color: transparent;
|
|
8
|
-
}
|
|
9
|
-
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
10
|
-
line-height: 0;
|
|
11
|
-
}
|
|
12
|
-
.ant-modal-root .ant-modal .ant-modal-content {
|
|
13
|
-
padding: 0;
|
|
14
|
-
}
|
|
15
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
16
|
-
margin-bottom: 0;
|
|
17
|
-
padding: 12px 20px;
|
|
18
|
-
border-bottom: 1px solid #E9EDF3;
|
|
19
|
-
}
|
|
20
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
21
|
-
padding: 16px 20px;
|
|
22
|
-
}
|
|
23
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
|
|
24
|
-
padding: 20px 0 !important;
|
|
25
|
-
}
|
|
26
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
|
|
27
|
-
padding: 0 20px;
|
|
28
|
-
overflow: hidden auto;
|
|
29
|
-
}
|
|
30
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
31
|
-
margin-top: 0;
|
|
32
|
-
padding: 0 20px 12px;
|
|
33
|
-
}
|
|
34
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
35
|
-
min-width: 72px;
|
|
36
|
-
}
|
|
37
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
38
|
-
margin-inline-start: 8px;
|
|
39
|
-
}
|
|
40
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
41
|
-
padding: 20px 24px;
|
|
42
|
-
}
|
|
43
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
44
|
-
margin-inline-end: 10px;
|
|
45
|
-
font-size: 22px;
|
|
46
|
-
}
|
|
47
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
48
|
-
color: #182948;
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
font-size: 16px;
|
|
51
|
-
line-height: 24px;
|
|
52
|
-
}
|
|
53
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
54
|
-
max-width: calc(100% - 40px);
|
|
55
|
-
color: #8896b0;
|
|
56
|
-
font-weight: normal;
|
|
57
|
-
font-size: 14px;
|
|
58
|
-
line-height: 200%;
|
|
59
|
-
margin-block-start: 4px;
|
|
60
|
-
margin-inline-start: 34px;
|
|
61
|
-
}
|
|
62
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
63
|
-
color: #8896b0;
|
|
64
|
-
}
|
|
65
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
66
|
-
margin-top: 0;
|
|
67
|
-
padding-top: 16px;
|
|
68
|
-
}
|
|
69
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
70
|
-
min-width: 72px;
|
|
71
|
-
}
|
|
72
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
73
|
-
margin-inline-start: 8px;
|
|
74
|
-
}
|
|
75
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
76
|
-
color: #06c687;
|
|
77
|
-
}
|
|
78
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
79
|
-
color: #0070ff;
|
|
80
|
-
}
|
|
81
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
82
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
83
|
-
color: #ffa940;
|
|
84
|
-
}
|
|
85
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
86
|
-
color: #ff4d4f;
|
|
87
|
-
}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
.ant-modal-root {
|
|
2
|
-
.ant-modal {
|
|
3
|
-
.ant-modal-close {
|
|
4
|
-
top: 14px;
|
|
5
|
-
inset-inline-end: 18px;
|
|
6
|
-
color: rgb(135, 150, 176);
|
|
7
|
-
|
|
8
|
-
&:hover {
|
|
9
|
-
background-color: transparent;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ant-modal-close-x {
|
|
14
|
-
line-height: 0;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ant-modal-content {
|
|
18
|
-
padding: 0;
|
|
19
|
-
|
|
20
|
-
.ant-modal-header {
|
|
21
|
-
margin-bottom: 0;
|
|
22
|
-
padding: 12px 20px;
|
|
23
|
-
border-bottom: 1px solid#E9EDF3;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.ant-modal-body {
|
|
27
|
-
padding: 16px 20px;
|
|
28
|
-
|
|
29
|
-
&:has([class*='ap-modal-body-wrapper']) {
|
|
30
|
-
padding: 20px 0 !important;
|
|
31
|
-
|
|
32
|
-
[class*='ap-modal-body-wrapper'] {
|
|
33
|
-
padding: 0 20px;
|
|
34
|
-
overflow: hidden auto;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.ant-modal-footer {
|
|
40
|
-
margin-top: 0;
|
|
41
|
-
padding: 0 20px 12px;
|
|
42
|
-
|
|
43
|
-
button {
|
|
44
|
-
min-width: 72px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
48
|
-
margin-inline-start: 8px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.ant-modal-confirm {
|
|
55
|
-
.ant-modal-content {
|
|
56
|
-
.ant-modal-body {
|
|
57
|
-
padding: 20px 24px;
|
|
58
|
-
|
|
59
|
-
.ant-modal-confirm-body {
|
|
60
|
-
// left icon
|
|
61
|
-
& > .anticon {
|
|
62
|
-
margin-inline-end: 10px;
|
|
63
|
-
font-size: 22px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.ant-modal-confirm-title {
|
|
67
|
-
color: #182948;
|
|
68
|
-
font-weight: normal;
|
|
69
|
-
font-size: 16px;
|
|
70
|
-
line-height: 24px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.ant-modal-confirm-content {
|
|
74
|
-
max-width: calc(100% - 40px);
|
|
75
|
-
color: #8896b0;
|
|
76
|
-
font-weight: normal;
|
|
77
|
-
font-size: 14px;
|
|
78
|
-
line-height: 200%;
|
|
79
|
-
margin-block-start: 4px;
|
|
80
|
-
margin-inline-start: 34px;
|
|
81
|
-
|
|
82
|
-
& > * {
|
|
83
|
-
color: #8896b0;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.ant-modal-confirm-btns {
|
|
89
|
-
margin-top: 0;
|
|
90
|
-
padding-top: 16px;
|
|
91
|
-
|
|
92
|
-
button {
|
|
93
|
-
min-width: 72px;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
97
|
-
margin-inline-start: 8px;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
106
|
-
color: #06c687;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
110
|
-
color: #0070ff;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
114
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
115
|
-
color: #ffa940;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
119
|
-
color: #ff4d4f;
|
|
120
|
-
}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
2
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
3
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right,
|
|
4
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
5
|
-
margin: 10px 0 0;
|
|
6
|
-
}
|
|
7
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination,
|
|
8
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination,
|
|
9
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination,
|
|
10
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination {
|
|
11
|
-
position: relative;
|
|
12
|
-
}
|
|
13
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
14
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
15
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text,
|
|
16
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-total-text {
|
|
17
|
-
position: absolute;
|
|
18
|
-
left: 0;
|
|
19
|
-
height: 30px;
|
|
20
|
-
line-height: 30px;
|
|
21
|
-
}
|
|
22
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
23
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
24
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item,
|
|
25
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item {
|
|
26
|
-
box-sizing: border-box;
|
|
27
|
-
min-width: 30px;
|
|
28
|
-
height: 30px;
|
|
29
|
-
margin: 0 4px;
|
|
30
|
-
font-weight: 400;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
line-height: 28px;
|
|
33
|
-
text-align: center;
|
|
34
|
-
border-radius: 4px;
|
|
35
|
-
}
|
|
36
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
37
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
38
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
39
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
40
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
41
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
42
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
43
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
44
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
45
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
46
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
47
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
48
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
49
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
50
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active),
|
|
51
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item:not([class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
|
|
52
|
-
border: 1px solid #d9d9d9;
|
|
53
|
-
}
|
|
54
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
55
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
56
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev,
|
|
57
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev {
|
|
58
|
-
width: 30px;
|
|
59
|
-
height: 30px;
|
|
60
|
-
margin: 0 4px;
|
|
61
|
-
line-height: 28px;
|
|
62
|
-
border: 1px solid #d9d9d9;
|
|
63
|
-
}
|
|
64
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left,
|
|
65
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left,
|
|
66
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left,
|
|
67
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left {
|
|
68
|
-
border: none;
|
|
69
|
-
}
|
|
70
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled,
|
|
71
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled,
|
|
72
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled,
|
|
73
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-prev.ant-pagination-disabled {
|
|
74
|
-
display: none;
|
|
75
|
-
}
|
|
76
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled,
|
|
77
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled,
|
|
78
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled,
|
|
79
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next.ant-pagination-disabled {
|
|
80
|
-
display: none;
|
|
81
|
-
}
|
|
82
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .anticon svg,
|
|
83
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .anticon svg,
|
|
84
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .anticon svg,
|
|
85
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .anticon svg {
|
|
86
|
-
width: 14px;
|
|
87
|
-
height: 14px;
|
|
88
|
-
}
|
|
89
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
90
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
91
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next,
|
|
92
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next {
|
|
93
|
-
width: 30px;
|
|
94
|
-
height: 30px;
|
|
95
|
-
margin: 0 4px;
|
|
96
|
-
line-height: 28px;
|
|
97
|
-
border: 1px solid #d9d9d9;
|
|
98
|
-
}
|
|
99
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right,
|
|
100
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right,
|
|
101
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right,
|
|
102
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right {
|
|
103
|
-
border: none;
|
|
104
|
-
}
|
|
105
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
106
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
107
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options,
|
|
108
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
109
|
-
margin-left: 4px;
|
|
110
|
-
}
|
|
111
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
112
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
113
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector,
|
|
114
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
115
|
-
min-width: 90px;
|
|
116
|
-
height: 30px;
|
|
117
|
-
}
|
|
118
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
119
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
120
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item,
|
|
121
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
122
|
-
line-height: 28px;
|
|
123
|
-
}
|
|
124
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
125
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
126
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow,
|
|
127
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
128
|
-
color: #333333;
|
|
129
|
-
}
|
|
130
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
131
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
132
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper,
|
|
133
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
134
|
-
margin-left: 20px;
|
|
135
|
-
color: #333333;
|
|
136
|
-
font-size: 14px;
|
|
137
|
-
}
|
|
138
|
-
[class$='-basic-table'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
139
|
-
[class$='-basic-table-form-container'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
140
|
-
[class$='-basic-table ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input,
|
|
141
|
-
[class$='-basic-table-form-container ap-table--sticky'] .ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
142
|
-
min-width: 60px;
|
|
143
|
-
height: 30px;
|
|
144
|
-
margin: 0 8px;
|
|
145
|
-
padding: 0;
|
|
146
|
-
border-radius: 4px;
|
|
147
|
-
}
|