@fangzhongya/fang-ui 0.1.29 → 0.1.31

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 (161) hide show
  1. package/dist/components/array/index.css +2 -1
  2. package/dist/components/audios/index.css +2 -1
  3. package/dist/components/box/index.css +2 -1
  4. package/dist/components/box-adjust/index.css +2 -1
  5. package/dist/components/box-local/index.css +2 -1
  6. package/dist/components/box-mask/index.css +2 -1
  7. package/dist/components/box-title/index.css +2 -1
  8. package/dist/components/buttons/index.css +2 -1
  9. package/dist/components/cascaders/index.css +2 -1
  10. package/dist/components/checks/index.css +2 -1
  11. package/dist/components/common/urls.cjs +1 -1
  12. package/dist/components/common/urls.js +1 -1
  13. package/dist/components/common/use.cjs +8 -0
  14. package/dist/components/common/use.d.ts +1 -0
  15. package/dist/components/common/use.js +8 -0
  16. package/dist/components/dates/index.css +2 -1
  17. package/dist/components/dates-divide/index.css +2 -1
  18. package/dist/components/dates-picker/index.css +2 -1
  19. package/dist/components/dates2/index.css +2 -1
  20. package/dist/components/dialogs/index.css +2 -1
  21. package/dist/components/edit/index.css +2 -1
  22. package/dist/components/edit-float/index.css +2 -1
  23. package/dist/components/forms/index.css +5 -1
  24. package/dist/components/forms-div/index.css +2 -1
  25. package/dist/components/forms-item/index.css +5 -1
  26. package/dist/components/forms-item/index.scss +3 -0
  27. package/dist/components/forms-item/src/label.cjs +1 -1
  28. package/dist/components/forms-item/src/label.js +2 -2
  29. package/dist/components/full-screen/index.css +2 -1
  30. package/dist/components/history/index.css +2 -1
  31. package/dist/components/icon/index.css +2 -1
  32. package/dist/components/icon-picker/index.css +2 -1
  33. package/dist/components/iframe/index.css +2 -1
  34. package/dist/components/images/index.css +2 -1
  35. package/dist/components/index.scss +2 -2
  36. package/dist/components/input-array/index.css +2 -1
  37. package/dist/components/input-history/index.css +2 -1
  38. package/dist/components/input-num/index.css +2 -1
  39. package/dist/components/input-select/index.css +2 -1
  40. package/dist/components/inputs/index.css +2 -1
  41. package/dist/components/{global-config → keep-com}/index.css +2 -1
  42. package/dist/components/labels/index.css +2 -1
  43. package/dist/components/list/index.css +7 -1
  44. package/dist/components/list/index.scss +5 -1
  45. package/dist/components/list/src/util.cjs +1 -1
  46. package/dist/components/list/src/util.js +2 -2
  47. package/dist/components/lists/index.css +2 -1
  48. package/dist/components/lists/src/index2.cjs +13 -1
  49. package/dist/components/lists/src/index2.js +13 -1
  50. package/dist/components/listsp/index.css +2 -1
  51. package/dist/components/listsp/src/index2.cjs +2 -0
  52. package/dist/components/listsp/src/index2.js +2 -0
  53. package/dist/components/listspd/index.css +2 -1
  54. package/dist/components/listspd/src/index2.cjs +2 -0
  55. package/dist/components/listspd/src/index2.js +2 -0
  56. package/dist/components/menus/index.css +2 -1
  57. package/dist/components/no-data/index.css +2 -1
  58. package/dist/components/page/index.css +11 -1
  59. package/dist/components/paging/index.css +2 -1
  60. package/dist/components/popup/index.css +2 -1
  61. package/dist/components/retract/index.css +2 -1
  62. package/dist/components/right-key/index.css +2 -1
  63. package/dist/components/scss/common.scss +5 -1
  64. package/dist/components/seamless-scroll/index.css +2 -1
  65. package/dist/components/select-scroll/index.css +2 -1
  66. package/dist/components/selector/index.css +2 -1
  67. package/dist/components/selects/index.css +2 -1
  68. package/dist/components/sliders/index.css +2 -1
  69. package/dist/components/switchs/index.css +2 -1
  70. package/dist/components/tables/common/pagin.cjs +47 -49
  71. package/dist/components/tables/common/pagin.d.ts +1 -0
  72. package/dist/components/tables/common/pagin.js +47 -49
  73. package/dist/components/tables/index.css +3 -1
  74. package/dist/components/tables/index.scss +1 -0
  75. package/dist/components/tables/src/index2.cjs +6 -1
  76. package/dist/components/tables/src/index2.js +6 -1
  77. package/dist/components/tablesp/index.css +3 -1
  78. package/dist/components/tablesp/src/index2.cjs +2 -0
  79. package/dist/components/tablesp/src/index2.js +2 -0
  80. package/dist/components/tablespd/index.css +3 -1
  81. package/dist/components/tablespd/src/index2.cjs +2 -0
  82. package/dist/components/tablespd/src/index2.js +2 -0
  83. package/dist/components/tabless/index.css +2 -1
  84. package/dist/components/tabless/src/index2.cjs +2 -0
  85. package/dist/components/tabless/src/index2.js +2 -0
  86. package/dist/components/tablesv/index.css +2 -1
  87. package/dist/components/tablesv/src/index2.cjs +8 -3
  88. package/dist/components/tablesv/src/index2.js +8 -3
  89. package/dist/components/tablesvp/index.css +2 -1
  90. package/dist/components/tablesvp/src/index2.cjs +2 -0
  91. package/dist/components/tablesvp/src/index2.js +2 -0
  92. package/dist/components/tablesvpd/index.css +2 -1
  93. package/dist/components/tablesvpd/src/index2.cjs +2 -0
  94. package/dist/components/tablesvpd/src/index2.js +2 -0
  95. package/dist/components/uploads/index.css +2 -1
  96. package/dist/components/videos/index.css +2 -1
  97. package/dist/components/window/index.css +2 -1
  98. package/dist/css/array.css +2 -1
  99. package/dist/css/audios.css +2 -1
  100. package/dist/css/box-adjust.css +2 -1
  101. package/dist/css/box-local.css +2 -1
  102. package/dist/css/box-mask.css +2 -1
  103. package/dist/css/box-title.css +2 -1
  104. package/dist/css/box.css +2 -1
  105. package/dist/css/buttons.css +2 -1
  106. package/dist/css/cascaders.css +2 -1
  107. package/dist/css/checks.css +2 -1
  108. package/dist/css/dates-divide.css +2 -1
  109. package/dist/css/dates-picker.css +2 -1
  110. package/dist/css/dates.css +2 -1
  111. package/dist/css/dates2.css +2 -1
  112. package/dist/css/dialogs.css +2 -1
  113. package/dist/css/edit-float.css +2 -1
  114. package/dist/css/edit.css +2 -1
  115. package/dist/css/forms-div.css +2 -1
  116. package/dist/css/forms-item.css +5 -1
  117. package/dist/css/forms.css +5 -1
  118. package/dist/css/full-screen.css +2 -1
  119. package/dist/css/history.css +2 -1
  120. package/dist/css/icon-picker.css +2 -1
  121. package/dist/css/icon.css +2 -1
  122. package/dist/css/iframe.css +2 -1
  123. package/dist/css/images.css +2 -1
  124. package/dist/css/index.css +39 -1
  125. package/dist/css/input-array.css +2 -1
  126. package/dist/css/input-history.css +2 -1
  127. package/dist/css/input-num.css +2 -1
  128. package/dist/css/input-select.css +2 -1
  129. package/dist/css/inputs.css +2 -1
  130. package/dist/css/{global-config.css → keep-com.css} +2 -1
  131. package/dist/css/labels.css +2 -1
  132. package/dist/css/list.css +7 -1
  133. package/dist/css/lists.css +2 -1
  134. package/dist/css/listsp.css +2 -1
  135. package/dist/css/listspd.css +2 -1
  136. package/dist/css/menus.css +2 -1
  137. package/dist/css/no-data.css +2 -1
  138. package/dist/css/page.css +11 -1
  139. package/dist/css/paging.css +2 -1
  140. package/dist/css/popup.css +2 -1
  141. package/dist/css/retract.css +2 -1
  142. package/dist/css/right-key.css +2 -1
  143. package/dist/css/seamless-scroll.css +2 -1
  144. package/dist/css/select-scroll.css +2 -1
  145. package/dist/css/selector.css +2 -1
  146. package/dist/css/selects.css +2 -1
  147. package/dist/css/sliders.css +2 -1
  148. package/dist/css/switchs.css +2 -1
  149. package/dist/css/tables.css +3 -1
  150. package/dist/css/tablesp.css +3 -1
  151. package/dist/css/tablespd.css +3 -1
  152. package/dist/css/tabless.css +2 -1
  153. package/dist/css/tablesv.css +2 -1
  154. package/dist/css/tablesvp.css +2 -1
  155. package/dist/css/tablesvpd.css +2 -1
  156. package/dist/css/uploads.css +2 -1
  157. package/dist/css/videos.css +2 -1
  158. package/dist/css/window.css +2 -1
  159. package/dist/icons/index.json +1 -1
  160. package/dist/index.css +39 -1
  161. package/package.json +2 -2
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .inputs-input {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,5 +19,5 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .checks-check {
@@ -11,6 +11,7 @@
11
11
  --layout-panel-gap
12
12
  );
13
13
  --g-main-bg: var(--bg-color-page);
14
+ --lable-array-height: 20px;
14
15
  }
15
16
 
16
17
  .com-footer {
@@ -19,7 +20,7 @@
19
20
  }
20
21
 
21
22
  .com-lable-array {
22
- line-height: 18px;
23
+ line-height: var(--lable-array-height);
23
24
  }
24
25
 
25
26
  .list-div .list-table {
@@ -88,6 +89,7 @@
88
89
  white-space: nowrap;
89
90
  }
90
91
  .list-div .list-table .is-width .list-table-label {
92
+ white-space: pre-wrap;
91
93
  word-break: break-all;
92
94
  white-space: normal;
93
95
  display: block;
@@ -95,7 +97,11 @@
95
97
  .list-div .list-table .list-table-th {
96
98
  text-align: left;
97
99
  }
100
+ .list-div .list-table .list-table-label {
101
+ white-space: pre-wrap;
102
+ }
98
103
  .list-div .list-table .list-table-value {
104
+ white-space: pre-wrap;
99
105
  word-break: break-all;
100
106
  white-space: normal;
101
107
  display: block;
@@ -80,6 +80,7 @@ $list: 'list';
80
80
  }
81
81
  .#{is('width')} {
82
82
  .#{z($list, 'table-label')} {
83
+ white-space: pre-wrap;
83
84
  word-break: break-all;
84
85
  white-space: normal;
85
86
  display: block;
@@ -88,8 +89,11 @@ $list: 'list';
88
89
  .#{z($list, 'table-th')} {
89
90
  text-align: left;
90
91
  }
91
-
92
+ .#{z($list, 'table-label')} {
93
+ white-space: pre-wrap;
94
+ }
92
95
  .#{z($list, 'table-value')} {
96
+ white-space: pre-wrap;
93
97
  word-break: break-all;
94
98
  white-space: normal;
95
99
  display: block;
@@ -53,7 +53,7 @@ function setLabel(obj, props, compons, emit, slots, isComponSelected, index) {
53
53
  colon = ":";
54
54
  }
55
55
  if (label) {
56
- return use.useAdditional(label, colon);
56
+ return use.useLabelAdditional(label, colon);
57
57
  }
58
58
  }
59
59
  return label;
@@ -1,5 +1,5 @@
1
1
  import "vue";
2
- import { useSetSlot, useSetCompon, useGetDomValue, useGetDomLabel, useAdditional } from "../../common/use.js";
2
+ import { useSetSlot, useSetCompon, useGetDomValue, useGetDomLabel, useLabelAdditional } from "../../common/use.js";
3
3
  const setClass = (item, data, index) => {
4
4
  const v = data[item.state ?? item.prop];
5
5
  if (item.setcss) {
@@ -51,7 +51,7 @@ function setLabel(obj, props, compons, emit, slots, isComponSelected, index) {
51
51
  colon = ":";
52
52
  }
53
53
  if (label) {
54
- return useAdditional(label, colon);
54
+ return useLabelAdditional(label, colon);
55
55
  }
56
56
  }
57
57
  return label;
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .lists {
@@ -142,10 +142,22 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
142
142
  function getSelections() {
143
143
  return selections.value;
144
144
  }
145
+ function clearSort() {
146
+ }
147
+ function setCurrentRow() {
148
+ }
149
+ function clearCurrentRow() {
150
+ }
151
+ const getRef = () => {
152
+ };
145
153
  __expose({
146
154
  ...data.dataExpose,
147
- clearSelection,
155
+ clearSort,
156
+ getRef,
157
+ setCurrentRow,
158
+ clearCurrentRow,
148
159
  getSelections,
160
+ clearSelection,
149
161
  toggleRowSelection
150
162
  });
151
163
  return (_ctx, _cache) => {
@@ -140,10 +140,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
140
140
  function getSelections() {
141
141
  return selections.value;
142
142
  }
143
+ function clearSort() {
144
+ }
145
+ function setCurrentRow() {
146
+ }
147
+ function clearCurrentRow() {
148
+ }
149
+ const getRef = () => {
150
+ };
143
151
  __expose({
144
152
  ...dataExpose,
145
- clearSelection,
153
+ clearSort,
154
+ getRef,
155
+ setCurrentRow,
156
+ clearCurrentRow,
146
157
  getSelections,
158
+ clearSelection,
147
159
  toggleRowSelection
148
160
  });
149
161
  return (_ctx, _cache) => {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .lists {
@@ -25,6 +25,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
25
25
  const {
26
26
  height,
27
27
  getSelection,
28
+ getRef,
28
29
  initData,
29
30
  getData,
30
31
  empty,
@@ -46,6 +47,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
46
47
  } = pagin.useInit(props, emit, refTable, getLocale, true);
47
48
  __expose({
48
49
  getSelection,
50
+ getRef,
49
51
  initData,
50
52
  getData,
51
53
  getList: initData,
@@ -23,6 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23
23
  const {
24
24
  height,
25
25
  getSelection,
26
+ getRef,
26
27
  initData,
27
28
  getData,
28
29
  empty,
@@ -44,6 +45,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
45
  } = useInit(props, emit, refTable, getLocale, true);
45
46
  __expose({
46
47
  getSelection,
48
+ getRef,
47
49
  initData,
48
50
  getData,
49
51
  getList: initData,
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .lists {
@@ -27,6 +27,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
27
27
  const {
28
28
  height,
29
29
  getSelection,
30
+ getRef,
30
31
  initData,
31
32
  getData,
32
33
  empty,
@@ -49,6 +50,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
49
50
  } = pagin.useInit(props, emit, refTable, getLocale, true);
50
51
  __expose({
51
52
  getSelection,
53
+ getRef,
52
54
  initData,
53
55
  getData,
54
56
  getList: initData,
@@ -25,6 +25,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  const {
26
26
  height,
27
27
  getSelection,
28
+ getRef,
28
29
  initData,
29
30
  getData,
30
31
  empty,
@@ -47,6 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47
48
  } = useInit(props, emit, refTable, getLocale, true);
48
49
  __expose({
49
50
  getSelection,
51
+ getRef,
50
52
  initData,
51
53
  getData,
52
54
  getList: initData,
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .menus .menu-li-item {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .no-data {
@@ -11,6 +11,7 @@
11
11
  --layout-panel-gap
12
12
  );
13
13
  --g-main-bg: var(--bg-color-page);
14
+ --lable-array-height: 20px;
14
15
  }
15
16
 
16
17
  .com-footer {
@@ -19,7 +20,7 @@
19
20
  }
20
21
 
21
22
  .com-lable-array {
22
- line-height: 18px;
23
+ line-height: var(--lable-array-height);
23
24
  }
24
25
 
25
26
  .forms-div {
@@ -40,6 +41,9 @@
40
41
  height: var(--forms-item-row-height);
41
42
  line-height: var(--forms-item-row-height);
42
43
  }
44
+ .forms-item-el-item .el-form-item__label {
45
+ white-space: pre-wrap;
46
+ }
43
47
  .forms-item-el-item.is-top .el-form-item__content {
44
48
  min-height: var(--forms-item-row-height);
45
49
  display: grid;
@@ -699,6 +703,7 @@
699
703
  white-space: nowrap;
700
704
  }
701
705
  .list-div .list-table .is-width .list-table-label {
706
+ white-space: pre-wrap;
702
707
  word-break: break-all;
703
708
  white-space: normal;
704
709
  display: block;
@@ -706,7 +711,11 @@
706
711
  .list-div .list-table .list-table-th {
707
712
  text-align: left;
708
713
  }
714
+ .list-div .list-table .list-table-label {
715
+ white-space: pre-wrap;
716
+ }
709
717
  .list-div .list-table .list-table-value {
718
+ white-space: pre-wrap;
710
719
  word-break: break-all;
711
720
  white-space: normal;
712
721
  display: block;
@@ -786,6 +795,7 @@
786
795
  padding: var(--tables-interval) 0;
787
796
  }
788
797
  .tables-table.el-table--default .cell {
798
+ white-space: pre-wrap;
789
799
  padding: 0 var(--tables-interval-horizon, var(--tables-interval));
790
800
  }
791
801
 
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .paging {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .box-mask {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .retract {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .right-key-box {
@@ -16,6 +16,7 @@
16
16
  --#{$cssname}layout-panel-gap
17
17
  );
18
18
  --#{$cssname}g-main-bg: var(--#{$cssname}bg-color-page);
19
+ #{vm('lable-array-height')}: 20px;
19
20
  }
20
21
 
21
22
  .com-footer {
@@ -24,5 +25,8 @@
24
25
  }
25
26
 
26
27
  .com-lable-array {
27
- line-height: 18px;
28
+ line-height: var(#{vm('lable-array-height')});
28
29
  }
30
+ // .com-lable-colon {
31
+ // white-space: pre-wrap; /* 保留空白符,并正常换行 */
32
+ // }
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .seamless-scroll {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .select-scroll {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .select-scroll {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .selects-select {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .sliders {
@@ -10,6 +10,7 @@
10
10
  --layout-panel-gap
11
11
  );
12
12
  --g-main-bg: var(--bg-color-page);
13
+ --lable-array-height: 20px;
13
14
  }
14
15
 
15
16
  .com-footer {
@@ -18,7 +19,7 @@
18
19
  }
19
20
 
20
21
  .com-lable-array {
21
- line-height: 18px;
22
+ line-height: var(--lable-array-height);
22
23
  }
23
24
 
24
25
  .switchs-switch {