style(PinPuYi.vue): adjust image styling for better responsiveness
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m59s
/ surge (push) Successful in 2m40s
/ playwright (push) Successful in 1m16s
/ lint-build-and-check (push) Successful in 5m58s

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>