fix(parser):完善 linkCard 解析

This commit is contained in:
BTMuli
2023-03-30 21:59:21 +08:00
parent 643caa03bf
commit 6c7b296d2e
3 changed files with 18 additions and 12 deletions

View File

@@ -51,13 +51,13 @@
}
.mys-post-link-card-cover {
width: 180px;
width: auto;
height: 180px;
border-radius: 10px;
}
.mys-post-link-card-cover img {
width: 180px;
width: auto;
height: 180px;
border-radius: 10px;
}