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:
parent
6b919cd2fc
commit
da1f177284
|
|
@ -86,6 +86,9 @@
|
||||||
|
|
||||||
.img-div {
|
.img-div {
|
||||||
display: inline-grid;
|
display: inline-grid;
|
||||||
|
> .ant-image:nth-of-type(n + 2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue