From 4200ea9711b9a1966064c6e08f92f142a56ca789 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Thu, 4 May 2023 16:40:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/ComprehensiveHome/index.vue | 2 +- src/views/home/components/PlatformPicCard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/ComprehensiveHome/index.vue b/src/views/home/components/ComprehensiveHome/index.vue index 9084ccc1..0cf23b9c 100644 --- a/src/views/home/components/ComprehensiveHome/index.vue +++ b/src/views/home/components/ComprehensiveHome/index.vue @@ -14,7 +14,7 @@ - + diff --git a/src/views/home/components/PlatformPicCard.vue b/src/views/home/components/PlatformPicCard.vue index 4d59b4e4..085a764e 100644 --- a/src/views/home/components/PlatformPicCard.vue +++ b/src/views/home/components/PlatformPicCard.vue @@ -45,7 +45,7 @@ const props = defineProps({ width: 100%; height: calc(100% - 50px); margin-top: 40px; - background-size: contain; + background-size: 95%; background-position: center; background-repeat: no-repeat; }