Merge branch 'main' of http://git.excellentkk.cn/mkm/OfficeApp
This commit is contained in:
commit
82b2284f95
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user