@aplus-frontend/ui 0.5.2 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +37 -33
- package/es/src/ap-field/text/index.vue2.mjs +13 -13
- package/es/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/es/src/ap-grid/editable/form-item.vue.mjs +257 -0
- package/es/src/ap-grid/editable/form-item.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/es/src/ap-grid/editable/index.vue.mjs +288 -0
- package/es/src/ap-grid/editable/index.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/interface.d.ts +95 -0
- package/es/src/ap-grid/editable/interface.mjs +1 -0
- package/es/src/ap-grid/editable/style/css.d.ts +0 -0
- package/es/src/ap-grid/editable/style/css.js +1 -0
- package/es/src/ap-grid/editable/style/index.d.ts +0 -0
- package/es/src/ap-grid/editable/style/index.js +1 -0
- package/es/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/es/src/ap-grid/hooks/use-editable-columns.mjs +68 -0
- package/es/src/ap-grid/index.d.ts +4 -1
- package/es/src/ap-grid/index.mjs +3 -0
- package/es/src/ap-grid/index.vue.mjs +114 -104
- package/es/src/ap-grid/interface.d.ts +15 -0
- package/es/src/ap-grid/utils/col.mjs +39 -39
- package/es/src/ap-grid/utils/editable.d.ts +3 -0
- package/es/src/ap-grid/utils/editable.mjs +27 -0
- package/es/src/ap-grid/utils/table.mjs +24 -17
- package/es/src/business/batch-input-group/index.vue.mjs +6 -5
- package/es/src/config-provider/config-provider-props.mjs +1 -1
- package/es/src/editable-table/utils.d.ts +3 -2
- package/es/src/index.mjs +24 -20
- package/es/src/path-map.mjs +3 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -0
- package/lib/src/ap-grid/editable/form-item.vue2.js +1 -0
- package/lib/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/lib/src/ap-grid/editable/index.vue.js +1 -0
- package/lib/src/ap-grid/editable/index.vue2.js +1 -0
- package/lib/src/ap-grid/editable/interface.d.ts +95 -0
- package/lib/src/ap-grid/editable/interface.js +1 -0
- package/lib/src/ap-grid/editable/style/css.cjs +1 -0
- package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
- package/lib/src/ap-grid/editable/style/index.cjs +1 -0
- package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -0
- package/lib/src/ap-grid/index.d.ts +4 -1
- package/lib/src/ap-grid/index.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +15 -0
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-grid/utils/editable.d.ts +3 -0
- package/lib/src/ap-grid/utils/editable.js +1 -0
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/editable-table/utils.d.ts +3 -2
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +54 -54
- package/theme/antd-global-overwrite/admin/table.css +54 -54
- package/theme/antd-global-overwrite/admin/table.less +4 -3
- package/theme/antd-global-overwrite/aplus/index.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.less +4 -3
- package/theme/ap-grid/editable.css +22 -0
- package/theme/ap-grid/editable.less +28 -0
- package/theme/index.css +22 -0
- package/theme/index.less +1 -0
- package/es/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/es/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/es/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/es/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/es/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/es/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/es/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/es/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/es/src/theme/reset.css +0 -257
- package/lib/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/lib/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/lib/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/lib/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/lib/src/theme/reset.css +0 -257
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
.ant-message .ant-message-notice-content {
|
|
2
|
-
padding: 10px 16px;
|
|
3
|
-
/* 文字颜色/一级-333333 */
|
|
4
|
-
color: #333333;
|
|
5
|
-
font-weight: normal;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
line-height: 22px;
|
|
8
|
-
letter-spacing: 0;
|
|
9
|
-
border-radius: 4px;
|
|
10
|
-
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
11
|
-
}
|
|
12
|
-
.ant-message .ant-message-notice .anticon {
|
|
13
|
-
font-size: 14px;
|
|
14
|
-
line-height: 22px;
|
|
15
|
-
vertical-align: -0.18em;
|
|
16
|
-
margin-inline-end: 9px;
|
|
17
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
.ant-modal-root .ant-modal .ant-modal-close {
|
|
2
|
-
top: 0;
|
|
3
|
-
right: 0;
|
|
4
|
-
width: auto;
|
|
5
|
-
color: #8796b0;
|
|
6
|
-
font-weight: normal;
|
|
7
|
-
background: transparent;
|
|
8
|
-
outline: none;
|
|
9
|
-
cursor: default;
|
|
10
|
-
}
|
|
11
|
-
.ant-modal-root .ant-modal .ant-modal-close:hover {
|
|
12
|
-
color: #8796b0;
|
|
13
|
-
background-color: transparent;
|
|
14
|
-
}
|
|
15
|
-
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
16
|
-
display: inline-block;
|
|
17
|
-
width: 96px;
|
|
18
|
-
height: 54px;
|
|
19
|
-
line-height: 54px;
|
|
20
|
-
text-align: start;
|
|
21
|
-
}
|
|
22
|
-
.ant-modal-root .ant-modal .ant-modal-close-x > div {
|
|
23
|
-
height: 100%;
|
|
24
|
-
}
|
|
25
|
-
.ant-modal-root .ant-modal .ant-modal-close-x > span {
|
|
26
|
-
display: inline-block;
|
|
27
|
-
margin-left: 48px;
|
|
28
|
-
padding: 10px;
|
|
29
|
-
cursor: pointer;
|
|
30
|
-
transition: all 0.2s;
|
|
31
|
-
}
|
|
32
|
-
.ant-modal-root .ant-modal .ant-modal-close-x > span:hover {
|
|
33
|
-
color: #ed6f6f;
|
|
34
|
-
}
|
|
35
|
-
.ant-modal-root .ant-modal .ant-modal-content {
|
|
36
|
-
padding: 0;
|
|
37
|
-
}
|
|
38
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
39
|
-
margin-bottom: 0;
|
|
40
|
-
padding: 15px 20px;
|
|
41
|
-
border-bottom: 1px solid #E9EDF3;
|
|
42
|
-
}
|
|
43
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
|
|
44
|
-
padding-left: 0;
|
|
45
|
-
color: #182948;
|
|
46
|
-
font-weight: bold;
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
line-height: 24px;
|
|
49
|
-
}
|
|
50
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
51
|
-
padding: 20px !important;
|
|
52
|
-
}
|
|
53
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
54
|
-
padding: 0;
|
|
55
|
-
}
|
|
56
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
57
|
-
margin-bottom: 0 !important;
|
|
58
|
-
}
|
|
59
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
60
|
-
margin-top: 0;
|
|
61
|
-
padding: 0 20px 20px;
|
|
62
|
-
border-top: none;
|
|
63
|
-
}
|
|
64
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
65
|
-
min-width: 88px;
|
|
66
|
-
}
|
|
67
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
68
|
-
padding: 32px 32px 28px !important;
|
|
69
|
-
}
|
|
70
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
71
|
-
margin-inline-end: 16px;
|
|
72
|
-
font-size: 24px;
|
|
73
|
-
}
|
|
74
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
|
|
75
|
-
color: #182948;
|
|
76
|
-
font-weight: normal;
|
|
77
|
-
font-size: 16px;
|
|
78
|
-
line-height: 24px;
|
|
79
|
-
}
|
|
80
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
81
|
-
max-width: calc(100% - 40px);
|
|
82
|
-
color: #8896b0;
|
|
83
|
-
font-weight: normal;
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
line-height: 200%;
|
|
86
|
-
margin-block-start: 8px;
|
|
87
|
-
margin-inline-start: 40px;
|
|
88
|
-
}
|
|
89
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
90
|
-
color: #8896b0;
|
|
91
|
-
}
|
|
92
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
|
|
93
|
-
margin-top: 0;
|
|
94
|
-
padding-top: 24px;
|
|
95
|
-
}
|
|
96
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
97
|
-
min-width: 88px;
|
|
98
|
-
}
|
|
99
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
100
|
-
color: #06c687;
|
|
101
|
-
}
|
|
102
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
103
|
-
color: #0070ff;
|
|
104
|
-
}
|
|
105
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
106
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
107
|
-
color: #ffa940;
|
|
108
|
-
}
|
|
109
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
110
|
-
color: #ff4d4f;
|
|
111
|
-
}
|
|
@@ -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,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
|
-
}
|