|
@@ -22,7 +22,7 @@
|
|
|
</view>
|
|
|
<view class="uuid-info" style="width: 100%;">
|
|
|
<view class="uuid" style="margin-top: 0.2rem;"><text>唯一码:</text>{{item.traceCode}}</view>
|
|
|
- <view class="uuid"><text @click="showTip">质保时间<u-icon color="#2979ff" name="question-circle-fill"></u-icon>:</text>{{item.warrantyStartDate.split(' ')[0]}}至{{item.warrantyEndDate.split(' ')[0]}}</view>
|
|
|
+ <view class="uuid"><view style="display: inline-block;" @click.stop="showTip">质保时间<u-icon size="30" color="#ff8100" name="question-circle-fill"></u-icon>:</view>{{item.warrantyStartDate.split(' ')[0]}}至{{item.warrantyEndDate.split(' ')[0]}}</view>
|
|
|
<view class="uuid"><text>手机号码:</text>{{item.customMobile}}</view>
|
|
|
</view>
|
|
|
<view class="state" :class="item.state"></view>
|
|
@@ -169,7 +169,7 @@
|
|
|
width: 50%;
|
|
|
> view{
|
|
|
color: #666;
|
|
|
- text{
|
|
|
+ > text{
|
|
|
color: #000;
|
|
|
width: 70px;
|
|
|
float: left;
|