style(PinPuYi.vue): adjust image styling for better responsiveness

This commit is contained in:
严浩
2025-04-24 17:51:46 +08:00
parent 4164134a4e
commit 2d6831fcb0

View File

@@ -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;
}
</style>