|
@@ -16,7 +16,7 @@
|
|
|
<view>
|
|
|
<text class="lable">合同编号:</text>
|
|
|
<text >{{detail.ContractCode}}</text>
|
|
|
- <van-tag color="#ECF5FF" text-color="#4A83F1" style="margin-left:5px">{{detail.ContractType}}</van-tag>
|
|
|
+ <van-tag color="#ECF5FF" text-color="#4A83F1" style="margin-left:5px;margin-top:2px">{{detail.ContractType}}</van-tag>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text class="lable">合同期限:</text>
|
|
@@ -549,12 +549,12 @@
|
|
|
.btns-wrap {
|
|
|
justify-content: center;
|
|
|
button {
|
|
|
- width: 220rpx;
|
|
|
+ width: 260rpx;
|
|
|
height: 70rpx;
|
|
|
border-radius: 28px;
|
|
|
border: none;
|
|
|
- margin: 0 10px;
|
|
|
- font-size: 14px;
|
|
|
+ margin: 0 15px;
|
|
|
+ font-size: 15px;
|
|
|
color: #fff;
|
|
|
line-height: 70rpx;
|
|
|
}
|
|
@@ -576,12 +576,12 @@
|
|
|
button {
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
- width: 220rpx;
|
|
|
+ width: 260rpx;
|
|
|
height: 70rpx;
|
|
|
display: block;
|
|
|
border-radius: 28px;
|
|
|
border: none;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 15px;
|
|
|
color: #fff;
|
|
|
line-height: 70rpx;
|
|
|
background-color: #5890fb;
|