zhytech-ui 1.3.2 → 1.3.4
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.
- package/README.md +11 -0
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +165 -162
- package/dist/zhytech-ui.umd.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,17 @@ npm install --legacy-peer-deps
|
|
|
90
90
|
|
|
91
91
|
> #### 版本更新清单:
|
|
92
92
|
|
|
93
|
+
**V 1.3.4**
|
|
94
|
+
```html
|
|
95
|
+
1.修复动态模板中图片上传组件预览问题,预览图片大小为240px
|
|
96
|
+
2.修复动态模板中图片组件没有回传parentID问题
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
**V 1.3.3**
|
|
100
|
+
```html
|
|
101
|
+
1.修复动态模板中如果标题和组件相同时,保存时出现重复问题
|
|
102
|
+
```
|
|
103
|
+
|
|
93
104
|
**V 1.3.2**
|
|
94
105
|
```html
|
|
95
106
|
1.修复动态表单复选框/单选框设置分数为0时不显示问题
|