From 936cf0a8e59f9811e56d9e59fd6e5dada2bf6507 Mon Sep 17 00:00:00 2001 From: yixu Date: Thu, 18 Sep 2025 21:28:21 +0800 Subject: [PATCH] fix --- src/components/PhotoSquare.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/PhotoSquare.vue b/src/components/PhotoSquare.vue index e5379c1..c2f1a82 100644 --- a/src/components/PhotoSquare.vue +++ b/src/components/PhotoSquare.vue @@ -367,8 +367,7 @@ const getBackgroundImage = (item) => { display: flex; justify-content: space-around; align-items: center; - height: 3vh; - bottom: 5.5vw; + bottom: 5vw; font-size: 3vw; width: 100%; padding: 0 4vw; @@ -436,7 +435,6 @@ const getBackgroundImage = (item) => { .image-container { width: 38vw; - height: 28vh; background-image: url('../assets/images/test.webp'); background-size: 100%; background-repeat: no-repeat;