8.3
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<up--image
|
||||
:src="userHeadImg"
|
||||
@click="goMy"
|
||||
mode="widthFix"
|
||||
|
||||
width="62rpx"
|
||||
height="62rpx"
|
||||
radius="50%"
|
||||
@@ -114,6 +114,7 @@ onLoad(()=>{
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.navbox {
|
||||
|
||||
padding-bottom: 20rpx;
|
||||
background-color: #f9fafb;
|
||||
position: relative;
|
||||
@@ -137,7 +138,13 @@ onLoad(()=>{
|
||||
);
|
||||
}
|
||||
.namebox {
|
||||
padding-top: 102rpx;
|
||||
/* #ifdef H5 */
|
||||
padding-top: 51rpx;
|
||||
/* #endif */
|
||||
/* #ifdef MP_WEIXIN */
|
||||
padding-top: 102rpx;
|
||||
/* #endif */
|
||||
|
||||
margin: 0rpx 30rpx 0rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user