Fix:【商城小程序】商品详情页—产品参数文字改为居中
This commit is contained in:
@@ -257,12 +257,13 @@
|
||||
</view>
|
||||
<!-- v-if="storeInfo.guarantee" -->
|
||||
<view class="cell flex jc-between ai-center" v-if="storeInfo.guarantee" @click="showService">
|
||||
<view class="flex ai-center" >
|
||||
<view class="flex v12-align-start" >
|
||||
<view class="after-title flex-0 v12-dark-text v12-font-28 v12-align-center">
|
||||
<image class="logo" :src="webUrl+'/orderIcon/服务.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
|
||||
<text class="v12-ml-1 v12-font-28">服务</text>
|
||||
</view>
|
||||
<view class="title v12-secondary-dark-text v12-font-28">{{ storeInfo.guarantee }}</view>
|
||||
<!-- <view class="title v12-secondary-dark-text v12-font-28">{{ storeInfo.guarantee }}</view> -->
|
||||
<rich-text class='title v12-secondary-dark-text v12-font-28' :nodes="storeInfo.guarantee" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -342,12 +343,12 @@
|
||||
class="row flex ai-center"
|
||||
>
|
||||
<view class="title tc">
|
||||
<view class="title-cont v12-font-24 v12-text-right.">
|
||||
<view class="title-cont v12-font-24 v12-text-center">
|
||||
{{ item.key }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="value tc v12-font-weight-500">
|
||||
<view class="value-cont v12-font-24 v12-text-left">
|
||||
<view class="value-cont v12-font-24 v12-text-center">
|
||||
{{ item.value }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user