This commit is contained in:
THK3121 2023-08-21 14:05:49 +08:00
commit 82b2284f95

View File

@ -37,7 +37,7 @@
<view class="cir">
<u--image class="u_avatar" :showLoading="true"
:src="item.avatar||'../../static/img/public/man.png'" width="112.28rpx"
height="112.28rpx"></u--image>
height="112.28rpx" shape="circle"></u--image>
</view>
<view style="margin-top: 40rpx;">
@ -223,14 +223,14 @@
width: 170rpx;
background-color: $theme-oa-color;
color: white;
// border-radius: 40rpx;
border-radius: 40rpx;
.cir {
width: 120rpx;
height: 120rpx;
background-color: #ffffff;
margin-left: 25rpx;
// border-radius: 120rpx;
border-radius: 120rpx;
position: relative;
}
}