@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.
Files changed (116) hide show
  1. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  2. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +39 -34
  3. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  4. package/es/src/ap-grid/editable/form-item.vue.mjs +23 -20
  5. package/es/src/ap-grid/editable/index.vue.mjs +3 -0
  6. package/es/src/ap-grid/index.vue.mjs +146 -136
  7. package/es/src/ap-grid/interface.d.ts +1 -1
  8. package/es/src/ap-grid/utils/table.mjs +32 -32
  9. package/es/src/ap-table/ap-table.vue2.mjs +206 -199
  10. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  11. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  12. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  13. package/es/src/ap-tag/interface.d.ts +4 -0
  14. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
  15. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  16. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
  17. package/es/src/business/ap-export-group/index.d.ts +3 -0
  18. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  19. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  20. package/es/src/business/ap-view/ap-view.vue2.mjs +72 -69
  21. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +49 -43
  22. package/es/src/business/ap-view/interface.d.ts +4 -0
  23. package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
  24. package/es/src/config-provider/css-var.mjs +2 -2
  25. package/es/src/locale/lang/en.mjs +1 -1
  26. package/es/src/locale/lang/zh-cn.mjs +1 -1
  27. package/lib/src/ap-button/ap-button.vue.js +1 -1
  28. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  29. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  30. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  31. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  32. package/lib/src/ap-grid/index.vue.js +1 -1
  33. package/lib/src/ap-grid/interface.d.ts +1 -1
  34. package/lib/src/ap-grid/utils/table.js +1 -1
  35. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  36. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  37. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  38. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  39. package/lib/src/ap-tag/interface.d.ts +4 -0
  40. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  41. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  42. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  43. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  44. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  45. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
  46. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  47. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  48. package/lib/src/business/ap-view/interface.d.ts +4 -0
  49. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  50. package/lib/src/config-provider/css-var.js +1 -1
  51. package/lib/src/locale/lang/en.js +1 -1
  52. package/lib/src/locale/lang/zh-cn.js +1 -1
  53. package/package.json +4 -4
  54. package/theme/antd-global-overwrite/admin/index.css +9 -25
  55. package/theme/antd-global-overwrite/admin/modal.css +6 -22
  56. package/theme/antd-global-overwrite/admin/modal.less +7 -22
  57. package/theme/antd-global-overwrite/admin/table.css +3 -3
  58. package/theme/antd-global-overwrite/admin/table.less +3 -3
  59. package/theme/antd-global-overwrite/aplus/index.css +9 -19
  60. package/theme/antd-global-overwrite/aplus/modal.css +6 -16
  61. package/theme/antd-global-overwrite/aplus/modal.less +7 -17
  62. package/theme/antd-global-overwrite/aplus/table.css +3 -3
  63. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  64. package/theme/ap-appendix/ap-appendix.css +4 -2
  65. package/theme/ap-appendix/ap-appendix.less +4 -2
  66. package/theme/ap-attachment/ap-attachment.css +4 -4
  67. package/theme/ap-attachment/ap-attachment.less +4 -4
  68. package/theme/ap-batch-action/ap-batch-action.css +6 -3
  69. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  70. package/theme/ap-descriptions/ap-descriptions.css +3 -5
  71. package/theme/ap-descriptions/ap-descriptions.less +3 -5
  72. package/theme/ap-download/ap-download.css +7 -10
  73. package/theme/ap-download/ap-download.less +8 -11
  74. package/theme/ap-expand-alert/ap-expand-alert.css +1 -1
  75. package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
  76. package/theme/ap-form/ap-form-item.css +2 -2
  77. package/theme/ap-form/ap-form-item.less +2 -2
  78. package/theme/ap-form/index.css +5 -2
  79. package/theme/ap-form/search-form.css +5 -2
  80. package/theme/ap-form/search-form.less +3 -0
  81. package/theme/ap-grid/editable.less +3 -2
  82. package/theme/ap-grid/index.css +6 -3
  83. package/theme/ap-grid/index.less +6 -4
  84. package/theme/ap-ladder/ap-ladder.css +3 -3
  85. package/theme/ap-ladder/ap-ladder.less +3 -3
  86. package/theme/ap-select-layout/ap-select-layout.css +8 -8
  87. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  88. package/theme/ap-status/ap-status.css +2 -3
  89. package/theme/ap-status/ap-status.less +2 -4
  90. package/theme/ap-summary/index.css +3 -3
  91. package/theme/ap-summary/index.less +3 -3
  92. package/theme/ap-table/ap-table-index.css +5 -5
  93. package/theme/ap-table/ap-table-index.less +5 -5
  94. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  95. package/theme/ap-table/ap-table.css +15 -14
  96. package/theme/ap-table/ap-table.less +2 -5
  97. package/theme/ap-table/setting/index.css +3 -3
  98. package/theme/ap-table/setting/modal.css +1 -2
  99. package/theme/ap-table/setting/modal.less +1 -2
  100. package/theme/ap-table/setting/select-group.css +2 -1
  101. package/theme/ap-table/setting/select-group.less +2 -1
  102. package/theme/ap-table-modal/index.css +15 -14
  103. package/theme/ap-tag/ap-tag-group.less +2 -2
  104. package/theme/ap-tag/ap-tag.css +24 -15
  105. package/theme/ap-tag/ap-tag.less +37 -24
  106. package/theme/ap-title/ap-title.css +2 -2
  107. package/theme/ap-title/ap-title.less +2 -2
  108. package/theme/ap-upload/index.css +3 -3
  109. package/theme/ap-upload/multiple-file.css +1 -1
  110. package/theme/ap-upload/multiple-file.less +1 -1
  111. package/theme/ap-upload/picture.css +2 -2
  112. package/theme/ap-upload/picture.less +2 -2
  113. package/theme/ap-view/ap-view.css +4 -0
  114. package/theme/ap-view/ap-view.less +4 -0
  115. package/theme/editable-table/index.css +5 -2
  116. 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: 54px;
170
- line-height: 54px;
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: 15px 20px;
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: 11px 20px;
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: 88px;
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: 88px;
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: 56px;
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: 16px 0;
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: 8px;
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: 54px;
19
- line-height: 54px;
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: 15px 20px;
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: 11px 20px;
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: 88px;
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: 88px;
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: 54px;
23
- line-height: 54px;
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: 15px 20px;
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: 11px 20px;
75
+ padding: 12px 20px;
91
76
  border-top: 1px solid#E9E9E9;
92
77
 
93
78
  button {
94
- min-width: 88px;
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: 88px;
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: 56px;
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: 16px 0;
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: 8px;
317
+ padding-top: 4px;
318
318
  }
@@ -167,7 +167,7 @@
167
167
 
168
168
  &:has(ul.ant-pagination) {
169
169
  .@{sb} {
170
- bottom: 56px;
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: 16px 0;
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: 8px;
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: 54px;
200
- line-height: 54px;
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: 15px 20px;
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 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: 88px;
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: 88px;
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: 56px;
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: 16px 0;
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: 8px;
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: 54px;
19
- line-height: 54px;
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: 15px 20px;
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 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: 88px;
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: 88px;
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: 54px;
23
- line-height: 54px;
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: 15px 20px;
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 20px;
75
+ padding: 0 20px 12px;
86
76
  border-top: none;
87
77
 
88
78
  button {
89
- min-width: 88px;
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: 88px;
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: 56px;
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: 16px 0;
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: 8px;
302
+ padding-top: 4px;
303
303
  }
@@ -168,7 +168,7 @@
168
168
 
169
169
  &:has(ul.ant-pagination) {
170
170
  .@{sb} {
171
- bottom: 56px;
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: 16px 0;
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: 8px;
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: 14px;
82
- line-height: 22px;
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: 14px;
48
- line-height: 22px;
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: 14px;
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: 14px;
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: 14px;
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: 14px;
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: 14px;
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: 14px;
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:14px;
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:14px;
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
- font-size: 14px;
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: 12px;
62
- margin-bottom: 12px;
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
- font-size: 14px;
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: 12px;
35
- margin-bottom: 12px;
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
  });