el-image预览时和el-table边框出现样式穿透问题处理 如图所示 我们只需要在当前组件加一个css即可解决问题 <style lang="scss" scoped> :deep(.el-table__cell) { position: static !important; } </style>