Chryseis
Chryseis
垂直方向的轮播
如果我希望轮播是垂直方向的 参数需要如何修改?
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

when children component changed, react-iscroll can't recalculate the height.   source code:https://github.com/Chryseis/elemDemo4React
 
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 在ProTable columns中配置了一个远程下拉搜索框 ```javascript { title: '测试', dataIndex: 'test', hideInTable: true, valueType: 'select', request: async params => { console.log(params) const result = await fetchData({ name:...
路由的search会丢失,有解决方案吗