fix: TableImg.vue

pull/40/MERGE
xingyu 2023-11-06 09:58:07 +08:00
parent 01b94a0c04
commit 90f298c709
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ const { prefixCls } = useDesign('basic-table-img')
.img-div {
display: inline-grid;
> .ant-image:nth-of-type(n + 2) {
display: none;
}
}
}
</style>