@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.3
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-button/ap-button.vue.mjs +1 -1
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +39 -34
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-grid/editable/form-item.vue.mjs +23 -20
- package/es/src/ap-grid/editable/index.vue.mjs +3 -0
- package/es/src/ap-grid/index.vue.mjs +146 -136
- package/es/src/ap-grid/interface.d.ts +1 -1
- package/es/src/ap-grid/utils/table.mjs +32 -32
- package/es/src/ap-table/ap-table.vue2.mjs +206 -199
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
- package/es/src/ap-tag/interface.d.ts +4 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
- package/es/src/business/ap-export-group/index.d.ts +3 -0
- package/es/src/business/ap-export-group/interface.d.ts +7 -2
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue2.mjs +72 -69
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +49 -43
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
- package/es/src/config-provider/css-var.mjs +2 -2
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +4 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +3 -0
- package/lib/src/business/ap-export-group/interface.d.ts +7 -2
- package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/ap-view/interface.d.ts +4 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/config-provider/css-var.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +4 -4
- package/theme/antd-global-overwrite/admin/index.css +9 -25
- package/theme/antd-global-overwrite/admin/modal.css +6 -22
- package/theme/antd-global-overwrite/admin/modal.less +7 -22
- package/theme/antd-global-overwrite/admin/table.css +3 -3
- package/theme/antd-global-overwrite/admin/table.less +3 -3
- package/theme/antd-global-overwrite/aplus/index.css +9 -19
- package/theme/antd-global-overwrite/aplus/modal.css +6 -16
- package/theme/antd-global-overwrite/aplus/modal.less +7 -17
- package/theme/antd-global-overwrite/aplus/table.css +3 -3
- package/theme/antd-global-overwrite/aplus/table.less +3 -3
- package/theme/ap-appendix/ap-appendix.css +4 -2
- package/theme/ap-appendix/ap-appendix.less +4 -2
- package/theme/ap-attachment/ap-attachment.css +4 -4
- package/theme/ap-attachment/ap-attachment.less +4 -4
- package/theme/ap-batch-action/ap-batch-action.css +6 -3
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-descriptions/ap-descriptions.css +3 -5
- package/theme/ap-descriptions/ap-descriptions.less +3 -5
- package/theme/ap-download/ap-download.css +7 -10
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +1 -1
- package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
- package/theme/ap-form/ap-form-item.css +2 -2
- package/theme/ap-form/ap-form-item.less +2 -2
- package/theme/ap-form/index.css +5 -2
- package/theme/ap-form/search-form.css +5 -2
- package/theme/ap-form/search-form.less +3 -0
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +6 -3
- package/theme/ap-grid/index.less +6 -4
- package/theme/ap-ladder/ap-ladder.css +3 -3
- package/theme/ap-ladder/ap-ladder.less +3 -3
- package/theme/ap-select-layout/ap-select-layout.css +8 -8
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-status/ap-status.css +2 -3
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +3 -3
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +5 -5
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +15 -14
- package/theme/ap-table/ap-table.less +2 -5
- package/theme/ap-table/setting/index.css +3 -3
- package/theme/ap-table/setting/modal.css +1 -2
- package/theme/ap-table/setting/modal.less +1 -2
- package/theme/ap-table/setting/select-group.css +2 -1
- package/theme/ap-table/setting/select-group.less +2 -1
- package/theme/ap-table-modal/index.css +15 -14
- package/theme/ap-tag/ap-tag-group.less +2 -2
- package/theme/ap-tag/ap-tag.css +24 -15
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +2 -2
- package/theme/ap-title/ap-title.less +2 -2
- package/theme/ap-upload/index.css +3 -3
- package/theme/ap-upload/multiple-file.css +1 -1
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +2 -2
- package/theme/ap-upload/picture.less +2 -2
- package/theme/ap-view/ap-view.css +4 -0
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/editable-table/index.css +5 -2
- package/theme/index.css +90 -77
|
@@ -166,8 +166,8 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
166
166
|
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
167
167
|
display: inline-block;
|
|
168
168
|
width: 96px;
|
|
169
|
-
height:
|
|
170
|
-
line-height:
|
|
169
|
+
height: 47px;
|
|
170
|
+
line-height: 47px;
|
|
171
171
|
text-align: start;
|
|
172
172
|
}
|
|
173
173
|
.ant-modal-root .ant-modal .ant-modal-close-x > div {
|
|
@@ -188,22 +188,9 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
188
188
|
}
|
|
189
189
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
190
190
|
margin-bottom: 0;
|
|
191
|
-
padding:
|
|
191
|
+
padding: 12px 20px;
|
|
192
192
|
border-bottom: 1px solid #E9E9E9;
|
|
193
193
|
}
|
|
194
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
195
|
-
color: #333333;
|
|
196
|
-
font-weight: normal;
|
|
197
|
-
font-size: 16px;
|
|
198
|
-
line-height: 24px;
|
|
199
|
-
}
|
|
200
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
|
|
201
|
-
padding-left: 0;
|
|
202
|
-
color: #333333;
|
|
203
|
-
font-weight: normal;
|
|
204
|
-
font-size: 16px;
|
|
205
|
-
line-height: 24px;
|
|
206
|
-
}
|
|
207
194
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
208
195
|
padding: 20px !important;
|
|
209
196
|
}
|
|
@@ -222,14 +209,11 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
222
209
|
}
|
|
223
210
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
224
211
|
margin-top: 0;
|
|
225
|
-
padding:
|
|
212
|
+
padding: 12px 20px;
|
|
226
213
|
border-top: 1px solid #E9E9E9;
|
|
227
214
|
}
|
|
228
215
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
229
|
-
min-width:
|
|
230
|
-
}
|
|
231
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
232
|
-
padding: 32px 32px 28px !important;
|
|
216
|
+
min-width: 72px;
|
|
233
217
|
}
|
|
234
218
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
235
219
|
margin-inline-end: 16px;
|
|
@@ -258,7 +242,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
258
242
|
padding-top: 24px;
|
|
259
243
|
}
|
|
260
244
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
261
|
-
min-width:
|
|
245
|
+
min-width: 72px;
|
|
262
246
|
}
|
|
263
247
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
264
248
|
color: #06c687;
|
|
@@ -793,7 +777,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
793
777
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
794
778
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
795
779
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
796
|
-
bottom:
|
|
780
|
+
bottom: 48px;
|
|
797
781
|
}
|
|
798
782
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
799
783
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -817,7 +801,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
817
801
|
bottom: 0;
|
|
818
802
|
z-index: 90;
|
|
819
803
|
margin: 0;
|
|
820
|
-
padding:
|
|
804
|
+
padding: 12px 0;
|
|
821
805
|
background-color: #ffffff;
|
|
822
806
|
}
|
|
823
807
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
@@ -838,5 +822,5 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
838
822
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
839
823
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
840
824
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
841
|
-
padding-top:
|
|
825
|
+
padding-top: 4px;
|
|
842
826
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
16
16
|
display: inline-block;
|
|
17
17
|
width: 96px;
|
|
18
|
-
height:
|
|
19
|
-
line-height:
|
|
18
|
+
height: 47px;
|
|
19
|
+
line-height: 47px;
|
|
20
20
|
text-align: start;
|
|
21
21
|
}
|
|
22
22
|
.ant-modal-root .ant-modal .ant-modal-close-x > div {
|
|
@@ -37,22 +37,9 @@
|
|
|
37
37
|
}
|
|
38
38
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
39
39
|
margin-bottom: 0;
|
|
40
|
-
padding:
|
|
40
|
+
padding: 12px 20px;
|
|
41
41
|
border-bottom: 1px solid #E9E9E9;
|
|
42
42
|
}
|
|
43
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
44
|
-
color: #333333;
|
|
45
|
-
font-weight: normal;
|
|
46
|
-
font-size: 16px;
|
|
47
|
-
line-height: 24px;
|
|
48
|
-
}
|
|
49
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
|
|
50
|
-
padding-left: 0;
|
|
51
|
-
color: #333333;
|
|
52
|
-
font-weight: normal;
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
line-height: 24px;
|
|
55
|
-
}
|
|
56
43
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
57
44
|
padding: 20px !important;
|
|
58
45
|
}
|
|
@@ -71,14 +58,11 @@
|
|
|
71
58
|
}
|
|
72
59
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
73
60
|
margin-top: 0;
|
|
74
|
-
padding:
|
|
61
|
+
padding: 12px 20px;
|
|
75
62
|
border-top: 1px solid #E9E9E9;
|
|
76
63
|
}
|
|
77
64
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
78
|
-
min-width:
|
|
79
|
-
}
|
|
80
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
81
|
-
padding: 32px 32px 28px !important;
|
|
65
|
+
min-width: 72px;
|
|
82
66
|
}
|
|
83
67
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
84
68
|
margin-inline-end: 16px;
|
|
@@ -107,7 +91,7 @@
|
|
|
107
91
|
padding-top: 24px;
|
|
108
92
|
}
|
|
109
93
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
110
|
-
min-width:
|
|
94
|
+
min-width: 72px;
|
|
111
95
|
}
|
|
112
96
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
113
97
|
color: #06c687;
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
.ant-modal-close-x {
|
|
20
20
|
display: inline-block;
|
|
21
21
|
width: 96px;
|
|
22
|
-
height:
|
|
23
|
-
line-height:
|
|
22
|
+
height: 47px;
|
|
23
|
+
line-height: 47px;
|
|
24
24
|
text-align: start;
|
|
25
25
|
|
|
26
26
|
& > div {
|
|
@@ -45,23 +45,8 @@
|
|
|
45
45
|
|
|
46
46
|
.ant-modal-header {
|
|
47
47
|
margin-bottom: 0;
|
|
48
|
-
padding:
|
|
48
|
+
padding: 12px 20px;
|
|
49
49
|
border-bottom: 1px solid#E9E9E9;
|
|
50
|
-
|
|
51
|
-
.ant-modal-title {
|
|
52
|
-
color: #333333;
|
|
53
|
-
font-weight: normal;
|
|
54
|
-
font-size: 16px;
|
|
55
|
-
line-height: 24px;
|
|
56
|
-
|
|
57
|
-
& > span {
|
|
58
|
-
padding-left: 0;
|
|
59
|
-
color: #333333;
|
|
60
|
-
font-weight: normal;
|
|
61
|
-
font-size: 16px;
|
|
62
|
-
line-height: 24px;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
50
|
}
|
|
66
51
|
|
|
67
52
|
.ant-modal-body {
|
|
@@ -87,11 +72,11 @@
|
|
|
87
72
|
|
|
88
73
|
.ant-modal-footer {
|
|
89
74
|
margin-top: 0;
|
|
90
|
-
padding:
|
|
75
|
+
padding: 12px 20px;
|
|
91
76
|
border-top: 1px solid#E9E9E9;
|
|
92
77
|
|
|
93
78
|
button {
|
|
94
|
-
min-width:
|
|
79
|
+
min-width: 72px;
|
|
95
80
|
}
|
|
96
81
|
}
|
|
97
82
|
}
|
|
@@ -100,7 +85,7 @@
|
|
|
100
85
|
.ant-modal-confirm {
|
|
101
86
|
.ant-modal-content {
|
|
102
87
|
.ant-modal-body {
|
|
103
|
-
padding: 32px 32px 28px !important;
|
|
88
|
+
// padding: 32px 32px 28px !important;
|
|
104
89
|
|
|
105
90
|
.ant-modal-confirm-body {
|
|
106
91
|
& > .anticon {
|
|
@@ -135,7 +120,7 @@
|
|
|
135
120
|
padding-top: 24px;
|
|
136
121
|
|
|
137
122
|
button {
|
|
138
|
-
min-width:
|
|
123
|
+
min-width: 72px;
|
|
139
124
|
}
|
|
140
125
|
}
|
|
141
126
|
}
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
270
270
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
271
271
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
272
|
-
bottom:
|
|
272
|
+
bottom: 48px;
|
|
273
273
|
}
|
|
274
274
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
275
275
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
bottom: 0;
|
|
294
294
|
z-index: 90;
|
|
295
295
|
margin: 0;
|
|
296
|
-
padding:
|
|
296
|
+
padding: 12px 0;
|
|
297
297
|
background-color: #ffffff;
|
|
298
298
|
}
|
|
299
299
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
@@ -314,5 +314,5 @@
|
|
|
314
314
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
315
315
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
316
316
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
317
|
-
padding-top:
|
|
317
|
+
padding-top: 4px;
|
|
318
318
|
}
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
|
|
168
168
|
&:has(ul.ant-pagination) {
|
|
169
169
|
.@{sb} {
|
|
170
|
-
bottom:
|
|
170
|
+
bottom: 48px;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
bottom: 0;
|
|
177
177
|
z-index: 90;
|
|
178
178
|
margin: 0;
|
|
179
|
-
padding:
|
|
179
|
+
padding: 12px 0;
|
|
180
180
|
background-color: #ffffff;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
&:has(.@{sb}) {
|
|
184
184
|
ul.ant-pagination {
|
|
185
|
-
padding-top:
|
|
185
|
+
padding-top: 4px;
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
}
|
|
@@ -196,8 +196,8 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
196
196
|
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
197
197
|
display: inline-block;
|
|
198
198
|
width: 96px;
|
|
199
|
-
height:
|
|
200
|
-
line-height:
|
|
199
|
+
height: 47px;
|
|
200
|
+
line-height: 47px;
|
|
201
201
|
text-align: start;
|
|
202
202
|
}
|
|
203
203
|
.ant-modal-root .ant-modal .ant-modal-close-x > div {
|
|
@@ -218,16 +218,9 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
218
218
|
}
|
|
219
219
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
220
220
|
margin-bottom: 0;
|
|
221
|
-
padding:
|
|
221
|
+
padding: 12px 20px;
|
|
222
222
|
border-bottom: 1px solid #E9EDF3;
|
|
223
223
|
}
|
|
224
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title > span {
|
|
225
|
-
padding-left: 0;
|
|
226
|
-
color: #182948;
|
|
227
|
-
font-weight: bold;
|
|
228
|
-
font-size: 16px;
|
|
229
|
-
line-height: 24px;
|
|
230
|
-
}
|
|
231
224
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
232
225
|
padding: 20px !important;
|
|
233
226
|
}
|
|
@@ -246,14 +239,11 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
246
239
|
}
|
|
247
240
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
248
241
|
margin-top: 0;
|
|
249
|
-
padding: 0 20px
|
|
242
|
+
padding: 0 20px 12px;
|
|
250
243
|
border-top: none;
|
|
251
244
|
}
|
|
252
245
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
253
|
-
min-width:
|
|
254
|
-
}
|
|
255
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
256
|
-
padding: 32px 32px 28px !important;
|
|
246
|
+
min-width: 72px;
|
|
257
247
|
}
|
|
258
248
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
259
249
|
margin-inline-end: 16px;
|
|
@@ -282,7 +272,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
282
272
|
padding-top: 24px;
|
|
283
273
|
}
|
|
284
274
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
285
|
-
min-width:
|
|
275
|
+
min-width: 72px;
|
|
286
276
|
}
|
|
287
277
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
288
278
|
color: #06c687;
|
|
@@ -825,7 +815,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
825
815
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
826
816
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
827
817
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
828
|
-
bottom:
|
|
818
|
+
bottom: 48px;
|
|
829
819
|
}
|
|
830
820
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
831
821
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -849,7 +839,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
849
839
|
bottom: 0;
|
|
850
840
|
z-index: 90;
|
|
851
841
|
margin: 0;
|
|
852
|
-
padding:
|
|
842
|
+
padding: 12px 0;
|
|
853
843
|
background-color: #ffffff;
|
|
854
844
|
}
|
|
855
845
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
@@ -870,7 +860,7 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
870
860
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
871
861
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
872
862
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
873
|
-
padding-top:
|
|
863
|
+
padding-top: 4px;
|
|
874
864
|
}
|
|
875
865
|
.ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
|
|
876
866
|
border-color: #d3d7de;
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
.ant-modal-root .ant-modal .ant-modal-close-x {
|
|
16
16
|
display: inline-block;
|
|
17
17
|
width: 96px;
|
|
18
|
-
height:
|
|
19
|
-
line-height:
|
|
18
|
+
height: 47px;
|
|
19
|
+
line-height: 47px;
|
|
20
20
|
text-align: start;
|
|
21
21
|
}
|
|
22
22
|
.ant-modal-root .ant-modal .ant-modal-close-x > div {
|
|
@@ -37,16 +37,9 @@
|
|
|
37
37
|
}
|
|
38
38
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
|
|
39
39
|
margin-bottom: 0;
|
|
40
|
-
padding:
|
|
40
|
+
padding: 12px 20px;
|
|
41
41
|
border-bottom: 1px solid #E9EDF3;
|
|
42
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
43
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
51
44
|
padding: 20px !important;
|
|
52
45
|
}
|
|
@@ -65,14 +58,11 @@
|
|
|
65
58
|
}
|
|
66
59
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
67
60
|
margin-top: 0;
|
|
68
|
-
padding: 0 20px
|
|
61
|
+
padding: 0 20px 12px;
|
|
69
62
|
border-top: none;
|
|
70
63
|
}
|
|
71
64
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
72
|
-
min-width:
|
|
73
|
-
}
|
|
74
|
-
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
|
|
75
|
-
padding: 32px 32px 28px !important;
|
|
65
|
+
min-width: 72px;
|
|
76
66
|
}
|
|
77
67
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
|
|
78
68
|
margin-inline-end: 16px;
|
|
@@ -101,7 +91,7 @@
|
|
|
101
91
|
padding-top: 24px;
|
|
102
92
|
}
|
|
103
93
|
.ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
|
|
104
|
-
min-width:
|
|
94
|
+
min-width: 72px;
|
|
105
95
|
}
|
|
106
96
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
107
97
|
color: #06c687;
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
.ant-modal-close-x {
|
|
20
20
|
display: inline-block;
|
|
21
21
|
width: 96px;
|
|
22
|
-
height:
|
|
23
|
-
line-height:
|
|
22
|
+
height: 47px;
|
|
23
|
+
line-height: 47px;
|
|
24
24
|
text-align: start;
|
|
25
25
|
|
|
26
26
|
& > div {
|
|
@@ -45,18 +45,8 @@
|
|
|
45
45
|
|
|
46
46
|
.ant-modal-header {
|
|
47
47
|
margin-bottom: 0;
|
|
48
|
-
padding:
|
|
48
|
+
padding: 12px 20px;
|
|
49
49
|
border-bottom: 1px solid#E9EDF3;
|
|
50
|
-
|
|
51
|
-
.ant-modal-title {
|
|
52
|
-
& > span {
|
|
53
|
-
padding-left: 0;
|
|
54
|
-
color: #182948;
|
|
55
|
-
font-weight: bold;
|
|
56
|
-
font-size: 16px;
|
|
57
|
-
line-height: 24px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
50
|
}
|
|
61
51
|
|
|
62
52
|
.ant-modal-body {
|
|
@@ -82,11 +72,11 @@
|
|
|
82
72
|
|
|
83
73
|
.ant-modal-footer {
|
|
84
74
|
margin-top: 0;
|
|
85
|
-
padding: 0 20px
|
|
75
|
+
padding: 0 20px 12px;
|
|
86
76
|
border-top: none;
|
|
87
77
|
|
|
88
78
|
button {
|
|
89
|
-
min-width:
|
|
79
|
+
min-width: 72px;
|
|
90
80
|
}
|
|
91
81
|
}
|
|
92
82
|
}
|
|
@@ -95,7 +85,7 @@
|
|
|
95
85
|
.ant-modal-confirm {
|
|
96
86
|
.ant-modal-content {
|
|
97
87
|
.ant-modal-body {
|
|
98
|
-
padding: 32px 32px 28px !important;
|
|
88
|
+
// padding: 32px 32px 28px !important;
|
|
99
89
|
|
|
100
90
|
.ant-modal-confirm-body {
|
|
101
91
|
& > .anticon {
|
|
@@ -130,7 +120,7 @@
|
|
|
130
120
|
padding-top: 24px;
|
|
131
121
|
|
|
132
122
|
button {
|
|
133
|
-
min-width:
|
|
123
|
+
min-width: 72px;
|
|
134
124
|
}
|
|
135
125
|
}
|
|
136
126
|
}
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
255
255
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
256
256
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
257
|
-
bottom:
|
|
257
|
+
bottom: 48px;
|
|
258
258
|
}
|
|
259
259
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
260
260
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
bottom: 0;
|
|
279
279
|
z-index: 90;
|
|
280
280
|
margin: 0;
|
|
281
|
-
padding:
|
|
281
|
+
padding: 12px 0;
|
|
282
282
|
background-color: #ffffff;
|
|
283
283
|
}
|
|
284
284
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
@@ -299,5 +299,5 @@
|
|
|
299
299
|
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
300
300
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
301
301
|
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
302
|
-
padding-top:
|
|
302
|
+
padding-top: 4px;
|
|
303
303
|
}
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
|
|
169
169
|
&:has(ul.ant-pagination) {
|
|
170
170
|
.@{sb} {
|
|
171
|
-
bottom:
|
|
171
|
+
bottom: 48px;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
@@ -177,13 +177,13 @@
|
|
|
177
177
|
bottom: 0;
|
|
178
178
|
z-index: 90;
|
|
179
179
|
margin: 0;
|
|
180
|
-
padding:
|
|
180
|
+
padding: 12px 0;
|
|
181
181
|
background-color: #ffffff;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
&:has(.@{sb}) {
|
|
185
185
|
ul.ant-pagination {
|
|
186
|
-
padding-top:
|
|
186
|
+
padding-top: 4px;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
}
|
|
@@ -76,10 +76,12 @@
|
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
width: -moz-max-content;
|
|
78
78
|
width: max-content;
|
|
79
|
+
display: flex;
|
|
80
|
+
align-items: center;
|
|
79
81
|
}
|
|
80
82
|
.aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
|
|
81
|
-
font-size:
|
|
82
|
-
line-height:
|
|
83
|
+
font-size: 12px;
|
|
84
|
+
line-height: 1.5;
|
|
83
85
|
color: var(--ap-appendix-area-color-font, #182948);
|
|
84
86
|
transition: color 0.2s;
|
|
85
87
|
}
|
|
@@ -43,9 +43,11 @@
|
|
|
43
43
|
min-width: 0;
|
|
44
44
|
overflow: hidden;
|
|
45
45
|
width: max-content;
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
46
48
|
.ant-typography{
|
|
47
|
-
font-size:
|
|
48
|
-
line-height:
|
|
49
|
+
font-size: @font-size-base;
|
|
50
|
+
line-height: @line-height-base;
|
|
49
51
|
color: var(--ap-appendix-area-color-font,#182948);
|
|
50
52
|
transition: color 0.2s;
|
|
51
53
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
white-space: nowrap;
|
|
52
52
|
overflow: hidden;
|
|
53
53
|
text-overflow: ellipsis;
|
|
54
|
-
font-size:
|
|
54
|
+
font-size: 12px;
|
|
55
55
|
cursor: pointer;
|
|
56
56
|
color: var(--download-main-color);
|
|
57
57
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
.aplus-ap-attachment__more {
|
|
62
62
|
display: inline-block;
|
|
63
|
-
font-size:
|
|
63
|
+
font-size: 12px;
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
color: var(--download-main-color);
|
|
66
66
|
}
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
flex: 1;
|
|
79
79
|
word-wrap: break-word;
|
|
80
80
|
margin-bottom: 16px;
|
|
81
|
-
font-size:
|
|
81
|
+
font-size: 12px;
|
|
82
82
|
color: #000;
|
|
83
83
|
cursor: pointer;
|
|
84
84
|
}
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
color: var(--download-main-color);
|
|
87
87
|
}
|
|
88
88
|
.aplus-ap-attachment__down-load-all {
|
|
89
|
-
font-size:
|
|
89
|
+
font-size: 12px;
|
|
90
90
|
color: var(--download-main-color);
|
|
91
91
|
cursor: pointer;
|
|
92
92
|
margin-bottom: 0;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
white-space: nowrap;
|
|
25
25
|
overflow: hidden;
|
|
26
26
|
text-overflow: ellipsis;
|
|
27
|
-
font-size:
|
|
27
|
+
font-size: @font-size-base;
|
|
28
28
|
cursor: pointer;
|
|
29
29
|
color: var(--download-main-color);
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
&__more{
|
|
36
36
|
display: inline-block;
|
|
37
|
-
font-size:
|
|
37
|
+
font-size: @font-size-base;
|
|
38
38
|
cursor: pointer;
|
|
39
39
|
color: var(--download-main-color);
|
|
40
40
|
&:hover{
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
flex:1;
|
|
54
54
|
word-wrap: break-word;
|
|
55
55
|
margin-bottom: 16px;
|
|
56
|
-
font-size:
|
|
56
|
+
font-size: @font-size-base;
|
|
57
57
|
color:#000;
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
&:hover{
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
&__down-load-all{
|
|
64
|
-
font-size
|
|
64
|
+
font-size:@font-size-base;
|
|
65
65
|
color: var(--download-main-color);
|
|
66
66
|
cursor: pointer;
|
|
67
67
|
margin-bottom:0;
|
|
@@ -41,13 +41,16 @@
|
|
|
41
41
|
flex-shrink: 0;
|
|
42
42
|
}
|
|
43
43
|
.aplus-ap-batch-action-body .selected-desc-conut {
|
|
44
|
-
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
font-size: 12px;
|
|
45
47
|
color: var(--ap-batch-action-color-font, #8896b0);
|
|
46
48
|
}
|
|
47
49
|
.aplus-ap-batch-action-body .selected-desc-conut span {
|
|
48
50
|
color: var(--ap-batch-action-color-active, #0070ff);
|
|
49
51
|
font-weight: bold;
|
|
50
52
|
min-width: 10px;
|
|
53
|
+
text-align: center;
|
|
51
54
|
display: inline-block;
|
|
52
55
|
}
|
|
53
56
|
.aplus-ap-batch-action-body .selected-desc-clean {
|
|
@@ -58,7 +61,7 @@
|
|
|
58
61
|
}
|
|
59
62
|
.aplus-ap-batch-action-header {
|
|
60
63
|
width: 100%;
|
|
61
|
-
padding-bottom:
|
|
62
|
-
margin-bottom:
|
|
64
|
+
padding-bottom: 8px;
|
|
65
|
+
margin-bottom: 8px;
|
|
63
66
|
border-bottom: 1px solid var(--ap-batch-action-color-border, #E9EDF3);
|
|
64
67
|
}
|
|
@@ -12,12 +12,15 @@
|
|
|
12
12
|
margin-right: 16px;
|
|
13
13
|
flex-shrink: 0;
|
|
14
14
|
&-conut{
|
|
15
|
-
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
font-size: @font-size-base;
|
|
16
18
|
color: var(--ap-batch-action-color-font,#8896b0);
|
|
17
19
|
span{
|
|
18
20
|
color: var(--ap-batch-action-color-active,#0070ff);
|
|
19
21
|
font-weight: bold;
|
|
20
22
|
min-width: 10px;
|
|
23
|
+
text-align: center;
|
|
21
24
|
display: inline-block;
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -31,8 +34,8 @@
|
|
|
31
34
|
}
|
|
32
35
|
&-header {
|
|
33
36
|
width: 100%;
|
|
34
|
-
padding-bottom:
|
|
35
|
-
margin-bottom:
|
|
37
|
+
padding-bottom: 8px;
|
|
38
|
+
margin-bottom: 8px;
|
|
36
39
|
border-bottom: 1px solid var(--ap-batch-action-color-border,#E9EDF3);
|
|
37
40
|
}
|
|
38
41
|
});
|