fix: 限制楼传缩略图大小上限

This commit is contained in:
unanmed 2024-03-12 22:41:40 +08:00
parent 6b0886fdbf
commit af60b881e9

View File

@ -746,6 +746,8 @@ onUnmounted(() => {
#fly-thumbnail {
width: 35vw;
height: 35vw;
max-height: 75vh;
max-width: 75vh;
border: 0.1vw solid #ddd4;
}