优化我的页面

This commit is contained in:
weipengfei 2023-07-25 10:49:58 +08:00
parent 172f5cefcd
commit e539c5da61

View File

@ -15,7 +15,8 @@
<view class="personage">
<view class="my_msg flex_a_c_j_sb">
<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>
<view v-if="!$store.state.app.token" @click="login" class="name_work">
<view class="name">
@ -226,6 +227,7 @@
.name_work {
margin-left: 31.58rpx;
font-size: 28.07rpx;
.name {
.nickname {
font-size: 32rpx;
@ -233,9 +235,11 @@
margin-right: 30rpx;
}
}
.work {
margin-top: 14.04rpx;
}
.omit {
white-space: nowrap;
/* 禁止换行 */