fix thumb size

This commit is contained in:
Timi
2025-12-10 15:36:24 +08:00
parent 16335821e2
commit fd533cb92d
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
} }
.thumbnail { .thumbnail {
width: 200rpx;
height: 200rpx; height: 200rpx;
display: block; display: block;
} }

View File

@ -54,6 +54,7 @@
} }
.thumbnail { .thumbnail {
width: 200rpx;
height: 200rpx; height: 200rpx;
display: block; display: block;
} }