@@ -47,7 +47,7 @@
}
.mainBox {
background: #FFFFFF;
-
+ min-height: 100vh;
.titleBox{
font-size: 30rpx;
@@ -73,11 +73,12 @@
.left2 {
width: 40%;
color: #999999;
- white-space: nowrap;
+
.right2 {
width: 60%;
color: #333333;
+ margin-right: 10rpx;
</style>
@@ -124,7 +124,7 @@
<!-- EPC车型 -->
<view class="mainBox" v-if="tabIndex==1">
<view class="epc">
- <view class="topTitle">共<span style="color: #FF3B30;">{{epc_Count}}</span>条</view>
+ <view class="topTitle">共<span style="color: #FF3B30;">{{epc_Count ? epc_Count:'0'}}</span>条</view>
<view class="workBox2" v-for="(item,index) in epcList" :key="index">
<view class="oneBox">
@@ -158,7 +158,7 @@
.barner{
- height: 300rpx;
+ height: 390rpx;
width: 100%;
.searchBtn{