add preview for images in tanstak-table

This commit is contained in:
smanylov
2026-04-24 12:08:43 +07:00
parent e09cd3a77c
commit 47bf0b3e77
2 changed files with 37 additions and 3 deletions
+10
View File
@@ -901,6 +901,16 @@
padding: 15px 16px;
}
}
.table-item-file-name-image-wrapper {
width: 40px;
height: 40px;
position: relative;
img {
object-fit: contain;
}
}
}
.table-item {