TableImg Displaying images in the table will result in preview text for other hidden tags AImage
@@ -86,6 +86,9 @@
.img-div {
display: inline-grid;
+ > .ant-image:nth-of-type(n + 2) {
+ display: none;
+ }
}
</style>