更新
This commit is contained in:
parent
600ba2eeb3
commit
0f1601c3d2
@ -89,7 +89,7 @@
|
||||
<view class="text">{{datas.end_time}}</view>
|
||||
</view>
|
||||
<view class="right">
|
||||
<view>进入任务<uni-icons type="right" color="#3175f9"></uni-icons></view>
|
||||
<view>进入任务<uni-icons type="right" color="#0122c7"></uni-icons></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -254,7 +254,7 @@ export default {
|
||||
onReady () {
|
||||
uni.setNavigationBarColor({
|
||||
frontColor: "#ffffff",
|
||||
backgroundColor: "#3175f9",
|
||||
backgroundColor: "#0122c7",
|
||||
});
|
||||
},
|
||||
onLoad () {
|
||||
|
@ -475,6 +475,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
flex: 1;
|
||||
|
||||
view {
|
||||
margin-bottom: 10rpx;
|
||||
@ -498,7 +499,8 @@
|
||||
border-top: 1px dashed $theme-oa-color;
|
||||
// display: block;
|
||||
width: 100%;
|
||||
margin: 30rpx 0
|
||||
margin-top: 20rpx;
|
||||
padding-bottom: 20rpx;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user