Authored by 张文文

ui fix

... ... @@ -113,7 +113,7 @@ export default {
<style lang="scss">
.wf-item {
width: 100%;
padding: 5px;
padding: 10px 5px 0 5px;
font-size: 24px;
position: relative;
... ...
... ... @@ -39,7 +39,7 @@
<div class="backchg-img">
<div class="operate-wrap">
<a v-if="isOwner" class="btn-user-edit" :href="mineInfoUrl">编辑个人资料</a>
<WidgetFollow v-if="!isOwner" class="operate-btn" :class="{active: isAttention === 'Y'}" :author-uid="authorInfo.authorUid" :author-type="authorInfo.authorType" :follow="isAttention" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
<WidgetFollow v-if="!isOwner" class="operate-btn" :class="{active: isAttention !== 'N'}" :author-uid="authorInfo.authorUid" :author-type="authorInfo.authorType" :follow="isAttention" @on-follow="follow => onFollow(follow)" :pos-id="sceneId"></WidgetFollow>
</div>
</div>
</div>
... ... @@ -147,6 +147,10 @@ export default {
});
}
this.SET_STATUS_BAR_COLOR({
color: this.headerAnimateStep > 55 ? 'black' : 'white'
});
this.beforeRouteEnter = this.beforeRouteUpdate;
},
computed: {
... ... @@ -891,7 +895,7 @@ export default {
.backchg-img {
display: flex;
background-size: 100% 100%;
background-image: url("~statics/image/article/author_v@3x.png");
background-image: url("~statics/image/article/rectangle@3x.png");
}
.operate-wrap {
... ...
... ... @@ -187,7 +187,7 @@ export default {
<style lang="css">
.sr-list {
padding: 5px;
padding: 0 5px 0 5px;
display: flex;
align-items: flex-start;
... ...
{
"name": "yoho-community-web",
"version": "6.9.11-beta12",
"version": "6.9.11-beta13",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...