Skip to content

Commit

Permalink
fix: 🐛 调整图片最大高度为屏幕高度 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzz2048 committed Nov 3, 2023
1 parent c5be85c commit 0945baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/module/span-img.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
border-radius: var(--custom-border-radius);
width: 100% !important;
max-width: 50vw;
max-height: 100vh;
max-height: 80vh;
}
2 changes: 1 addition & 1 deletion style/module/span-img.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border-radius: var(--custom-border-radius);
width: 100% !important;
max-width: 50vw;
max-height: 100vh;
max-height: 80vh;
}
}
}

0 comments on commit 0945baa

Please sign in to comment.