element-plus [Component] [table-v2] TableV2 表格 使用el-auto-resizer包裹实现自适应,el-auto-resizer本身也全屏时, 会导致高度无限增加.无法全屏

hts6caw3  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(168)

Bug Type: Component

Environment

  • Vue Version: 3.2.45
  • Element Plus Version: 2.2.25
  • Browser / OS: 1
  • Build Tool: Vite

Reproduction

  • el-table-v2

Element Plus Playground

Steps to reproduce

1

What is Expected?

高度无限增加

What is actually happening?

无法全屏

Additional comments

加了一个样式:
.el-table-v2 {
border:1px solid #111111
}
就会无限增加. 去掉就停止了. 很奇怪

deikduxw

deikduxw1#

在添加 border:1px solid #111111 后,会让整个 el-table-v2 增加2px的高度

改变height, :height="height-2" 可以解决这个问题

相关问题