@aplus-frontend/ui 0.6.0-beta.0 → 0.6.0-beta.1

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 (149) hide show
  1. package/es/src/ap-form/ap-form.vue2.mjs +57 -58
  2. package/es/src/ap-form/interface.d.ts +4 -0
  3. package/es/src/ap-form/item/index.vue.mjs +33 -28
  4. package/es/src/ap-form/items/checkbox/index.vue.mjs +1 -0
  5. package/es/src/ap-form/items/date/index.vue.mjs +8 -7
  6. package/es/src/ap-form/items/date-range/index.vue.mjs +1 -0
  7. package/es/src/ap-form/items/number/index.vue.mjs +9 -8
  8. package/es/src/ap-form/items/radio/index.vue.mjs +1 -0
  9. package/es/src/ap-form/items/select/index.vue.mjs +7 -6
  10. package/es/src/ap-form/items/switch/index.vue.mjs +1 -0
  11. package/es/src/ap-form/items/text/index.vue2.mjs +8 -7
  12. package/es/src/ap-form/items/text/password.vue.mjs +1 -0
  13. package/es/src/ap-form/items/text-area/index.vue.mjs +1 -0
  14. package/es/src/ap-form/items/tree-select/index.vue.mjs +6 -5
  15. package/es/src/ap-form/render/item.vue.mjs +5 -4
  16. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  17. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +8 -8
  18. package/es/src/ap-form/search-form/index.vue.mjs +35 -34
  19. package/es/src/ap-grid/editable/form-item.vue.mjs +1 -1
  20. package/es/src/ap-grid/editable/index.vue.mjs +1 -1
  21. package/es/src/ap-grid/index.vue.mjs +24 -23
  22. package/es/src/ap-grid/interface.d.ts +1 -1
  23. package/es/src/business/ap-view/ap-view.vue2.mjs +91 -88
  24. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +25 -23
  25. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +38 -38
  26. package/es/src/business/batch-input-group/form-item.vue.mjs +1 -0
  27. package/es/src/check-card/index.vue2.mjs +1 -1
  28. package/es/src/design-token/index.mjs +9 -3
  29. package/es/src/editable-table/form-item.vue.mjs +1 -1
  30. package/es/src/editable-table/index.vue.mjs +27 -27
  31. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  32. package/lib/src/ap-form/interface.d.ts +4 -0
  33. package/lib/src/ap-form/item/index.vue.js +1 -1
  34. package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
  35. package/lib/src/ap-form/items/date/index.vue.js +1 -1
  36. package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
  37. package/lib/src/ap-form/items/number/index.vue.js +1 -1
  38. package/lib/src/ap-form/items/radio/index.vue.js +1 -1
  39. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  40. package/lib/src/ap-form/items/switch/index.vue.js +1 -1
  41. package/lib/src/ap-form/items/text/index.vue2.js +1 -1
  42. package/lib/src/ap-form/items/text/password.vue.js +1 -1
  43. package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
  44. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
  45. package/lib/src/ap-form/render/item.vue.js +1 -1
  46. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  47. package/lib/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.js +1 -1
  48. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  49. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  50. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  51. package/lib/src/ap-grid/index.vue.js +1 -1
  52. package/lib/src/ap-grid/interface.d.ts +1 -1
  53. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  54. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  55. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  56. package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
  57. package/lib/src/check-card/index.vue2.js +1 -1
  58. package/lib/src/design-token/index.js +1 -1
  59. package/lib/src/editable-table/form-item.vue.js +1 -1
  60. package/lib/src/editable-table/index.vue.js +1 -1
  61. package/package.json +1 -1
  62. package/theme/ap-action/item-dropdown.css +5 -5
  63. package/theme/ap-action/item-dropdown.less +1 -1
  64. package/theme/ap-action/item.css +5 -5
  65. package/theme/ap-action/item.less +1 -1
  66. package/theme/ap-appendix/ap-appendix.css +3 -3
  67. package/theme/ap-attachment/ap-attachment.css +3 -3
  68. package/theme/ap-batch-action/ap-batch-action.css +3 -3
  69. package/theme/ap-button/ap-button.css +3 -3
  70. package/theme/ap-card/ap-card.css +3 -3
  71. package/theme/ap-descriptions/ap-descriptions.css +3 -3
  72. package/theme/ap-download/ap-download.css +3 -3
  73. package/theme/ap-expand-alert/ap-expand-alert.css +3 -3
  74. package/theme/ap-field/checkbox.css +4 -4
  75. package/theme/ap-field/checkbox.less +2 -1
  76. package/theme/ap-field/index.css +5 -5
  77. package/theme/ap-field/number.css +3 -3
  78. package/theme/ap-field/radio.css +4 -4
  79. package/theme/ap-field/radio.less +1 -1
  80. package/theme/ap-field/text-area.css +3 -3
  81. package/theme/ap-form/ap-form-item-group.css +3 -3
  82. package/theme/ap-form/ap-form-item.css +10 -8
  83. package/theme/ap-form/ap-form-item.less +8 -6
  84. package/theme/ap-form/drawer-form.css +3 -3
  85. package/theme/ap-form/index.css +21 -19
  86. package/theme/ap-form/item-text-group.css +3 -3
  87. package/theme/ap-form/item-text.css +3 -3
  88. package/theme/ap-form/modal-form.css +3 -3
  89. package/theme/ap-form/search-form-sorter.css +12 -12
  90. package/theme/ap-form/search-form-sorter.less +7 -7
  91. package/theme/ap-form/search-form.css +21 -19
  92. package/theme/ap-form/search-form.less +5 -5
  93. package/theme/ap-grid/editable.css +5 -5
  94. package/theme/ap-grid/editable.less +2 -2
  95. package/theme/ap-grid/index.css +44 -33
  96. package/theme/ap-grid/index.less +17 -8
  97. package/theme/ap-group-search/ap-extension-select.css +3 -3
  98. package/theme/ap-group-search/ap-group-search.css +3 -3
  99. package/theme/ap-group-search/ap-popover-select.css +3 -3
  100. package/theme/ap-image/ap-image.css +3 -3
  101. package/theme/ap-input-radio/ap-input-radio.css +3 -3
  102. package/theme/ap-label/ap-label.css +3 -3
  103. package/theme/ap-ladder/ap-ladder.css +3 -3
  104. package/theme/ap-layout/ap-info-layout.css +3 -3
  105. package/theme/ap-list/index.css +4 -4
  106. package/theme/ap-list/index.less +2 -1
  107. package/theme/ap-product-info/ap-product-info.css +3 -3
  108. package/theme/ap-select-layout/ap-select-layout.css +3 -3
  109. package/theme/ap-size-input/ap-size-input.css +3 -3
  110. package/theme/ap-status/ap-status.css +3 -3
  111. package/theme/ap-summary/index.css +3 -3
  112. package/theme/ap-table/ap-table-index.css +3 -3
  113. package/theme/ap-table/ap-table-paragraph-ellipsis.css +3 -3
  114. package/theme/ap-table/ap-table.css +43 -37
  115. package/theme/ap-table/ap-table.less +12 -8
  116. package/theme/ap-table/setting/index.css +7 -7
  117. package/theme/ap-table/setting/modal.css +5 -5
  118. package/theme/ap-table/setting/select-group.css +3 -3
  119. package/theme/ap-table/setting/sortable-item-meta.css +3 -3
  120. package/theme/ap-table/setting/sortable-item.css +3 -3
  121. package/theme/ap-table/setting/sorter.css +5 -5
  122. package/theme/ap-table-modal/index.css +43 -37
  123. package/theme/ap-tag/ap-tag-group.css +3 -3
  124. package/theme/ap-tag/ap-tag.css +3 -3
  125. package/theme/ap-title/ap-title.css +3 -3
  126. package/theme/ap-upload/index.css +3 -3
  127. package/theme/ap-upload/multiple-file.css +3 -3
  128. package/theme/ap-upload/picture.css +3 -3
  129. package/theme/ap-upload/single-file.css +3 -3
  130. package/theme/ap-upload/upload.css +3 -3
  131. package/theme/ap-upload-single/index.css +3 -3
  132. package/theme/ap-view/ap-view.css +3 -3
  133. package/theme/batch-input-group/index.css +5 -5
  134. package/theme/batch-input-group/popover-input.css +3 -3
  135. package/theme/check-card/index.css +22 -22
  136. package/theme/check-card/index.less +17 -15
  137. package/theme/editable-table/index.css +36 -32
  138. package/theme/editable-table/index.less +9 -7
  139. package/theme/full-screen/index.css +3 -3
  140. package/theme/index.css +98 -81
  141. package/theme/mask/index.css +3 -3
  142. package/theme/mixins/config.less +26 -4
  143. package/theme/mixins/mixins.css +3 -3
  144. package/theme/scroll-bar/index.css +3 -3
  145. package/theme/scroll-view/index.css +3 -3
  146. package/theme/splitter/index.css +8 -8
  147. package/theme/text/group.css +3 -3
  148. package/theme/text/index.css +5 -5
  149. package/theme/work-order-modal/index.css +3 -3
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -39,7 +39,7 @@
39
39
  box-sizing: border-box;
40
40
  border: 1px solid var(--ap-form-bordered-border-color-base, #DEE4ED);
41
41
  border-radius: 4px;
42
- padding-inline: 12px;
42
+ padding-inline: 8px;
43
43
  }
44
44
  .aplus-ap-form-item--bordered .ant-input-affix-wrapper {
45
45
  padding: 0;
@@ -69,8 +69,11 @@
69
69
  .aplus-ap-form-item--bordered:has(.ant-select) {
70
70
  padding-right: 0px;
71
71
  }
72
+ .aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
73
+ padding-right: 4px;
74
+ }
72
75
  .aplus-ap-form-item--bordered .ant-form-item-label > label {
73
- padding-right: 16px;
76
+ padding-right: 12px;
74
77
  height: 30px;
75
78
  }
76
79
  .aplus-ap-form-item--bordered .ant-form-item-label > label::after {
@@ -94,9 +97,8 @@
94
97
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
95
98
  }
96
99
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
97
- font-size: 12px;
98
- line-height: 18px;
99
- margin-top: 2px;
100
+ font-size: 10px;
101
+ line-height: 1.6;
100
102
  }
101
103
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
102
104
  line-height: 22px;
@@ -158,11 +160,11 @@
158
160
  margin: 0;
159
161
  padding: 0;
160
162
  color: rgba(0 0 0 / 85%);
161
- font-size: 14px;
163
+ font-size: 12px;
162
164
  font-family: inherit;
163
- line-height: 22px;
165
+ line-height: 1.5;
164
166
  list-style: none;
165
- font-size: 16px;
167
+ font-size: 14px;
166
168
  font-weight: 700;
167
169
  display: inline-block;
168
170
  padding-bottom: 4px;
@@ -172,9 +174,9 @@
172
174
  margin: 0;
173
175
  padding: 0;
174
176
  color: rgba(0 0 0 / 85%);
175
- font-size: 14px;
177
+ font-size: 12px;
176
178
  font-family: inherit;
177
- line-height: 22px;
179
+ line-height: 1.5;
178
180
  list-style: none;
179
181
  color: #8896b0;
180
182
  }
@@ -188,9 +190,9 @@
188
190
  margin: 0;
189
191
  padding: 0;
190
192
  color: rgba(0 0 0 / 85%);
191
- font-size: 14px;
193
+ font-size: 12px;
192
194
  font-family: inherit;
193
- line-height: 22px;
195
+ line-height: 1.5;
194
196
  list-style: none;
195
197
  color: #0070ff;
196
198
  }
@@ -229,9 +231,9 @@
229
231
  margin: 0;
230
232
  padding: 0;
231
233
  color: rgba(0 0 0 / 85%);
232
- font-size: 14px;
234
+ font-size: 12px;
233
235
  font-family: inherit;
234
- line-height: 22px;
236
+ line-height: 1.5;
235
237
  list-style: none;
236
238
  padding-left: 4px;
237
239
  max-width: 100%;
@@ -240,7 +242,7 @@
240
242
  text-overflow: ellipsis;
241
243
  }
242
244
  .aplus-ap-form-search-form .ant-form-item {
243
- margin-bottom: 16px;
245
+ margin-bottom: 8px;
244
246
  }
245
247
  .aplus-ap-form-search-form .ant-form-item-control .ant-picker {
246
248
  display: flex;
@@ -249,7 +251,7 @@
249
251
  width: 100%;
250
252
  }
251
253
  .aplus-ap-form-search-form__popover .ant-form-item {
252
- margin-bottom: 16px;
254
+ margin-bottom: 8px;
253
255
  }
254
256
  .aplus-ap-form-search-form__popover .ant-popover-arrow {
255
257
  display: none;
@@ -354,7 +356,7 @@
354
356
  }
355
357
  .aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
356
358
  display: flex;
357
- margin-block-end: 16px;
359
+ margin-block-end: 12px;
358
360
  }
359
361
  .aplus-field-number-label-left {
360
362
  padding-right: 4px;
@@ -364,7 +366,7 @@
364
366
  }
365
367
  .aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
366
368
  display: flex;
367
- margin-block-end: 16px;
369
+ margin-block-end: 12px;
368
370
  }
369
371
  .aplus-field-text-area {
370
372
  white-space: pre-wrap;
@@ -376,9 +378,9 @@
376
378
  margin: 0;
377
379
  padding: 0;
378
380
  color: rgba(0 0 0 / 85%);
379
- font-size: 14px;
381
+ font-size: 12px;
380
382
  font-family: inherit;
381
- line-height: 22px;
383
+ line-height: 1.5;
382
384
  list-style: none;
383
385
  display: inline-block;
384
386
  cursor: pointer;
@@ -420,8 +422,8 @@
420
422
  }
421
423
  .aplus-action-item-dropdown__icon {
422
424
  color: #0070ff;
423
- margin-left: 4px;
424
- font-size: 14px;
425
+ margin-left: 2px;
426
+ font-size: 12px;
425
427
  display: inline-flex;
426
428
  }
427
429
  .aplus-ap-grid-adaptive {
@@ -434,18 +436,17 @@
434
436
  flex: 1;
435
437
  }
436
438
  .aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
437
- margin: 16px 0px 0px;
439
+ margin-block: 12px;
438
440
  }
439
441
  .aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
440
442
  background-color: #fff;
441
443
  z-index: 10;
442
444
  position: sticky;
443
445
  bottom: 0;
444
- padding-bottom: 16px;
445
446
  }
446
447
  .aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
447
448
  margin-top: 0;
448
- padding-top: 8px;
449
+ padding-top: 4px;
449
450
  }
450
451
  .aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
451
452
  opacity: 0;
@@ -454,9 +455,13 @@
454
455
  height: 0px !important;
455
456
  }
456
457
  .aplus-ap-grid-wrapper {
457
- padding: 16px;
458
+ padding: 8px;
459
+ padding-bottom: 12px;
458
460
  background-color: #fff;
459
461
  }
462
+ .aplus-ap-grid-wrapper:has(ul.ant-pagination) {
463
+ padding-bottom: 0;
464
+ }
460
465
  .aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
461
466
  padding-bottom: 0;
462
467
  }
@@ -464,9 +469,10 @@
464
469
  padding-bottom: 0;
465
470
  }
466
471
  .aplus-ap-grid__search-wrapper {
467
- padding: 16px;
468
- padding-bottom: 0;
472
+ padding: 8px;
473
+ padding-bottom: 2px;
469
474
  background-color: #fff;
475
+ border-radius: 4px;
470
476
  margin-bottom: 10px;
471
477
  }
472
478
  .aplus-ap-grid__table-wrapper {
@@ -478,11 +484,16 @@
478
484
  flex-direction: column;
479
485
  }
480
486
  .aplus-ap-grid__table-wrapper-card {
481
- padding: 12px 16px 16px;
487
+ padding: 8px;
488
+ padding-bottom: 12px;
489
+ border-radius: 4px;
482
490
  background-color: #fff;
483
491
  }
492
+ .aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
493
+ padding-bottom: 0;
494
+ }
484
495
  .aplus-ap-grid-pagination {
485
- margin-top: 16px;
496
+ margin-block: 12px;
486
497
  display: flex;
487
498
  flex-wrap: wrap;
488
499
  row-gap: 8px;
@@ -21,7 +21,7 @@
21
21
  }
22
22
  .@{pg} {
23
23
  ul.ant-pagination {
24
- margin: 16px 0px 0px;
24
+ margin-block: @spacing-lg;
25
25
  }
26
26
  }
27
27
  &-sticky {
@@ -30,13 +30,12 @@
30
30
  z-index: 10;
31
31
  position: sticky;
32
32
  bottom: 0;
33
- padding-bottom: 16px;
34
33
  }
35
34
  &:has(.@{sb}) {
36
35
  .@{pg} {
37
36
  ul.ant-pagination {
38
37
  margin-top: 0;
39
- padding-top: 8px;
38
+ padding-top: 4px;
40
39
  }
41
40
  }
42
41
  .vxe-table--scroll-x-wrapper {
@@ -48,7 +47,11 @@
48
47
  }
49
48
  }
50
49
  &-wrapper {
51
- padding: 16px;
50
+ padding: @spacing;
51
+ padding-bottom: @spacing-lg;
52
+ &:has(ul.ant-pagination) {
53
+ padding-bottom: 0;
54
+ }
52
55
  background-color: #fff;
53
56
  }
54
57
  &-wrapper&-sticky {
@@ -58,9 +61,10 @@
58
61
  padding-bottom: 0;
59
62
  }
60
63
  &__search-wrapper {
61
- padding:16px;
62
- padding-bottom: 0;
64
+ padding:8px;
65
+ padding-bottom: 2px;
63
66
  background-color: #fff;
67
+ border-radius: @border-radius;
64
68
  margin-bottom: 10px;
65
69
  }
66
70
  &__table-wrapper {
@@ -72,11 +76,16 @@
72
76
  flex-direction: column;
73
77
  }
74
78
  &__table-wrapper-card {
75
- padding: 12px 16px 16px;
79
+ padding: @spacing;
80
+ padding-bottom: @spacing-lg;
81
+ &:has(ul.ant-pagination) {
82
+ padding-bottom: 0;
83
+ }
84
+ border-radius: @border-radius;
76
85
  background-color: #fff;
77
86
  }
78
87
  &-pagination {
79
- margin-top: 16px;
88
+ margin-block: @spacing-lg;
80
89
  display: flex;
81
90
  flex-wrap: wrap;
82
91
  row-gap: 8px;
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -37,7 +37,7 @@
37
37
  pointer-events: none;
38
38
  }
39
39
  .aplus-ap-list__footer {
40
- margin-top: 16px;
40
+ margin-top: 8px;
41
41
  display: flex;
42
42
  justify-content: flex-end;
43
43
  }
@@ -1,4 +1,5 @@
1
1
  @import '../mixins/mixins.less';
2
+ @import '../mixins/config.less';
2
3
 
3
4
  @listCls: ~'@{ns}-ap-list';
4
5
  @listContentContainerCls: ~'@{listCls}-content-container';
@@ -14,7 +15,7 @@
14
15
  }
15
16
  }
16
17
  &__footer {
17
- margin-top: 16px;
18
+ margin-top: @spacing;
18
19
  display: flex;
19
20
  justify-content: flex-end;
20
21
  }
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,
@@ -3,9 +3,9 @@
3
3
  margin: 0;
4
4
  padding: 0;
5
5
  color: rgba(0 0 0 / 85%);
6
- font-size: 14px;
6
+ font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 22px;
8
+ line-height: 1.5;
9
9
  list-style: none;
10
10
  }
11
11
  .clear-fix::before {
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .common-style {
21
21
  box-sizing: border-box;
22
- font-size: 14px;
22
+ font-size: 12px;
23
23
  font-family: inherit;
24
24
  }
25
25
  .common-style::before,