@cloudbase/weda-ui-mp 3.7.8 → 3.7.10

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.
@@ -207,7 +207,7 @@ Component({
207
207
  // 触发添加操作,则增加一个undefined值
208
208
  if (params.type === 'add') {
209
209
  value = deepClone(objValue);
210
- value.push({});
210
+ value.push(undefined);
211
211
  }
212
212
 
213
213
  // 触发删除操作,则删除对应索引的值
@@ -75,9 +75,15 @@
75
75
  flex-wrap: wrap;
76
76
  align-items: center;
77
77
  }
78
+ .wd-form-select_input-value {
79
+ overflow: hidden;
80
+ white-space: nowrap;
81
+ text-overflow: ellipsis;
82
+ flex: 1;
83
+ }
78
84
  .wd-form-select_input-split {
79
85
  color: var(--wd-font-gray-3);
80
- padding: calc(var(--wd-space-base) * 2);
86
+ padding: 0 calc(var(--wd-space-base) * 2);
81
87
  }
82
88
  .wd-form-select_input-placeholder {
83
89
  color: var(--wd-color-text-placeholder);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "miniprogram": "./",
4
4
  "packageManager": "yarn@3.0.2",
5
5
  "dependencies": {},
6
- "version": "3.7.8",
6
+ "version": "3.7.10",
7
7
  "main": "./",
8
8
  "publishConfig": {
9
9
  "access": "public"