fix: 解决crud表格中含有图片,点击图片预览与表格样式冲突问题

This commit is contained in:
YeMingfei666 2025-03-14 11:40:01 +08:00
parent 70c35b4a1f
commit d847911a2e
1 changed files with 5 additions and 1 deletions

View File

@ -1011,4 +1011,8 @@ function saveXlsx(fileData: BlobPart, fileName: string) {
defineExpose({ fetchPageData, exportPageData, getFilterParams, getselectTable, pagination });
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
:deep(.el-table .el-table__cell) {
z-index: inherit;
}
</style>