|
@@ -13,7 +13,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="nut-comment-header__user-score">
|
|
<view class="nut-comment-header__user-score">
|
|
|
- <nut-rate v-model="info.score" icon-size="10" spacing="5" readonly :disabled="true" @change="handleClick" />
|
|
|
|
|
|
|
+ <nut-rate v-model="info.score" size="15" spacing="5" readonly :touchable="false" @change="handleClick" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
<view class="nut-comment-header__time" v-if="info.time">{{ info.time }}</view>
|
|
<view class="nut-comment-header__time" v-if="info.time">{{ info.time }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view :class="[`nut-comment-header__${type}-score`]" v-if="type == 'complex'">
|
|
<view :class="[`nut-comment-header__${type}-score`]" v-if="type == 'complex'">
|
|
|
- <nut-rate v-model="info.score" icon-size="12" spacing="3" readonly :disabled="true" />
|
|
|
|
|
|
|
+ <nut-rate v-model="info.score" size="15" spacing="3" readonly :touchable="false" />
|
|
|
<i :class="[`nut-comment-header__${type}-score-i`]"></i>
|
|
<i :class="[`nut-comment-header__${type}-score-i`]"></i>
|
|
|
<view :class="[`nut-comment-header__${type}-score-size`]">{{ info.size }}</view>
|
|
<view :class="[`nut-comment-header__${type}-score-size`]">{{ info.size }}</view>
|
|
|
</view>
|
|
</view>
|