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