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; }