mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
242590c469
commit
974bb177bd
@ -65,10 +65,13 @@
|
||||
<div class="vc-line"></div>
|
||||
<div class="padding margin-top">
|
||||
<div class="">
|
||||
<div class="text-center vc-float-left" style="width: 150px;">
|
||||
<div class="text-center vc-float-left" style="width: 150px;" v-if="simplifyAcceptanceInfo.ownerPhoto">
|
||||
<image width="120px" height="140px" class="border-radius" v-bind:src="simplifyAcceptanceInfo.ownerPhoto"
|
||||
@error="errorLoadImg"/>
|
||||
</div>
|
||||
<div class="text-center vc-float-left" style="width: 150px;" v-else>
|
||||
<image width="120px" height="140px" class="border-radius" src="/img/noPhoto.jpg"/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user