@aplus-frontend/ui 0.6.1 → 0.6.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-grid/index.vue.mjs +140 -135
- package/es/src/ap-grid/utils/table.mjs +24 -21
- package/es/src/ap-table/utils.mjs +3 -3
- package/es/src/business/ap-card/ApCard.vue2.mjs +18 -18
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +1 -2
- package/theme/antd-global-overwrite/admin/index.css +1 -288
- package/theme/antd-global-overwrite/admin/index.less +1 -7
- package/theme/antd-global-overwrite/aplus/index.css +1 -284
- package/theme/antd-global-overwrite/aplus/index.less +1 -7
- package/theme/antdv-override.css +572 -0
- package/theme/antdv-override.less +659 -0
- package/theme/ap-grid/index.css +7 -0
- package/theme/ap-grid/index.less +7 -0
- package/theme/index.css +579 -0
- package/theme/index.less +2 -1
- package/es/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
- package/lib/src/ap-grid/hooks/use-load-vxe.d.ts +0 -1
- 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/drawer.css +0 -3
- package/theme/antd-global-overwrite/admin/drawer.less +0 -5
- 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 -91
- package/theme/antd-global-overwrite/admin/modal.less +0 -125
- 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/drawer.css +0 -3
- package/theme/antd-global-overwrite/aplus/drawer.less +0 -5
- 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 -84
- package/theme/antd-global-overwrite/aplus/modal.less +0 -117
- 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 → css-var.css} +0 -0
- /package/theme/{ui-mode.less → css-var.less} +0 -0
|
@@ -1,117 +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
|
-
}
|
|
70
|
-
|
|
71
|
-
.ant-modal-confirm-content {
|
|
72
|
-
max-width: calc(100% - 40px);
|
|
73
|
-
color: #8896b0;
|
|
74
|
-
font-weight: normal;
|
|
75
|
-
line-height: 1.5;
|
|
76
|
-
margin-block-start: 4px;
|
|
77
|
-
margin-inline-start: 34px;
|
|
78
|
-
|
|
79
|
-
& > * {
|
|
80
|
-
color: #8896b0;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.ant-modal-confirm-btns {
|
|
86
|
-
margin-top: 0;
|
|
87
|
-
padding-top: 16px;
|
|
88
|
-
|
|
89
|
-
button {
|
|
90
|
-
min-width: 72px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
94
|
-
margin-inline-start: 8px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
103
|
-
color: #06c687;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
107
|
-
color: #0070ff;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
111
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
112
|
-
color: #ffa940;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
116
|
-
color: #ff4d4f;
|
|
117
|
-
}
|
|
@@ -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
|
-
}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
// 新增对sticky表格的样式类型
|
|
2
|
-
[class$='-basic-table'],
|
|
3
|
-
[class$='-basic-table-form-container'],
|
|
4
|
-
[class$='-basic-table ap-table--sticky'],
|
|
5
|
-
[class$='-basic-table-form-container ap-table--sticky'] {
|
|
6
|
-
.ant-table-wrapper {
|
|
7
|
-
.ant-spin-container {
|
|
8
|
-
.ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
9
|
-
margin: 10px 0 0;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.ant-pagination {
|
|
14
|
-
position: relative;
|
|
15
|
-
|
|
16
|
-
.ant-pagination-total-text {
|
|
17
|
-
position: absolute;
|
|
18
|
-
left: 0;
|
|
19
|
-
height: 30px;
|
|
20
|
-
line-height: 30px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ant-pagination-item {
|
|
24
|
-
box-sizing: border-box;
|
|
25
|
-
min-width: 30px;
|
|
26
|
-
height: 30px;
|
|
27
|
-
margin: 0 4px;
|
|
28
|
-
font-weight: 400;
|
|
29
|
-
font-size: 14px;
|
|
30
|
-
line-height: 28px;
|
|
31
|
-
text-align: center;
|
|
32
|
-
border-radius: 4px;
|
|
33
|
-
|
|
34
|
-
&:not(&-active) {
|
|
35
|
-
border: 1px solid #d9d9d9;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.ant-pagination-prev {
|
|
40
|
-
width: 30px;
|
|
41
|
-
height: 30px;
|
|
42
|
-
margin: 0 4px;
|
|
43
|
-
line-height: 28px;
|
|
44
|
-
border: 1px solid #d9d9d9;
|
|
45
|
-
|
|
46
|
-
.anticon.anticon-left {
|
|
47
|
-
border: none;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.ant-pagination-prev.ant-pagination-disabled {
|
|
52
|
-
display: none;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.ant-pagination-next.ant-pagination-disabled {
|
|
56
|
-
display: none;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.anticon svg {
|
|
60
|
-
width: 14px;
|
|
61
|
-
height: 14px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.ant-pagination-next {
|
|
65
|
-
width: 30px;
|
|
66
|
-
height: 30px;
|
|
67
|
-
margin: 0 4px;
|
|
68
|
-
line-height: 28px;
|
|
69
|
-
border: 1px solid #d9d9d9;
|
|
70
|
-
|
|
71
|
-
.anticon.anticon-right {
|
|
72
|
-
border: none;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.ant-pagination-options {
|
|
77
|
-
margin-left: 4px;
|
|
78
|
-
|
|
79
|
-
.ant-select-selector {
|
|
80
|
-
min-width: 90px;
|
|
81
|
-
height: 30px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.ant-select-selection-item {
|
|
85
|
-
line-height: 28px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.ant-select .ant-select-arrow {
|
|
89
|
-
color: #333333;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.ant-pagination-options-quick-jumper {
|
|
93
|
-
margin-left: 20px;
|
|
94
|
-
color: #333333;
|
|
95
|
-
font-size: 14px;
|
|
96
|
-
|
|
97
|
-
input {
|
|
98
|
-
min-width: 60px;
|
|
99
|
-
height: 30px;
|
|
100
|
-
margin: 0 8px;
|
|
101
|
-
padding: 0;
|
|
102
|
-
border-radius: 4px;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
@@ -1,125 +0,0 @@
|
|
|
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: #0070ff;
|
|
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: #8896b0;
|
|
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
|
-
color: #8896b0;
|
|
49
|
-
font-weight: 400;
|
|
50
|
-
font-size: 16px;
|
|
51
|
-
padding-inline-end: 24px;
|
|
52
|
-
}
|
|
53
|
-
.ant-steps .ant-steps-item-content {
|
|
54
|
-
margin-left: 4px;
|
|
55
|
-
}
|
|
56
|
-
.ant-steps .ant-steps-item-error.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
57
|
-
background-color: #ff4d4f;
|
|
58
|
-
}
|
|
59
|
-
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
60
|
-
color: #ffffff;
|
|
61
|
-
font-weight: 500;
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
}
|
|
64
|
-
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
65
|
-
min-height: 16px;
|
|
66
|
-
margin-top: 5px;
|
|
67
|
-
color: #8896b0;
|
|
68
|
-
font-weight: 400;
|
|
69
|
-
font-size: 12px;
|
|
70
|
-
line-height: 1.2rem;
|
|
71
|
-
}
|
|
72
|
-
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
73
|
-
background-color: #ffffff;
|
|
74
|
-
border-color: #dee4ed;
|
|
75
|
-
}
|
|
76
|
-
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
77
|
-
color: #dee4ed;
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
font-size: 16px;
|
|
80
|
-
}
|
|
81
|
-
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
|
|
82
|
-
min-height: 16px;
|
|
83
|
-
margin-top: 5px;
|
|
84
|
-
color: #8896b0;
|
|
85
|
-
font-weight: 400;
|
|
86
|
-
font-size: 12px;
|
|
87
|
-
line-height: 1.2rem;
|
|
88
|
-
}
|
|
89
|
-
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
|
|
90
|
-
inset-inline-start: 13px;
|
|
91
|
-
margin: 4px 0;
|
|
92
|
-
}
|
|
93
|
-
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
94
|
-
background-color: #ffffff;
|
|
95
|
-
}
|
|
96
|
-
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
|
|
97
|
-
margin-inline-end: 8px;
|
|
98
|
-
}
|
|
99
|
-
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
100
|
-
inset-inline-start: 13px;
|
|
101
|
-
}
|
|
102
|
-
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
103
|
-
width: 28px;
|
|
104
|
-
height: 28px;
|
|
105
|
-
margin-top: 3px;
|
|
106
|
-
}
|
|
107
|
-
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-icon {
|
|
108
|
-
width: 24px;
|
|
109
|
-
height: 24px;
|
|
110
|
-
margin-top: 3px;
|
|
111
|
-
line-height: 25px;
|
|
112
|
-
}
|
|
113
|
-
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item .ant-steps-item-content {
|
|
114
|
-
margin-top: 2px;
|
|
115
|
-
}
|
|
116
|
-
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item .ant-steps-item-tail {
|
|
117
|
-
inset-inline-start: 13px;
|
|
118
|
-
margin: 3px -1;
|
|
119
|
-
}
|
|
120
|
-
.ant-steps.ant-steps-horizontal.ant-steps-small .ant-steps-item-icon {
|
|
121
|
-
flex-shrink: 0;
|
|
122
|
-
width: 24px;
|
|
123
|
-
height: 24px;
|
|
124
|
-
line-height: 25px;
|
|
125
|
-
}
|
|
@@ -1,198 +0,0 @@
|
|
|
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: #0070ff;
|
|
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: #8896b0;
|
|
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
|
-
color: #8896b0;
|
|
71
|
-
font-weight: 400;
|
|
72
|
-
font-size: 16px;
|
|
73
|
-
padding-inline-end: 24px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.ant-steps-item-content {
|
|
77
|
-
margin-left: 4px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.ant-steps-item-error.ant-steps-item-active {
|
|
81
|
-
.ant-steps-item-container {
|
|
82
|
-
.ant-steps-item-icon {
|
|
83
|
-
background-color: #ff4d4f;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.ant-steps-item-active {
|
|
89
|
-
.ant-steps-item-container {
|
|
90
|
-
.ant-steps-item-icon {
|
|
91
|
-
.ant-steps-icon {
|
|
92
|
-
color: #ffffff;
|
|
93
|
-
font-weight: 500;
|
|
94
|
-
font-size: 16px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.ant-steps-item-content {
|
|
99
|
-
.ant-steps-item-description {
|
|
100
|
-
min-height: 16px;
|
|
101
|
-
margin-top: 5px;
|
|
102
|
-
color: #8896b0;
|
|
103
|
-
font-weight: 400;
|
|
104
|
-
font-size: 12px;
|
|
105
|
-
line-height: 1.2rem;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.ant-steps-item-wait {
|
|
112
|
-
.ant-steps-item-container {
|
|
113
|
-
.ant-steps-item-icon {
|
|
114
|
-
background-color: #ffffff;
|
|
115
|
-
border-color: #dee4ed;
|
|
116
|
-
|
|
117
|
-
.ant-steps-icon {
|
|
118
|
-
color: #dee4ed;
|
|
119
|
-
font-weight: 500;
|
|
120
|
-
font-size: 16px;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.ant-steps-item-description {
|
|
125
|
-
min-height: 16px;
|
|
126
|
-
margin-top: 5px;
|
|
127
|
-
color: #8896b0;
|
|
128
|
-
font-weight: 400;
|
|
129
|
-
font-size: 12px;
|
|
130
|
-
line-height: 1.2rem;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active {
|
|
137
|
-
.ant-steps-item-container {
|
|
138
|
-
.ant-steps-item-tail {
|
|
139
|
-
inset-inline-start: 13px;
|
|
140
|
-
margin: 4px 0;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.ant-steps-item-icon {
|
|
144
|
-
background-color: #ffffff;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.ant-steps.ant-steps-vertical {
|
|
150
|
-
.ant-steps-item .ant-steps-item-icon {
|
|
151
|
-
margin-inline-end: 8px;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.ant-steps-item {
|
|
155
|
-
.ant-steps-item-container {
|
|
156
|
-
.ant-steps-item-tail {
|
|
157
|
-
inset-inline-start: 13px;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.ant-steps-item-icon {
|
|
163
|
-
width: 28px;
|
|
164
|
-
height: 28px;
|
|
165
|
-
margin-top: 3px;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.ant-steps.ant-steps-vertical.ant-steps-small {
|
|
170
|
-
.ant-steps-item-container {
|
|
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 -1;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.ant-steps.ant-steps-horizontal.ant-steps-small {
|
|
192
|
-
.ant-steps-item-icon {
|
|
193
|
-
flex-shrink: 0;
|
|
194
|
-
width: 24px;
|
|
195
|
-
height: 24px;
|
|
196
|
-
line-height: 25px;
|
|
197
|
-
}
|
|
198
|
-
}
|