submit
This commit is contained in:
parent
0bda2d9b96
commit
8d76c98da2
@ -408,8 +408,9 @@ export default {
|
||||
bottom: 60rpx;
|
||||
min-width: fit-content;
|
||||
.wrap1_3_2_1 {
|
||||
white-space: nowrap;
|
||||
color: #fff;
|
||||
font-size: 16rpx;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.wrap1_3_2_2 {
|
||||
|
@ -91,8 +91,8 @@
|
||||
<div class="wrap1_1_1">剩余天数</div>
|
||||
<div class="wrap1_1_2"></div>
|
||||
<div class="wrap1_1_3">
|
||||
<div class="wrap1_1_3_1" style="position: absolute;display: flex;align-items:center;top: 50%;transform: translateY(-50%);">
|
||||
<div class="wrap1_1_3_1_1" style="width: 110rpx;color:#FF4848;height: 30rpx;font-size: 24rpx;display: flex;justify-content: center;align-items: center;margin-right: 2rpx">{{info.levelDays}}天</div>
|
||||
<div class="wrap1_1_3_1" style="position: absolute;display: flex;align-items:center;top: 50%;transform: translateY(-50%)">
|
||||
<div class="wrap1_1_3_1_1" style="width: 110rpx;color:#FF4848;height: 30rpx;font-size: 24rpx;display: flex;justify-content: start;align-items: center;margin-right: 2rpx">{{info.levelDays}}天</div>
|
||||
<div v-if="info.artworkStatus===4" class="wrap1_1_3_1_2" style="color: #FF4848;font-size: 16rpx;vertical-align: middle">({{info.endAt || ''}}已超时)</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -148,7 +148,7 @@ export default {
|
||||
label: '已入库',
|
||||
value: 2,
|
||||
style:'color: #76C458;font-size: 24rpx'
|
||||
}, {label: '即将到期', value: 3,style:'color: #FF4848;font-size: 24rpx'}, {label: '延期未补款', value: 4,style:'color: #FF4848;font-size: 24rpx'}, {label: '已取出', value: 5}, {label: '延期已补款', value: 7}]
|
||||
}, {label: '即将到期', value: 3,style:'color: #FF4848;font-size: 24rpx'}, {label: '延期未补款', value: 4,style:'color: #FF4848;font-size: 24rpx'}, {label: '已取出', value: 5, style:'font-size: 24rpx'}, {label: '延期已补款', value: 7}]
|
||||
}
|
||||
},
|
||||
computed:{
|
||||
|
Loading…
Reference in New Issue
Block a user