颜色控制,更新高度
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
height:calc(140vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
@@ -50,7 +50,7 @@
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
@@ -69,7 +69,7 @@
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.competitiveUnits }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
@@ -88,7 +88,7 @@
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
@@ -109,7 +109,7 @@
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
@@ -127,7 +127,7 @@
|
||||
<view class="report-list">
|
||||
<view class="title r-list">
|
||||
<view class="r-left" style="font-size:38rpx;">{{ item.cusName }}</view>
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.status==2}"
|
||||
<view class="r-right btn-gray flex-auto" :class="{'btn-blue':item.state==='完成'}"
|
||||
size="mini" @click.stop="itemView(item)">{{ item.state }}</view>
|
||||
</view>
|
||||
<view style="padding:0rpx 0 10rpx">
|
||||
@@ -493,4 +493,8 @@
|
||||
.report-list .title {
|
||||
display: flex;
|
||||
}
|
||||
.btn-blue {
|
||||
background-color: #3384DF; /* 蓝色背景 */
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
@@ -312,7 +312,7 @@
|
||||
height: calc(120vh - 100px)
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
height:calc(120vh - 80px)
|
||||
height:calc(140vh - 80px)
|
||||
/* #endif */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user