@aplus-frontend/ui 0.6.0-beta.20 → 0.6.0-beta.22

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 (174) hide show
  1. package/es/index.mjs +172 -168
  2. package/es/src/ap-drawer/ApDrawer.vue.d.ts +26 -0
  3. package/es/src/ap-drawer/ApDrawer.vue.mjs +78 -0
  4. package/es/src/ap-drawer/ApDrawer.vue2.mjs +4 -0
  5. package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +8 -0
  6. package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +25 -0
  7. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +4 -0
  8. package/es/src/ap-drawer/index.d.ts +3 -7
  9. package/es/src/ap-drawer/index.mjs +10 -5
  10. package/es/src/ap-drawer/interface.d.ts +3 -0
  11. package/es/src/ap-drawer/style/css.d.ts +0 -1
  12. package/es/src/ap-drawer/style/css.js +1 -1
  13. package/es/src/ap-drawer/style/index.d.ts +0 -1
  14. package/es/src/ap-drawer/style/index.js +1 -1
  15. package/es/src/ap-drawer/utils/createDrawer.mjs +36 -31
  16. package/es/src/ap-form/item/index.vue.mjs +75 -83
  17. package/es/src/ap-form/item-group/index.vue.mjs +34 -35
  18. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
  19. package/es/src/ap-grid/index.vue.mjs +46 -46
  20. package/es/src/ap-grid/interface.d.ts +3 -3
  21. package/es/src/ap-list/index.vue.mjs +34 -34
  22. package/es/src/ap-list/interface.d.ts +4 -3
  23. package/es/src/ap-table/ap-table.vue2.mjs +57 -57
  24. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  25. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
  26. package/es/src/ap-table/interface.d.ts +3 -3
  27. package/es/src/business/ap-keep-alive/index.d.ts +2 -1
  28. package/es/src/business/ap-keep-alive/index.mjs +11 -9
  29. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
  30. package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
  31. package/es/src/business/ap-keep-alive/utils.mjs +10 -9
  32. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  33. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
  34. package/es/src/business/ap-radio-group/index.d.ts +6 -0
  35. package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
  36. package/es/src/index.mjs +277 -272
  37. package/es/src/version.d.ts +1 -1
  38. package/es/src/version.mjs +1 -1
  39. package/lib/index.js +1 -1
  40. package/lib/src/ap-drawer/ApDrawer.vue.d.ts +26 -0
  41. package/lib/src/ap-drawer/ApDrawer.vue.js +1 -0
  42. package/lib/src/ap-drawer/ApDrawer.vue2.js +1 -0
  43. package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +8 -0
  44. package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +1 -0
  45. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -0
  46. package/lib/src/ap-drawer/index.d.ts +3 -7
  47. package/lib/src/ap-drawer/index.js +1 -1
  48. package/lib/src/ap-drawer/interface.d.ts +3 -0
  49. package/lib/src/ap-drawer/style/css.cjs +1 -1
  50. package/lib/src/ap-drawer/style/css.d.ts +0 -1
  51. package/lib/src/ap-drawer/style/index.cjs +1 -1
  52. package/lib/src/ap-drawer/style/index.d.ts +0 -1
  53. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  54. package/lib/src/ap-form/item/index.vue.js +1 -1
  55. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  56. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  57. package/lib/src/ap-grid/index.vue.js +1 -1
  58. package/lib/src/ap-grid/interface.d.ts +3 -3
  59. package/lib/src/ap-list/index.vue.js +1 -1
  60. package/lib/src/ap-list/interface.d.ts +4 -3
  61. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  62. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  63. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  64. package/lib/src/ap-table/interface.d.ts +3 -3
  65. package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
  66. package/lib/src/business/ap-keep-alive/index.js +1 -1
  67. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
  68. package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
  69. package/lib/src/business/ap-keep-alive/utils.js +1 -1
  70. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  71. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  72. package/lib/src/business/ap-radio-group/index.d.ts +6 -0
  73. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  74. package/lib/src/index.js +1 -1
  75. package/lib/src/version.d.ts +1 -1
  76. package/lib/src/version.js +1 -1
  77. package/package.json +11 -8
  78. package/theme/antd-global-overwrite/admin/alert.css +1 -1
  79. package/theme/antd-global-overwrite/admin/field.css +3 -0
  80. package/theme/antd-global-overwrite/admin/field.less +4 -0
  81. package/theme/antd-global-overwrite/admin/index.css +10 -1
  82. package/theme/antd-global-overwrite/admin/modal.css +6 -0
  83. package/theme/antd-global-overwrite/admin/modal.less +8 -0
  84. package/theme/antd-global-overwrite/aplus/alert.css +1 -1
  85. package/theme/antd-global-overwrite/aplus/field.css +3 -0
  86. package/theme/antd-global-overwrite/aplus/field.less +4 -0
  87. package/theme/antd-global-overwrite/aplus/index.css +11 -2
  88. package/theme/antd-global-overwrite/aplus/modal.css +7 -1
  89. package/theme/antd-global-overwrite/aplus/modal.less +9 -1
  90. package/theme/ap-action/item-dropdown.css +1 -1
  91. package/theme/ap-action/item.css +2 -2
  92. package/theme/ap-appendix/ap-appendix.css +2 -2
  93. package/theme/ap-attachment/ap-attachment.css +2 -2
  94. package/theme/ap-batch-action/ap-batch-action.css +1 -1
  95. package/theme/ap-button/ap-button.css +1 -1
  96. package/theme/ap-card/ap-card.css +1 -1
  97. package/theme/ap-copy/ap-copy.css +1 -1
  98. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  99. package/theme/ap-download/ap-download.css +4 -4
  100. package/theme/ap-drawer/ap-drawer.css +74 -0
  101. package/theme/ap-drawer/ap-drawer.less +39 -0
  102. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  103. package/theme/ap-field/checkbox.css +1 -1
  104. package/theme/ap-field/index.css +1 -1
  105. package/theme/ap-field/number.css +1 -1
  106. package/theme/ap-field/radio.css +1 -1
  107. package/theme/ap-field/text-area.css +1 -1
  108. package/theme/ap-form/ap-form-item-group.css +1 -1
  109. package/theme/ap-form/ap-form-item.css +4 -1
  110. package/theme/ap-form/ap-form-item.less +3 -0
  111. package/theme/ap-form/drawer-form.css +1 -1
  112. package/theme/ap-form/index.css +8 -5
  113. package/theme/ap-form/item-text-group.css +1 -1
  114. package/theme/ap-form/item-text.css +1 -1
  115. package/theme/ap-form/modal-form.css +1 -1
  116. package/theme/ap-form/search-form-sorter.css +5 -5
  117. package/theme/ap-form/search-form.css +8 -5
  118. package/theme/ap-grid/editable.css +1 -1
  119. package/theme/ap-grid/index.css +18 -13
  120. package/theme/ap-grid/index.less +4 -4
  121. package/theme/ap-group-search/ap-extension-select.css +1 -1
  122. package/theme/ap-group-search/ap-group-search.css +1 -1
  123. package/theme/ap-group-search/ap-popover-select.css +1 -1
  124. package/theme/ap-image/ap-image.css +1 -1
  125. package/theme/ap-input-radio/ap-input-radio.css +1 -1
  126. package/theme/ap-label/ap-label.css +1 -1
  127. package/theme/ap-ladder/ap-ladder.css +4 -4
  128. package/theme/ap-layout/ap-info-layout.css +1 -1
  129. package/theme/ap-list/index.css +1 -1
  130. package/theme/ap-product-info/ap-product-info.css +1 -1
  131. package/theme/ap-radio-group/ap-radio-group.css +2 -1
  132. package/theme/ap-radio-group/ap-radio-group.less +1 -0
  133. package/theme/ap-select-layout/ap-select-layout.css +3 -3
  134. package/theme/ap-size-input/ap-size-input.css +1 -1
  135. package/theme/ap-status/ap-status.css +1 -1
  136. package/theme/ap-summary/index.css +1 -1
  137. package/theme/ap-table/ap-table-index.css +1 -1
  138. package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
  139. package/theme/ap-table/ap-table.css +12 -9
  140. package/theme/ap-table/setting/index.css +3 -3
  141. package/theme/ap-table/setting/modal.css +2 -2
  142. package/theme/ap-table/setting/select-group.css +1 -1
  143. package/theme/ap-table/setting/sortable-item-meta.css +1 -1
  144. package/theme/ap-table/setting/sortable-item.css +1 -1
  145. package/theme/ap-table/setting/sorter.css +2 -2
  146. package/theme/ap-table-modal/index.css +12 -9
  147. package/theme/ap-tag/ap-tag-group.css +1 -1
  148. package/theme/ap-tag/ap-tag.css +4 -4
  149. package/theme/ap-title/ap-title.css +1 -1
  150. package/theme/ap-upload/index.css +2 -2
  151. package/theme/ap-upload/multiple-file.css +1 -1
  152. package/theme/ap-upload/picture.css +1 -1
  153. package/theme/ap-upload/single-file.css +2 -2
  154. package/theme/ap-upload/upload.css +1 -1
  155. package/theme/ap-upload-single/index.css +1 -1
  156. package/theme/ap-view/ap-view.css +1 -1
  157. package/theme/batch-input-group/index.css +1 -1
  158. package/theme/batch-input-group/popover-input.css +1 -1
  159. package/theme/check-card/index.css +4 -4
  160. package/theme/editable-table/index.css +9 -6
  161. package/theme/full-screen/index.css +1 -1
  162. package/theme/index.css +72 -36
  163. package/theme/index.less +1 -0
  164. package/theme/mask/index.css +1 -1
  165. package/theme/mixins/config.less +3 -3
  166. package/theme/mixins/mixins.css +1 -1
  167. package/theme/scroll-bar/index.css +1 -1
  168. package/theme/scroll-view/index.css +1 -1
  169. package/theme/splitter/index.css +2 -2
  170. package/theme/text/group.css +1 -1
  171. package/theme/text/index.css +2 -2
  172. package/theme/ui-mode.css +2 -0
  173. package/theme/ui-mode.less +2 -0
  174. package/theme/work-order-modal/index.css +1 -1
@@ -0,0 +1,74 @@
1
+ .reset-component {
2
+ box-sizing: border-box;
3
+ margin: 0;
4
+ padding: 0;
5
+ color: #182948;
6
+ font-size: 12px;
7
+ font-family: inherit;
8
+ line-height: 18px;
9
+ list-style: none;
10
+ }
11
+ .reset-scrollbar ::-webkit-scrollbar {
12
+ width: 10px;
13
+ height: 10px;
14
+ }
15
+ .reset-scrollbar ::-webkit-scrollbar-thumb {
16
+ background-color: var(--ap-scrollbar-thumb-color-base);
17
+ background-clip: content-box;
18
+ border: 1px solid transparent;
19
+ border-radius: 4px;
20
+ }
21
+ .reset-scrollbar ::-webkit-scrollbar-track,
22
+ .reset-scrollbar ::-webkit-scrollbar-corner {
23
+ background-color: var(--ap-table-header-bg, #f2f6f9);
24
+ }
25
+ .reset-scrollbar ::-webkit-scrollbar-thumb:hover,
26
+ .reset-scrollbar ::-webkit-scrollbar-thumb:active {
27
+ background-color: var(--ap-scrollbar-thumb-color-hover);
28
+ }
29
+ .clear-fix::before {
30
+ display: table;
31
+ content: '';
32
+ }
33
+ .clear-fix::after {
34
+ display: table;
35
+ clear: both;
36
+ content: '';
37
+ }
38
+ .common-style {
39
+ box-sizing: border-box;
40
+ font-size: 12px;
41
+ font-family: inherit;
42
+ }
43
+ .common-style::before,
44
+ .common-style::after {
45
+ box-sizing: border-box;
46
+ }
47
+ .ant-drawer .ant-drawer-content-wrapper {
48
+ box-shadow: none;
49
+ }
50
+ .ant-drawer .ant-drawer-content {
51
+ overflow: inherit;
52
+ }
53
+ .aplus-ap-drawer .ant-drawer-wrapper-body {
54
+ box-shadow: var(--ap-drawer-wrapper-shadow);
55
+ }
56
+ .aplus-ap-drawer-close {
57
+ width: 32px;
58
+ height: 32px;
59
+ display: flex;
60
+ flex-direction: column;
61
+ justify-content: center;
62
+ align-items: center;
63
+ border: 1px solid #D9D9D9;
64
+ border-radius: 4px;
65
+ cursor: pointer;
66
+ }
67
+ .aplus-ap-drawer-close .aplus-frontend-icon {
68
+ font-size: 18px;
69
+ display: flex;
70
+ align-items: center;
71
+ }
72
+ .aplus-ap-drawer-close:hover .aplus-frontend-icon {
73
+ color: #FF4D4F;
74
+ }
@@ -0,0 +1,39 @@
1
+ @import '../mixins/mixins.less';
2
+ @import '../mixins/config.less';
3
+
4
+ .ant-drawer {
5
+ .ant-drawer-content-wrapper {
6
+ box-shadow: none;
7
+ }
8
+
9
+ .ant-drawer-content {
10
+ overflow: inherit;
11
+ }
12
+ }
13
+ .b('ap-drawer', {
14
+ .ant-drawer-wrapper-body{
15
+ box-shadow: var(--ap-drawer-wrapper-shadow);
16
+ }
17
+ });
18
+
19
+ .b('ap-drawer-close', {
20
+ width:32px;
21
+ height: 32px;
22
+ display: flex;
23
+ flex-direction: column;
24
+ justify-content: center;
25
+ align-items: center;
26
+ border: 1px solid #D9D9D9;
27
+ border-radius: 4px;
28
+ cursor: pointer;
29
+ .aplus-frontend-icon{
30
+ font-size: 18px;
31
+ display: flex;
32
+ align-items: center;
33
+ }
34
+ &:hover{
35
+ .aplus-frontend-icon{
36
+ color:#FF4D4F;
37
+ }
38
+ }
39
+ });
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -81,7 +81,7 @@
81
81
  }
82
82
  .aplus-ap-expand-alert__antAlert.ant-alert {
83
83
  align-items: flex-start;
84
- line-height: 1.5;
84
+ line-height: 18px;
85
85
  }
86
86
  .aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
87
87
  font-size: 14px;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -78,6 +78,9 @@
78
78
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
79
79
  height: 30px !important;
80
80
  }
81
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
82
+ padding-right: 0;
83
+ }
81
84
  .aplus-ap-form-item--bordered:has(.ant-select) {
82
85
  padding-right: 0px;
83
86
  }
@@ -48,6 +48,9 @@
48
48
  .ant-select-single .ant-select-selector{
49
49
  height: 30px !important;
50
50
  }
51
+ &:has(.ant-input-number) {
52
+ padding-right: 0;
53
+ }
51
54
  &:has(.ant-select) {
52
55
  padding-right: 0px;
53
56
  .ant-form-item-label > label {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -87,6 +87,9 @@
87
87
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
88
88
  height: 30px !important;
89
89
  }
90
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
91
+ padding-right: 0;
92
+ }
90
93
  .aplus-ap-form-item--bordered:has(.ant-select) {
91
94
  padding-right: 0px;
92
95
  }
@@ -183,7 +186,7 @@
183
186
  color: #182948;
184
187
  font-size: 12px;
185
188
  font-family: inherit;
186
- line-height: 1.5;
189
+ line-height: 18px;
187
190
  list-style: none;
188
191
  font-size: 14px;
189
192
  font-weight: 700;
@@ -197,7 +200,7 @@
197
200
  color: #182948;
198
201
  font-size: 12px;
199
202
  font-family: inherit;
200
- line-height: 1.5;
203
+ line-height: 18px;
201
204
  list-style: none;
202
205
  color: var(--ap-text-color-3);
203
206
  }
@@ -213,7 +216,7 @@
213
216
  color: #182948;
214
217
  font-size: 12px;
215
218
  font-family: inherit;
216
- line-height: 1.5;
219
+ line-height: 18px;
217
220
  list-style: none;
218
221
  color: var(--ap-color-link);
219
222
  }
@@ -255,7 +258,7 @@
255
258
  color: #182948;
256
259
  font-size: 12px;
257
260
  font-family: inherit;
258
- line-height: 1.5;
261
+ line-height: 18px;
259
262
  list-style: none;
260
263
  padding-left: 4px;
261
264
  max-width: 100%;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -57,7 +57,7 @@
57
57
  color: #182948;
58
58
  font-size: 12px;
59
59
  font-family: inherit;
60
- line-height: 1.5;
60
+ line-height: 18px;
61
61
  list-style: none;
62
62
  font-size: 14px;
63
63
  font-weight: 700;
@@ -71,7 +71,7 @@
71
71
  color: #182948;
72
72
  font-size: 12px;
73
73
  font-family: inherit;
74
- line-height: 1.5;
74
+ line-height: 18px;
75
75
  list-style: none;
76
76
  color: var(--ap-text-color-3);
77
77
  }
@@ -87,7 +87,7 @@
87
87
  color: #182948;
88
88
  font-size: 12px;
89
89
  font-family: inherit;
90
- line-height: 1.5;
90
+ line-height: 18px;
91
91
  list-style: none;
92
92
  color: var(--ap-color-link);
93
93
  }
@@ -129,7 +129,7 @@
129
129
  color: #182948;
130
130
  font-size: 12px;
131
131
  font-family: inherit;
132
- line-height: 1.5;
132
+ line-height: 18px;
133
133
  list-style: none;
134
134
  padding-left: 4px;
135
135
  max-width: 100%;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -78,6 +78,9 @@
78
78
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
79
79
  height: 30px !important;
80
80
  }
81
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
82
+ padding-right: 0;
83
+ }
81
84
  .aplus-ap-form-item--bordered:has(.ant-select) {
82
85
  padding-right: 0px;
83
86
  }
@@ -138,7 +141,7 @@
138
141
  color: #182948;
139
142
  font-size: 12px;
140
143
  font-family: inherit;
141
- line-height: 1.5;
144
+ line-height: 18px;
142
145
  list-style: none;
143
146
  font-size: 14px;
144
147
  font-weight: 700;
@@ -152,7 +155,7 @@
152
155
  color: #182948;
153
156
  font-size: 12px;
154
157
  font-family: inherit;
155
- line-height: 1.5;
158
+ line-height: 18px;
156
159
  list-style: none;
157
160
  color: var(--ap-text-color-3);
158
161
  }
@@ -168,7 +171,7 @@
168
171
  color: #182948;
169
172
  font-size: 12px;
170
173
  font-family: inherit;
171
- line-height: 1.5;
174
+ line-height: 18px;
172
175
  list-style: none;
173
176
  color: var(--ap-color-link);
174
177
  }
@@ -210,7 +213,7 @@
210
213
  color: #182948;
211
214
  font-size: 12px;
212
215
  font-family: inherit;
213
- line-height: 1.5;
216
+ line-height: 18px;
214
217
  list-style: none;
215
218
  padding-left: 4px;
216
219
  max-width: 100%;
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -87,6 +87,9 @@
87
87
  .aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
88
88
  height: 30px !important;
89
89
  }
90
+ .aplus-ap-form-item--bordered:has(.ant-input-number) {
91
+ padding-right: 0;
92
+ }
90
93
  .aplus-ap-form-item--bordered:has(.ant-select) {
91
94
  padding-right: 0px;
92
95
  }
@@ -183,7 +186,7 @@
183
186
  color: #182948;
184
187
  font-size: 12px;
185
188
  font-family: inherit;
186
- line-height: 1.5;
189
+ line-height: 18px;
187
190
  list-style: none;
188
191
  font-size: 14px;
189
192
  font-weight: 700;
@@ -197,7 +200,7 @@
197
200
  color: #182948;
198
201
  font-size: 12px;
199
202
  font-family: inherit;
200
- line-height: 1.5;
203
+ line-height: 18px;
201
204
  list-style: none;
202
205
  color: var(--ap-text-color-3);
203
206
  }
@@ -213,7 +216,7 @@
213
216
  color: #182948;
214
217
  font-size: 12px;
215
218
  font-family: inherit;
216
- line-height: 1.5;
219
+ line-height: 18px;
217
220
  list-style: none;
218
221
  color: var(--ap-color-link);
219
222
  }
@@ -255,7 +258,7 @@
255
258
  color: #182948;
256
259
  font-size: 12px;
257
260
  font-family: inherit;
258
- line-height: 1.5;
261
+ line-height: 18px;
259
262
  list-style: none;
260
263
  padding-left: 4px;
261
264
  max-width: 100%;
@@ -413,7 +416,7 @@
413
416
  color: #182948;
414
417
  font-size: 12px;
415
418
  font-family: inherit;
416
- line-height: 1.5;
419
+ line-height: 18px;
417
420
  list-style: none;
418
421
  display: inline-block;
419
422
  cursor: pointer;
@@ -488,16 +491,18 @@
488
491
  .aplus-ap-grid ::-webkit-scrollbar-thumb:active {
489
492
  background-color: var(--ap-scrollbar-thumb-color-hover);
490
493
  }
491
- .aplus-ap-grid .vxe-table .vxe-cell {
494
+ .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell,
495
+ .aplus-ap-grid .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
492
496
  min-height: unset !important;
493
- padding: 9px 12px !important;
497
+ padding: 9px 12px;
494
498
  font-size: 12px;
495
- line-height: 1.5;
499
+ line-height: 18px;
496
500
  }
497
- .aplus-ap-grid .vxe-table.size--mini .vxe-cell {
501
+ .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell,
502
+ .aplus-ap-grid .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
498
503
  min-height: unset !important;
499
- padding: 6px 9px !important;
500
- line-height: 1.5;
504
+ padding: 6px 9px;
505
+ line-height: 18px;
501
506
  }
502
507
  .aplus-ap-grid-adaptive {
503
508
  height: 100%;
@@ -575,7 +580,7 @@
575
580
  .aplus-ap-grid-pagination .ant-pagination-total-text {
576
581
  flex: 1;
577
582
  height: unset;
578
- line-height: 1.5;
583
+ line-height: 18px;
579
584
  display: flex;
580
585
  align-items: center;
581
586
  }
@@ -11,15 +11,15 @@
11
11
 
12
12
  .b(ap-grid, {
13
13
  .reset-scrollbar();
14
- .vxe-table .vxe-cell {
14
+ .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell, .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
15
15
  min-height: unset !important;
16
- padding: 9px 12px !important;
16
+ padding: 9px 12px;
17
17
  font-size: @font-size-base;
18
18
  line-height: @line-height-base;
19
19
  }
20
- .vxe-table.size--mini .vxe-cell {
20
+ .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell, .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
21
21
  min-height: unset !important;
22
- padding: 6px 9px !important;
22
+ padding: 6px 9px;
23
23
  line-height: @line-height-base;
24
24
  }
25
25
  &-adaptive {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -48,7 +48,7 @@
48
48
  position: relative;
49
49
  width: inherit;
50
50
  font-size: 12px;
51
- line-height: 1.5;
51
+ line-height: 18px;
52
52
  /** 自动溢出省略 */
53
53
  /** Aplus端样式 */
54
54
  /** Admin端样式 */
@@ -151,11 +151,11 @@
151
151
  margin-left: 4px;
152
152
  }
153
153
  .aplus-ap-ladder__major {
154
- line-height: 1.5;
154
+ line-height: 18px;
155
155
  color: #182948;
156
156
  }
157
157
  .aplus-ap-ladder__minor {
158
- line-height: 1.5;
158
+ line-height: 18px;
159
159
  color: #8896B0;
160
160
  }
161
161
  .aplus-ap-ladder__label {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -5,7 +5,7 @@
5
5
  color: #182948;
6
6
  font-size: 12px;
7
7
  font-family: inherit;
8
- line-height: 1.5;
8
+ line-height: 18px;
9
9
  list-style: none;
10
10
  }
11
11
  .reset-scrollbar ::-webkit-scrollbar {
@@ -55,6 +55,7 @@
55
55
  border-radius: 4px;
56
56
  color: var(--ap-text-color-1);
57
57
  transition: all 0.3s ease-in-out;
58
+ will-change: background-color;
58
59
  }
59
60
  .aplus-ap-radio-group__item:hover {
60
61
  background-color: var(--ap-color-bg-2);