Authored by yyq

fix style

... ... @@ -6,8 +6,8 @@
<WidgetLottie ref="lottie" class="praise-lottie-wrap" :options="lottieOptions"></WidgetLottie>
</div>
</i>
<p v-if="viewText" class="icon-btn-text" :style="textStyle">
<span class="view-text">{{viewText}}</span>
<p class="icon-btn-text" :style="textStyle">
<span v-if="viewText" class="view-text">{{viewText}}</span>
<span class="placeholder-text">{{placText}}</span>
</p>
</div>
... ...
{
"name": "yoho-community-web",
"version": "6.9.6-7",
"version": "6.9.6-8",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...