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