优化我的页面
This commit is contained in:
parent
172f5cefcd
commit
e539c5da61
@ -15,7 +15,8 @@
|
|||||||
<view class="personage">
|
<view class="personage">
|
||||||
<view class="my_msg flex_a_c_j_sb">
|
<view class="my_msg flex_a_c_j_sb">
|
||||||
<view class="flex_a_c">
|
<view class="flex_a_c">
|
||||||
<u--image :showLoading="true" :src="oaUserInfo.avatar||'../../static/img/public/avatar.png'" width="112.28rpx" height="112.28rpx" shape="circle">
|
<u--image :showLoading="true" :src="oaUserInfo.avatar||'../../static/img/public/avatar.png'"
|
||||||
|
width="112.28rpx" height="112.28rpx" shape="circle">
|
||||||
</u--image>
|
</u--image>
|
||||||
<view v-if="!$store.state.app.token" @click="login" class="name_work">
|
<view v-if="!$store.state.app.token" @click="login" class="name_work">
|
||||||
<view class="name">
|
<view class="name">
|
||||||
@ -226,6 +227,7 @@
|
|||||||
.name_work {
|
.name_work {
|
||||||
margin-left: 31.58rpx;
|
margin-left: 31.58rpx;
|
||||||
font-size: 28.07rpx;
|
font-size: 28.07rpx;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
.nickname {
|
.nickname {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
@ -233,9 +235,11 @@
|
|||||||
margin-right: 30rpx;
|
margin-right: 30rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.work {
|
.work {
|
||||||
margin-top: 14.04rpx;
|
margin-top: 14.04rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.omit {
|
.omit {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/* 禁止换行 */
|
/* 禁止换行 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user