Skip to content

Commit

Permalink
[update] image seletor
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Jan 5, 2025
1 parent e47499a commit 11356cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/sections/ImageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ const handleChange = (value) => {
<el-skeleton-item variant="image" style="width: 100%; height: 100%" />
</template>
<template #default>
<el-image
class="output-image"
:src="outputImagePath"
fit="scale-down"
/>
<img :src="outputImagePath" style="width: 100%; object-fit: contain;">
</template>
</el-skeleton>
</el-col>
Expand Down

0 comments on commit 11356cd

Please sign in to comment.