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
虽然在3.1.21里面新增了autoHeight参数,但是在异步加载的时候还是不能正常自适应高度。
预期是高度自适应,但实际上只有第一个tab是自适应的,其他tab无法正常显示
在官方示例代码 数据异步渲染 3s 加上 :auto-height="true"参数即可复现
:auto-height="true"
The text was updated successfully, but these errors were encountered:
设置 auto-height 必须设置 pane-key
Sorry, something went wrong.
fix(tabs): text word-break #1344
097c8c1
3.1.22 已发布
richard1015
No branches or pull requests
问题描述
虽然在3.1.21里面新增了autoHeight参数,但是在异步加载的时候还是不能正常自适应高度。
预期的行为和实际行为
预期是高度自适应,但实际上只有第一个tab是自适应的,其他tab无法正常显示
复现步骤,具体代码
在官方示例代码 数据异步渲染 3s 加上
:auto-height="true"
参数即可复现相关环境信息
The text was updated successfully, but these errors were encountered: