Commit 6f96309
committed
# **欢迎加群交流反馈:249718512**
1. 优化cell组件的label数字不会换行的问题
2. countdown组件新增hide-zero-day参数,当"天"为0时自动隐藏该字段
3. image组件允许事件冒泡到外层
4. input组件添加cursor-spacing参数
5. modal和popup的中部弹出模式新增negative-top参数,可以将弹出区域往上移,避免与弹出的键盘重合。
6. 优化navbar的title为英文时,可能会发生部分字母被竖向截断的问题
7. 优化picker和select滑动顶部区域,可能会产生报错的问题
8. row组件允许flex换行
9. 优化upload组件的on-list-change事件逻辑1 parent c185e80 commit 6f96309
20 files changed
Lines changed: 429 additions & 64 deletions
File tree
- pages
- componentsB/tabbar
- componentsC/test
- uview-ui
- components
- u-avatar-cropper
- u-cell-item
- u-count-down
- u-image
- u-input
- u-modal
- u-picker
- u-popup
- u-row
- u-select
- u-tabbar
- u-upload
- libs/config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
652 | 659 | | |
653 | 660 | | |
654 | 661 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments