-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
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
[Bug Report] el-table set max-height only doesn't work after release-2.8.0 #15281
Comments
我也遇到了同样的问题。 |
这是我测试的 demo。没看出来哪里出问题了。https://jsfiddle.net/djmtapyh/ |
同样的问题,刚想来提issue的就看到首页这个 |
|
I see style: [_vm.bodyHeight] in Webpack source |
@ziyoung 直接初始化table组件是正常的,但是如果是异步获取的数据则内容不会撑开父容器,这是我的例子 https://jsfiddle.net/atugsewp/2/ |
是 bug。 |
也遇到了同样的问题,已经回退锁死版本了,希望尽快解决 |
什么时候发布新版本解决这个问题呀 |
同样的问题+1 QQQ |
还以为自己代码出问题了 =-= |
我也是,2.8.0版本表格优化还是很不错的,可是这个bug直接退到2.7.2了。 |
我回退到2.7.2还是有这个问题,不知道为啥 |
|
我也不知道为啥,之前好好的,把node_modules删了重装就这样了,我的解决办法是把他的样式覆盖 |
fixed in #15709 |
Element UI version
2.8.0
OS/Browsers version
All
Vue version
2.6.10
Reproduction Link
#14660
Steps to reproduce
PR[#14660] caused anthor bug - el-table set max-height only doesn't work
What is Expected?
set max-height can work normally
What is actually happening?
tables-body height always be 60px
The text was updated successfully, but these errors were encountered: