Bug Type: Component
Environment
- Vue Version:
3.2.45
- Element Plus Version:
2.2.25
- Browser / OS:
1
- Build Tool:
Vite
Reproduction
Related Component
el-table-v2
Reproduction Link
Element Plus Playground
Steps to reproduce
1
What is Expected?
高度无限增加
What is actually happening?
无法全屏
Additional comments
加了一个样式:
.el-table-v2 {
border:1px solid #111111
}
就会无限增加. 去掉就停止了. 很奇怪
1条答案
按热度按时间deikduxw1#
在添加
border:1px solid #111111
后,会让整个el-table-v2
增加2px的高度改变height,
:height="height-2"
可以解决这个问题