页面修改

This commit is contained in:
THK3121 2023-08-21 15:50:13 +08:00
parent b04d89c7a1
commit 27bd4aea74
2 changed files with 6 additions and 4 deletions

View File

@ -295,6 +295,8 @@
<u-loading-icon color="#333"></u-loading-icon>
</template>
</u--image>
<view style="border-top:1px dashed #0022C7;margin:20rpx 0">
</view>
<u--image class="image" @click="priview(company.qualification.business_licenseB)"
:src="company.qualification.business_licenseB"
v-if="company.qualification.business_licenseB" :lazy-load="true">
@ -479,7 +481,7 @@
<style lang="scss" scoped>
.personnel_list {
// padding: 28rpx 0;
padding: 28rpx 0;
.cards {
margin: 0 auto;
@ -539,7 +541,6 @@
}
}
}
}
.u_avatar {
@ -811,8 +812,8 @@
align-self: center;
image {
width: 638rpx;
height: 435rpx;
width: 650rpx;
height: 455rpx;
background-color: #7f7f7f;
}
}

View File

@ -248,6 +248,7 @@
.cards_head_top {
display: flex;
width: 70vw;
}
}