vxe-table show-overflow在modal失效问题

在使用的过程中发现vxe-table在普通界面是生效,但是在iview的modal框始终不出现

vxe-table show-overflow在modal失效问题_第1张图片

vxe-table show-overflow在modal失效问题_第2张图片

排查后发现和tooltip的z-index有关,modal的z-index比tooltip的z-index大,把相关class改一下就可以显示了

.vxe-table--tooltip-wrapper {
  z-index: 10000 !important;
}

 

你可能感兴趣的:(工具,css,vue.js,vxe-table)