@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
@@ -84,14 +84,15 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
84
84
  row: {
85
85
  isCurrent: setHover(),
86
86
  isHover: setHover(),
87
- keyField: props.rowKey
87
+ keyField: props.rowKey,
88
+ useKey: true
88
89
  },
89
90
  column: {
90
91
  minWidth: attrs.assem.minWidth,
91
92
  resizable: attrs.assem.resizable
92
93
  },
93
94
  sort: {
94
- remote: Boolean(attrs.assem.sort),
95
+ remote: true,
95
96
  defaultSort: {
96
97
  field: tableDefaultSort.value.prop,
97
98
  order: tableDefaultSort.value.order
@@ -192,6 +193,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
192
193
  tableRef.value.clearRadioRow();
193
194
  tableRef.value.clearCurrentRow();
194
195
  }
196
+ const getRef = () => {
197
+ return tableRef.value;
198
+ };
195
199
  vue.onMounted(() => {
196
200
  if (window) {
197
201
  window.addEventListener("click", () => {
@@ -201,12 +205,13 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
201
205
  });
202
206
  __expose({
203
207
  ...data.dataExpose,
204
- clearSelection,
205
208
  clearRadioRow,
209
+ getRef,
206
210
  clearSort,
207
211
  setCurrentRow,
208
212
  clearCurrentRow,
209
213
  getSelections,
214
+ clearSelection,
210
215
  toggleRowSelection
211
216
  });
212
217
  return (_ctx, _cache) => {
@@ -82,14 +82,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
82
82
  row: {
83
83
  isCurrent: setHover(),
84
84
  isHover: setHover(),
85
- keyField: props.rowKey
85
+ keyField: props.rowKey,
86
+ useKey: true
86
87
  },
87
88
  column: {
88
89
  minWidth: attrs.assem.minWidth,
89
90
  resizable: attrs.assem.resizable
90
91
  },
91
92
  sort: {
92
- remote: Boolean(attrs.assem.sort),
93
+ remote: true,
93
94
  defaultSort: {
94
95
  field: tableDefaultSort.value.prop,
95
96
  order: tableDefaultSort.value.order
@@ -190,6 +191,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
190
191
  tableRef.value.clearRadioRow();
191
192
  tableRef.value.clearCurrentRow();
192
193
  }
194
+ const getRef = () => {
195
+ return tableRef.value;
196
+ };
193
197
  onMounted(() => {
194
198
  if (window) {
195
199
  window.addEventListener("click", () => {
@@ -199,12 +203,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
199
203
  });
200
204
  __expose({
201
205
  ...dataExpose,
202
- clearSelection,
203
206
  clearRadioRow,
207
+ getRef,
204
208
  clearSort,
205
209
  setCurrentRow,
206
210
  clearCurrentRow,
207
211
  getSelections,
212
+ clearSelection,
208
213
  toggleRowSelection
209
214
  });
210
215
  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
  .tablesv {
@@ -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);
47
48
  __expose({
48
49
  getSelection,
50
+ getRef,
49
51
  initData,
50
52
  getList: getData,
51
53
  empty
@@ -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);
45
46
  __expose({
46
47
  getSelection,
48
+ getRef,
47
49
  initData,
48
50
  getList: getData,
49
51
  empty
@@ -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
  .tablesv {
@@ -26,6 +26,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
26
26
  const {
27
27
  height,
28
28
  getSelection,
29
+ getRef,
29
30
  initData,
30
31
  getData,
31
32
  empty,
@@ -48,6 +49,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
48
49
  } = pagin.useInit(props, emit, refTable, getLocale);
49
50
  __expose({
50
51
  getSelection,
52
+ getRef,
51
53
  initData,
52
54
  getList: getData,
53
55
  empty
@@ -24,6 +24,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  const {
25
25
  height,
26
26
  getSelection,
27
+ getRef,
27
28
  initData,
28
29
  getData,
29
30
  empty,
@@ -46,6 +47,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
47
  } = useInit(props, emit, refTable, getLocale);
47
48
  __expose({
48
49
  getSelection,
50
+ getRef,
49
51
  initData,
50
52
  getList: getData,
51
53
  empty
@@ -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
  .uploads {
@@ -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
  .videos {
@@ -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
  .array {
@@ -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
  .audios.is-playing .audios-name {
@@ -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
  .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
  .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
  .icon {
package/dist/css/box.css CHANGED
@@ -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
  .buttons-li {
@@ -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
  .cascaders-cascader {
@@ -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 {
@@ -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
  .dates-divide {
@@ -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
  .dates2 .dates2-date {
@@ -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
  .dates .dates-date {
@@ -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
  .dates-divide {
@@ -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
  .dialogs.el-dialog {
@@ -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
  .edit-float-body {
package/dist/css/edit.css CHANGED
@@ -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
  .edit {
@@ -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
  .forms-div {
@@ -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
  .forms-div {
@@ -39,6 +40,9 @@
39
40
  height: var(--forms-item-row-height);
40
41
  line-height: var(--forms-item-row-height);
41
42
  }
43
+ .forms-item-el-item .el-form-item__label {
44
+ white-space: pre-wrap;
45
+ }
42
46
  .forms-item-el-item.is-top .el-form-item__content {
43
47
  min-height: var(--forms-item-row-height);
44
48
  display: grid;
@@ -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;
@@ -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
  .full-screen {
@@ -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
  .history {
@@ -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
  .icon-picker {
package/dist/css/icon.css CHANGED
@@ -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
  .icon {