|
@@ -6,8 +6,8 @@
|
|
|
<div class="userInfo-top">
|
|
<div class="userInfo-top">
|
|
|
<van-image
|
|
<van-image
|
|
|
round
|
|
round
|
|
|
- width="78"
|
|
|
|
|
- height="78"
|
|
|
|
|
|
|
+ width="79"
|
|
|
|
|
+ height="79"
|
|
|
:src="info.avatar || require('../../assets/svgs/img_default_photo.svg')"
|
|
:src="info.avatar || require('../../assets/svgs/img_default_photo.svg')"
|
|
|
fit="cover"
|
|
fit="cover"
|
|
|
@click="$router.push('/setting')"
|
|
@click="$router.push('/setting')"
|
|
@@ -307,9 +307,10 @@ export default {
|
|
|
|
|
|
|
|
.rank-icon {
|
|
.rank-icon {
|
|
|
width: 90px;
|
|
width: 90px;
|
|
|
- height: 90px;
|
|
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ height: auto;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: -4px;
|
|
|
|
|
|
|
+ top: -5px;
|
|
|
left: 0px;
|
|
left: 0px;
|
|
|
}
|
|
}
|
|
|
|
|
|