Fix:4812 【商城小程序】评价内容的星星图标大小调整(调小一点)
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
<view
|
<view
|
||||||
v-for="(item, evaluateWtapperIndex) in reply"
|
v-for="(item, evaluateWtapperIndex) in reply"
|
||||||
:key="evaluateWtapperIndex"
|
:key="evaluateWtapperIndex"
|
||||||
class="evaluateItem"
|
class="evaluateItem v12-pt-3"
|
||||||
>
|
>
|
||||||
<!-- 用户信息头部 -->
|
<!-- 用户信息头部 -->
|
||||||
<view class="user-header">
|
<view class="user-header v12-px-4">
|
||||||
<view class="avatar-box">
|
<view class="avatar-box">
|
||||||
<image :src="item.avatar" class="avatar" mode="aspectFill" />
|
<image :src="item.avatar" class="avatar" mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
@@ -15,22 +15,9 @@
|
|||||||
<view class="time">{{ item.createTime }}</view>
|
<view class="time">{{ item.createTime }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="v12-px-4">
|
||||||
<!-- 默认标签 -->
|
<view class="v12-secondary-dark-text v12-font-24 attr-bg"> {{ item.sku }}</view>
|
||||||
<view class="tag-row" v-if="item.sku">
|
<view class="start" :class="'star' + item.star"></view>
|
||||||
<view class="default-tag">{{ item.sku }}</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<!-- 评分星星 -->
|
|
||||||
<view class="star-row">
|
|
||||||
<u-icon
|
|
||||||
v-for="n in 5"
|
|
||||||
:key="n"
|
|
||||||
:name="n <= item.star ? 'star-fill' : 'star'"
|
|
||||||
color="#FE5261"
|
|
||||||
size="28"
|
|
||||||
class="star-icon"
|
|
||||||
></u-icon>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 评论内容 -->
|
<!-- 评论内容 -->
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
<view class="start" :class="'star' + replyData.replyStar"></view>
|
<view class="start" :class="'star' + replyData.replyStar"></view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text class="font-color-red">{{ replyData.replyChance || 0 }}</text>
|
<text class="font-color-red">{{ isTravelGroup ? replyData.replyChance || 0 : replyData.replyChance + '%' || 0 }}</text>
|
||||||
<text>好评率</text>
|
<text> {{ ` 好评率` }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="nav acea-row row-middle">
|
<view class="nav acea-row row-middle">
|
||||||
|
|||||||
Reference in New Issue
Block a user