mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-30 11:23:24 +08:00
fix: 限制楼传缩略图大小上限
This commit is contained in:
parent
6b0886fdbf
commit
af60b881e9
@ -746,6 +746,8 @@ onUnmounted(() => {
|
|||||||
#fly-thumbnail {
|
#fly-thumbnail {
|
||||||
width: 35vw;
|
width: 35vw;
|
||||||
height: 35vw;
|
height: 35vw;
|
||||||
|
max-height: 75vh;
|
||||||
|
max-width: 75vh;
|
||||||
border: 0.1vw solid #ddd4;
|
border: 0.1vw solid #ddd4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user