Skip to content

Commit

Permalink
Merge pull request #219 from Secretlovez/dev
Browse files Browse the repository at this point in the history
fix: 修复单图模式时长图溢出问题
  • Loading branch information
kingwrcy authored Dec 9, 2024
2 parents 070c7cc + a7fd237 commit 428b446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/components/UploadImagePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ const gridStyle = computed(() => {
width: auto;
>img {
width: auto;
height: auto;
max-height: 300px;
object-fit: cover;
object-position: center;
border: 1px solid transparent;
Expand Down

0 comments on commit 428b446

Please sign in to comment.