|
@@ -28,7 +28,7 @@
|
|
<image src="../../static/lucky/lucky_piaohao.png" mode="scaleToFill"></image>
|
|
<image src="../../static/lucky/lucky_piaohao.png" mode="scaleToFill"></image>
|
|
<view class="luck-info-content-ticket-info flex">
|
|
<view class="luck-info-content-ticket-info flex">
|
|
<view class="title" :class="{ 'action': info.status == 2 }">{{ info.title }}</view>
|
|
<view class="title" :class="{ 'action': info.status == 2 }">{{ info.title }}</view>
|
|
- <view class="serialNo" :class="{ 'action': info.status == 2 }">盲票序列号:{{ info.serialNo }}
|
|
|
|
|
|
+ <view class="serialNo" :class="{ 'action': info.status == 2 }">序列号:{{ info.serialNo }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -461,6 +461,10 @@
|
|
color: #FF6D2C;
|
|
color: #FF6D2C;
|
|
margin-top: 1vh;
|
|
margin-top: 1vh;
|
|
margin-bottom: 1vh;
|
|
margin-bottom: 1vh;
|
|
|
|
+ width: 90%;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
|
|
.serialNo {
|
|
.serialNo {
|