This commit is contained in:
weipengfei 2023-08-22 10:33:39 +08:00
parent b5d13c21bf
commit d9e3d8eeaf

View File

@ -5,7 +5,7 @@
<!-- <view class="title">电子合同</view> -->
<picker v-if="company.contract&&company.contract.check_status==0||!company.contract"
:range="contractTypeList" range-key="name" @change="changeType">
<button class="btns" style="width: 694rpx; margin: 0 auto;border-radius: 54rpx;overflow: hidden;background-color: #0122c7;color: #fff;">
<button class="btns" style="width: 694rpx;height: 90rpx; margin: 0 auto;border-radius: 54rpx;overflow: hidden;background-color: #0122c7;color: #fff;">
<u-icon name="../../static/img/company/HT.png" size="20" style="margin-right: 10rpx;"></u-icon>
发起合同
</button>
@ -264,7 +264,9 @@
.btns {
color: white;
background-color: $theme-oa-color;
display: flex;
justify-content: center;
align-items: center;
}
.need_contract {