chore: Update TableImg.vue (#3234)

TableImg Displaying images in the table will result in preview text for other hidden tags AImage
This commit is contained in:
熊丽君 2023-11-04 09:16:37 +08:00 committed by GitHub
parent 6b919cd2fc
commit da1f177284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,9 @@
.img-div {
display: inline-grid;
> .ant-image:nth-of-type(n + 2) {
display: none;
}
}
}
</style>