Skip to content

Commit

Permalink
perf:fix(lostfound): adjust joint logo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianci-King committed Aug 13, 2023
1 parent 8467738 commit 9bfd679
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pages/lostfound/PreviewCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@
</view>
<view :class="styles.joint">
<image
src="https://img.cnpatrickstar.com/2633992f-415a-4b6b-b54e-f24adaca7d42.png"
alt="logo_jh"
src="https://img.cnpatrickstar.com/5eb88a00-1d66-49af-8c75-ff651a077503.png"
alt="logo_fy"
:class="styles.logo"
mode="aspectFit"
/>
<text>x</text>
<image
src="https://img.cnpatrickstar.com/5eb88a00-1d66-49af-8c75-ff651a077503.png"
alt="logo_fy"
src="https://img.cnpatrickstar.com/2633992f-415a-4b6b-b54e-f24adaca7d42.png"
alt="logo_jh"
:class="styles.logo"
mode="aspectFit"
/>
</view>

</view>
<view :class="styles.body" v-if="!source.type">
<view :class="styles.content" class="flex-column">
Expand Down

0 comments on commit 9bfd679

Please sign in to comment.