NervJS / taro-ui

一款基于 Taro 框架开发的多端 UI 组件库
https://taro-ui.taro.zone
MIT License
4.54k stars 759 forks source link

在支付宝小程序中使用Calendar 日历UI发生错位 #939

Closed lancerfox closed 4 years ago

lancerfox commented 4 years ago

问题描述 在支付宝小程序中使用Calendar 日历UI发生错位 复现步骤 下载taro-ui-demo源码 或(重新创建新项目,安装taro-ui),正确编译,在支付宝开发工具上预览和iphonex支付宝中预览,左右滑动高度UI正常,点击日期切换按钮,高度不断的加大

期望行为 高度不会因为点击了日期转换按钮而不断的加大

报错信息

image

系统信息 操作系统:win10, 运行环境:支付宝小程序开发工具和真机iphoneX支付宝中 "dependencies": { "@tarojs/components": "2.0.2", "@tarojs/components-qa": "2.0.2", "@tarojs/router": "2.0.2", "@tarojs/taro": "2.0.2", "@tarojs/taro-alipay": "2.0.2", "@tarojs/taro-h5": "2.0.2", "@tarojs/taro-qq": "2.0.2", "@tarojs/taro-quickapp": "2.0.2", "@tarojs/taro-rn": "2.0.2", "@tarojs/taro-swan": "2.0.2", "@tarojs/taro-tt": "2.0.2", "@tarojs/taro-weapp": "2.0.2", "mini-antui": "^0.4.35", "nerv-devtools": "^1.5.6", "nervjs": "^1.5.6", "taro-ui": "^2.2.4" },

taro-ui-bot[bot] commented 4 years ago

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

Garfield550 commented 4 years ago

taro-ui-demo 的代码很久没有更新了,试试 Clone 本项目然后运行一下?

lancerfox commented 4 years ago

taro-ui-demo 的代码很久没有更新了,试试 Clone 本项目然后运行一下?

重新创建新项目,安装taro-ui依旧存在该问题