隐藏出现两个的问题,这也是因为之前UI,个人主页和动态显示位置 不一样,后续调整为一致的

This commit is contained in:
daihh
2022-11-11 09:51:31 +08:00
parent 9c2f18dd31
commit 27d1abbf39
6 changed files with 12 additions and 12 deletions

View File

@@ -11,10 +11,10 @@
</span>
</p>
<h6 style="word-break:break-all;" class="note-title-info follow-home-title pointer"><span @click="jumpDetail(item)">{{item.contentInfo}}</span> <span style="color: #333333;font-weight: 400;font-size: 14px;margin-left: 20px;"></span>
<span class="follow-hide pointer" style="float:right" v-if="(item.aid == userInfo.aid) && !isDynamic">
<!-- <span class="follow-hide pointer" style="float:right" v-if="(item.aid == userInfo.aid) && !isDynamic">
<span v-if="item.hidden">已隐藏</span>
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
</span>
</span> -->
</h6>
<p class="note-text" style="word-break:break-all;word-wrap:break-word;margin-bottom:18px">
{{item.info.content}}