We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述问题 Tabs组件中tabs容器移动速度与指示器速度不一致,tabs容器通过js立即改变scrollLeft,指示器通过css移动,有过度效果,导致两者移动速度不匹配。 相关代码:
bifrostui/packages/bui-core/src/Tabs/Tabs.tsx
Line 86 in 93da88e
复现步骤 步骤:
期望结果 tab标题移动速度与指示器协调
实际结果 tab标题移动速度与指示器不匹配
环境信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题
Tabs组件中tabs容器移动速度与指示器速度不一致,tabs容器通过js立即改变scrollLeft,指示器通过css移动,有过度效果,导致两者移动速度不匹配。
相关代码:
bifrostui/packages/bui-core/src/Tabs/Tabs.tsx
Line 86 in 93da88e
复现步骤
步骤:
期望结果
tab标题移动速度与指示器协调
实际结果
tab标题移动速度与指示器不匹配
环境信息
The text was updated successfully, but these errors were encountered: