@aplus-frontend/ui 0.6.0-beta.21 → 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 (151) hide show
  1. package/es/index.mjs +76 -74
  2. package/es/src/ap-drawer/ApDrawer.vue.d.ts +1 -4
  3. package/es/src/ap-drawer/ApDrawer.vue.mjs +24 -37
  4. package/es/src/ap-drawer/interface.d.ts +0 -1
  5. package/es/src/ap-form/item/index.vue.mjs +75 -83
  6. package/es/src/ap-form/item-group/index.vue.mjs +34 -35
  7. package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +18 -20
  8. package/es/src/ap-grid/index.vue.mjs +46 -46
  9. package/es/src/ap-grid/interface.d.ts +3 -3
  10. package/es/src/ap-list/index.vue.mjs +34 -34
  11. package/es/src/ap-list/interface.d.ts +4 -3
  12. package/es/src/ap-table/ap-table.vue2.mjs +57 -57
  13. package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  14. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +15 -15
  15. package/es/src/ap-table/interface.d.ts +3 -3
  16. package/es/src/business/ap-keep-alive/index.d.ts +2 -1
  17. package/es/src/business/ap-keep-alive/index.mjs +11 -9
  18. package/es/src/business/ap-keep-alive/keeper/ap-grid-keeper.mjs +7 -7
  19. package/es/src/business/ap-keep-alive/utils.d.ts +1 -0
  20. package/es/src/business/ap-keep-alive/utils.mjs +10 -9
  21. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  22. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +36 -30
  23. package/es/src/business/ap-radio-group/index.d.ts +6 -0
  24. package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
  25. package/es/src/index.mjs +65 -63
  26. package/es/src/version.d.ts +1 -1
  27. package/es/src/version.mjs +1 -1
  28. package/lib/index.js +1 -1
  29. package/lib/src/ap-drawer/ApDrawer.vue.d.ts +1 -4
  30. package/lib/src/ap-drawer/ApDrawer.vue.js +1 -1
  31. package/lib/src/ap-drawer/interface.d.ts +0 -1
  32. package/lib/src/ap-form/item/index.vue.js +1 -1
  33. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  34. package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
  35. package/lib/src/ap-grid/index.vue.js +1 -1
  36. package/lib/src/ap-grid/interface.d.ts +3 -3
  37. package/lib/src/ap-list/index.vue.js +1 -1
  38. package/lib/src/ap-list/interface.d.ts +4 -3
  39. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  40. package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +3 -3
  41. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  42. package/lib/src/ap-table/interface.d.ts +3 -3
  43. package/lib/src/business/ap-keep-alive/index.d.ts +2 -1
  44. package/lib/src/business/ap-keep-alive/index.js +1 -1
  45. package/lib/src/business/ap-keep-alive/keeper/ap-grid-keeper.js +1 -1
  46. package/lib/src/business/ap-keep-alive/utils.d.ts +1 -0
  47. package/lib/src/business/ap-keep-alive/utils.js +1 -1
  48. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +2 -0
  49. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  50. package/lib/src/business/ap-radio-group/index.d.ts +6 -0
  51. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  52. package/lib/src/index.js +1 -1
  53. package/lib/src/version.d.ts +1 -1
  54. package/lib/src/version.js +1 -1
  55. package/package.json +5 -5
  56. package/theme/antd-global-overwrite/admin/alert.css +1 -1
  57. package/theme/antd-global-overwrite/admin/field.css +3 -0
  58. package/theme/antd-global-overwrite/admin/field.less +4 -0
  59. package/theme/antd-global-overwrite/admin/index.css +10 -1
  60. package/theme/antd-global-overwrite/admin/modal.css +6 -0
  61. package/theme/antd-global-overwrite/admin/modal.less +8 -0
  62. package/theme/antd-global-overwrite/aplus/alert.css +1 -1
  63. package/theme/antd-global-overwrite/aplus/field.css +3 -0
  64. package/theme/antd-global-overwrite/aplus/field.less +4 -0
  65. package/theme/antd-global-overwrite/aplus/index.css +11 -2
  66. package/theme/antd-global-overwrite/aplus/modal.css +7 -1
  67. package/theme/antd-global-overwrite/aplus/modal.less +9 -1
  68. package/theme/ap-action/item-dropdown.css +1 -1
  69. package/theme/ap-action/item.css +2 -2
  70. package/theme/ap-appendix/ap-appendix.css +2 -2
  71. package/theme/ap-attachment/ap-attachment.css +2 -2
  72. package/theme/ap-batch-action/ap-batch-action.css +1 -1
  73. package/theme/ap-button/ap-button.css +1 -1
  74. package/theme/ap-card/ap-card.css +1 -1
  75. package/theme/ap-copy/ap-copy.css +1 -1
  76. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  77. package/theme/ap-download/ap-download.css +4 -4
  78. package/theme/ap-drawer/ap-drawer.css +5 -6
  79. package/theme/ap-drawer/ap-drawer.less +4 -7
  80. package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
  81. package/theme/ap-field/checkbox.css +1 -1
  82. package/theme/ap-field/index.css +1 -1
  83. package/theme/ap-field/number.css +1 -1
  84. package/theme/ap-field/radio.css +1 -1
  85. package/theme/ap-field/text-area.css +1 -1
  86. package/theme/ap-form/ap-form-item-group.css +1 -1
  87. package/theme/ap-form/ap-form-item.css +4 -1
  88. package/theme/ap-form/ap-form-item.less +3 -0
  89. package/theme/ap-form/drawer-form.css +1 -1
  90. package/theme/ap-form/index.css +8 -5
  91. package/theme/ap-form/item-text-group.css +1 -1
  92. package/theme/ap-form/item-text.css +1 -1
  93. package/theme/ap-form/modal-form.css +1 -1
  94. package/theme/ap-form/search-form-sorter.css +5 -5
  95. package/theme/ap-form/search-form.css +8 -5
  96. package/theme/ap-grid/editable.css +1 -1
  97. package/theme/ap-grid/index.css +16 -11
  98. package/theme/ap-grid/index.less +2 -2
  99. package/theme/ap-group-search/ap-extension-select.css +1 -1
  100. package/theme/ap-group-search/ap-group-search.css +1 -1
  101. package/theme/ap-group-search/ap-popover-select.css +1 -1
  102. package/theme/ap-image/ap-image.css +1 -1
  103. package/theme/ap-input-radio/ap-input-radio.css +1 -1
  104. package/theme/ap-label/ap-label.css +1 -1
  105. package/theme/ap-ladder/ap-ladder.css +4 -4
  106. package/theme/ap-layout/ap-info-layout.css +1 -1
  107. package/theme/ap-list/index.css +1 -1
  108. package/theme/ap-product-info/ap-product-info.css +1 -1
  109. package/theme/ap-radio-group/ap-radio-group.css +2 -1
  110. package/theme/ap-radio-group/ap-radio-group.less +1 -0
  111. package/theme/ap-select-layout/ap-select-layout.css +3 -3
  112. package/theme/ap-size-input/ap-size-input.css +1 -1
  113. package/theme/ap-status/ap-status.css +1 -1
  114. package/theme/ap-summary/index.css +1 -1
  115. package/theme/ap-table/ap-table-index.css +1 -1
  116. package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
  117. package/theme/ap-table/ap-table.css +12 -9
  118. package/theme/ap-table/setting/index.css +3 -3
  119. package/theme/ap-table/setting/modal.css +2 -2
  120. package/theme/ap-table/setting/select-group.css +1 -1
  121. package/theme/ap-table/setting/sortable-item-meta.css +1 -1
  122. package/theme/ap-table/setting/sortable-item.css +1 -1
  123. package/theme/ap-table/setting/sorter.css +2 -2
  124. package/theme/ap-table-modal/index.css +12 -9
  125. package/theme/ap-tag/ap-tag-group.css +1 -1
  126. package/theme/ap-tag/ap-tag.css +4 -4
  127. package/theme/ap-title/ap-title.css +1 -1
  128. package/theme/ap-upload/index.css +2 -2
  129. package/theme/ap-upload/multiple-file.css +1 -1
  130. package/theme/ap-upload/picture.css +1 -1
  131. package/theme/ap-upload/single-file.css +2 -2
  132. package/theme/ap-upload/upload.css +1 -1
  133. package/theme/ap-upload-single/index.css +1 -1
  134. package/theme/ap-view/ap-view.css +1 -1
  135. package/theme/batch-input-group/index.css +1 -1
  136. package/theme/batch-input-group/popover-input.css +1 -1
  137. package/theme/check-card/index.css +4 -4
  138. package/theme/editable-table/index.css +9 -6
  139. package/theme/full-screen/index.css +1 -1
  140. package/theme/index.css +46 -39
  141. package/theme/mask/index.css +1 -1
  142. package/theme/mixins/config.less +3 -3
  143. package/theme/mixins/mixins.css +1 -1
  144. package/theme/scroll-bar/index.css +1 -1
  145. package/theme/scroll-view/index.css +1 -1
  146. package/theme/splitter/index.css +2 -2
  147. package/theme/text/group.css +1 -1
  148. package/theme/text/index.css +2 -2
  149. package/theme/ui-mode.css +2 -0
  150. package/theme/ui-mode.less +2 -0
  151. package/theme/work-order-modal/index.css +1 -1
@@ -9,7 +9,7 @@
9
9
  color: #182948;
10
10
  font-weight: normal !important;
11
11
  font-size: 12px;
12
- line-height: 1.5;
12
+ line-height: 18px;
13
13
  }
14
14
  .ant-alert .ant-alert-message .href {
15
15
  color: #0070ff;
@@ -108,9 +108,12 @@
108
108
  margin-top: 0;
109
109
  padding: 0 20px 12px;
110
110
  }
111
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer > button {
111
+ .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
112
112
  min-width: 72px;
113
113
  }
114
+ .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
115
+ margin-inline-start: 8px;
116
+ }
114
117
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
115
118
  padding: 20px 24px;
116
119
  }
@@ -143,6 +146,9 @@
143
146
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
144
147
  min-width: 72px;
145
148
  }
149
+ .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
150
+ margin-inline-start: 8px;
151
+ }
146
152
  .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
147
153
  color: #06c687;
148
154
  }
@@ -273,6 +279,9 @@ textarea[disabled].ant-input {
273
279
  .ant-select-disabled .ant-select-selection-item {
274
280
  color: var(--ap-text-color-1) !important;
275
281
  }
282
+ .ant-input-clear-icon {
283
+ line-height: 18px;
284
+ }
276
285
  .ant-tooltip div[role='tooltip'] {
277
286
  padding-block: 6px;
278
287
  }
@@ -31,9 +31,12 @@
31
31
  margin-top: 0;
32
32
  padding: 0 20px 12px;
33
33
  }
34
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer > button {
34
+ .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
35
35
  min-width: 72px;
36
36
  }
37
+ .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
38
+ margin-inline-start: 8px;
39
+ }
37
40
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
38
41
  padding: 20px 24px;
39
42
  }
@@ -66,6 +69,9 @@
66
69
  .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
67
70
  min-width: 72px;
68
71
  }
72
+ .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
73
+ margin-inline-start: 8px;
74
+ }
69
75
  .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
70
76
  color: #06c687;
71
77
  }
@@ -40,9 +40,13 @@
40
40
  margin-top: 0;
41
41
  padding: 0 20px 12px;
42
42
 
43
- > button {
43
+ button {
44
44
  min-width: 72px;
45
45
  }
46
+
47
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
48
+ margin-inline-start: 8px;
49
+ }
46
50
  }
47
51
  }
48
52
  }
@@ -88,6 +92,10 @@
88
92
  button {
89
93
  min-width: 72px;
90
94
  }
95
+
96
+ .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
97
+ margin-inline-start: 8px;
98
+ }
91
99
  }
92
100
  }
93
101
  }
@@ -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 {
@@ -51,7 +51,7 @@
51
51
  color: #182948;
52
52
  font-size: 12px;
53
53
  font-family: inherit;
54
- line-height: 1.5;
54
+ line-height: 18px;
55
55
  list-style: none;
56
56
  display: inline-block;
57
57
  cursor: pointer;
@@ -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 {
@@ -99,7 +99,7 @@
99
99
  }
100
100
  .aplus-ap-appendix__file-area-content-item-file-name .ant-typography {
101
101
  font-size: 12px;
102
- line-height: 1.5;
102
+ line-height: 18px;
103
103
  color: var(--ap-text-color-2);
104
104
  transition: color 0.2s;
105
105
  }
@@ -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 {
@@ -79,7 +79,7 @@
79
79
  .aplus-ap-attachment__more {
80
80
  display: inline-block;
81
81
  font-size: 12px;
82
- line-height: 1.5;
82
+ line-height: 18px;
83
83
  cursor: pointer;
84
84
  color: var(--download-main-color);
85
85
  }
@@ -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 {
@@ -70,15 +70,15 @@
70
70
  color: var(--download-main-color-opacity);
71
71
  }
72
72
  .aplus-ap-download-inner-wrapper--large {
73
- line-height: 1.1 0.57142857;
73
+ line-height: 22;
74
74
  font-size: 14px;
75
75
  }
76
76
  .aplus-ap-download-inner-wrapper--middle {
77
- line-height: 1.5;
77
+ line-height: 18px;
78
78
  font-size: 12px;
79
79
  }
80
80
  .aplus-ap-download-inner-wrapper--small {
81
- line-height: 1.6;
81
+ line-height: 16px;
82
82
  font-size: 10px;
83
83
  }
84
84
  .aplus-ap-download-inner-wrapper--disabled {
@@ -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 {
@@ -50,11 +50,8 @@
50
50
  .ant-drawer .ant-drawer-content {
51
51
  overflow: inherit;
52
52
  }
53
- .aplus-ap-drawer-aplus .ant-drawer-wrapper-body {
54
- box-shadow: -8px 2px 24px 0px rgba(24, 41, 72, 0.2);
55
- }
56
- .aplus-ap-drawer-admin .ant-drawer-wrapper-body {
57
- box-shadow: -8px 2px 24px 0px rgba(51, 51, 51, 0.2);
53
+ .aplus-ap-drawer .ant-drawer-wrapper-body {
54
+ box-shadow: var(--ap-drawer-wrapper-shadow);
58
55
  }
59
56
  .aplus-ap-drawer-close {
60
57
  width: 32px;
@@ -69,6 +66,8 @@
69
66
  }
70
67
  .aplus-ap-drawer-close .aplus-frontend-icon {
71
68
  font-size: 18px;
69
+ display: flex;
70
+ align-items: center;
72
71
  }
73
72
  .aplus-ap-drawer-close:hover .aplus-frontend-icon {
74
73
  color: #FF4D4F;
@@ -10,14 +10,9 @@
10
10
  overflow: inherit;
11
11
  }
12
12
  }
13
- .b('ap-drawer-aplus', {
13
+ .b('ap-drawer', {
14
14
  .ant-drawer-wrapper-body{
15
- box-shadow: -8px 2px 24px 0px rgba(24, 41, 72, 0.2)
16
- }
17
- });
18
- .b('ap-drawer-admin', {
19
- .ant-drawer-wrapper-body{
20
- box-shadow: -8px 2px 24px 0px rgba(51, 51, 51, 0.2);
15
+ box-shadow: var(--ap-drawer-wrapper-shadow);
21
16
  }
22
17
  });
23
18
 
@@ -33,6 +28,8 @@
33
28
  cursor: pointer;
34
29
  .aplus-frontend-icon{
35
30
  font-size: 18px;
31
+ display: flex;
32
+ align-items: center;
36
33
  }
37
34
  &:hover{
38
35
  .aplus-frontend-icon{
@@ -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 {