解决el-image 和 el-table冲突层级冲突问题

94 阅读1分钟

// 单元格样式 .el-table__cell { position: static !important; // 解决el-image 和 el-table冲突层级冲突问题 } ::v-deep .el-table__cell { position: static !important; }