@@ -1378,6 +1378,7 @@ onMounted(() => {
img {
width: 100%;
height: 100%;
+ object-fit: cover; /* 铺满容器,但会裁掉多余部分 */
}