From 2d6831fcb0c2fb0b4a004e5b390a74726020996a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 24 Apr 2025 17:51:46 +0800 Subject: [PATCH] style(PinPuYi.vue): adjust image styling for better responsiveness --- src/components/PinPuYi/PinPuYi.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PinPuYi/PinPuYi.vue b/src/components/PinPuYi/PinPuYi.vue index d7c431c..016bf5c 100644 --- a/src/components/PinPuYi/PinPuYi.vue +++ b/src/components/PinPuYi/PinPuYi.vue @@ -12,5 +12,7 @@ import DeviceImage from './pin-pu-yi-bg.png'; img { width: calc(2554px * 0.5); height: calc(1626px * 0.5); + max-width: fit-content; + max-height: fit-content; }