Browse Source

原图对比宽高调整

lzm_web
Linzm 6 months ago
parent
commit
616e669a0e
  1. 2
      src/views/badge/preview.vue

2
src/views/badge/preview.vue

@ -117,7 +117,7 @@ @@ -117,7 +117,7 @@
<div style="padding: 16px;">
<div style="display: flex; align-items: center; justify-content: center; gap: 20px;">
<div style="text-align: center;">
<img :src="compareList.origin_path" alt="原图" style="width: 120px; height: 120px; border-radius: 8px;">
<img :src="compareList.origin_path" alt="原图" style="max-width: 120px; max-height: 120px; border-radius: 8px;">
</div>
<div style="font-size: 24px; color: #333;">
<van-icon name="arrow" size="20px" />

Loading…
Cancel
Save