mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-12 14:40:47 +08:00
fix(data-table): prevent page scroll in virtual scroll mode
This commit is contained in:
parent
5e60c9fc19
commit
f0f00fc05b
@ -22,6 +22,7 @@
|
||||
- Fix `n-input`'s text color is too shallow with disabled state in Safari, closes [#3241](https://github.com/TuSimple/naive-ui/issues/3241).
|
||||
- Fix `n-input`'s separator may have line wrap.
|
||||
- Fix all components' `user-select` style prop's effect on Safari.
|
||||
- Fix `n-data-table` will prevent page scroll in virtual scroll mode.
|
||||
|
||||
### Feats
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
- 修复 `n-input` 在 disabled 状态下在 Safari 上文本颜色过浅,关闭 [#3241](https://github.com/TuSimple/naive-ui/issues/3241)
|
||||
- 修复 `n-input` 的分割符可能折行
|
||||
- 修复所有组件的 `user-select` 样式属性在 Safari 的效果
|
||||
- 修复 `n-data-table` 在虚拟滚动模式下会阻止页面滚动
|
||||
|
||||
### Feats
|
||||
|
||||
|
@ -156,7 +156,7 @@
|
||||
"treemate": "^0.3.11",
|
||||
"vdirs": "^0.1.8",
|
||||
"vooks": "^0.2.12",
|
||||
"vueuc": "^0.4.46"
|
||||
"vueuc": "^0.4.47"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"homepage": "https://www.naiveui.com",
|
||||
|
Loading…
x
Reference in New Issue
Block a user