修改页面显示

master
于肖磊 2025-02-28 15:19:54 +08:00
parent 0e5a6c6967
commit 4300337ada
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<view v-for="(item, index) in form.img_magic_list" :key="index" class="cr-main flex-row" :style="img_spacing + selected_style(item)" :data-value="item.img_link ? item.img_link.page : ''" @tap="url_event">
<view class="wh-auto flex-row" :style="content_img_container">
<view class="flex-1" :style="content_img_style_container">
<image v-if="item.img.length > 0" :src="item.img[0].url" class="dis-block wh-auto" mode="wh-autoidthFix" :style="content_img_radius"></image>
<image v-if="item.img.length > 0" :src="item.img[0].url" class="dis-block wh-auto" mode="widthFix" :style="content_img_radius"></image>
</view>
</view>
</view>

View File

@ -1,5 +1,5 @@
<template>
<view v-if="is_show" :style="style_container">
<view v-if="is_show" class="h" :style="style_container">
<view :style="style_img_container">
<view :style="style_content_container">
<view class="w h pr" :style="style_content_img_container">