mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🐛 修复分享图渲染错误
*PostID:47046009
This commit is contained in:
@@ -141,14 +141,16 @@ function getVodTime(): string {
|
||||
left: 0;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 10px;
|
||||
aspect-ratio: v-bind(vodAspectRatio);
|
||||
}
|
||||
|
||||
.tp-vod-cover :nth-child(1) {
|
||||
max-width: 100%;
|
||||
.tp-vod-cover :first-child {
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.tp-vod-cover :nth-child(2) {
|
||||
|
||||
Reference in New Issue
Block a user