element-plus [Component] [table-v2] Virtualized Table 虚拟化表格 在手机端和 ipad端浏览器中无法滚动

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

Bug Type: Component

Environment

  • Vue Version: 3.2.40
  • Element Plus Version: 2.3.7
  • Browser / OS: 夸克
  • Build Tool: Vite

Reproduction

  • el-table-v2

Docs

Steps to reproduce

时候手机端夸克浏览器或者ipad端自带浏览器打开elementPlus官方网站,打开Virtualized Table 虚拟化表格

What is Expected?

Virtualized Table 虚拟化表格能和pc端一样正常滚动

What is actually happening?

Virtualized Table 虚拟化表格无法滚动

Additional comments

(empty)

iszxjhcz

iszxjhcz1#

A workaround is to inject overflow css like:
:deep(.el-table-v2__body) > div:nth-child(1)
overflow auto !important

相关问题