更新样式
This commit is contained in:
parent
d5bfde238e
commit
47b219e42d
@ -9,8 +9,8 @@
|
|||||||
level-bg-color="#000000"></u-avatar>
|
level-bg-color="#000000"></u-avatar>
|
||||||
</view>
|
</view>
|
||||||
<view class="center">
|
<view class="center">
|
||||||
<view style="display: flex;align-items: center;justify-content: space-between;">
|
<view class="post-top-box">
|
||||||
<view style="display: flex;align-items: center;">
|
<view class="uname">
|
||||||
<text v-if="item.userInfo.type == 1" class="official">官方</text>
|
<text v-if="item.userInfo.type == 1" class="official">官方</text>
|
||||||
<text class="username">{{ item.userInfo.username.substring(0, 10) }}</text>
|
<text class="username">{{ item.userInfo.username.substring(0, 10) }}</text>
|
||||||
</view>
|
</view>
|
||||||
@ -240,7 +240,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.post-top-box{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.uname{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.post-list-item {
|
.post-list-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user