Compare commits
No commits in common. "3121a2bdb5cff388c327e9b1b1fdc425967b72ae" and "c618c83f9b1bd30b389ac408009d6b7b49729115" have entirely different histories.
3121a2bdb5
...
c618c83f9b
@ -53,7 +53,7 @@
|
|||||||
.comment-userinfo(v-else)
|
.comment-userinfo(v-else)
|
||||||
.comment-avatar
|
.comment-avatar
|
||||||
img(:src="visitorInfo.avatarURL")
|
img(:src="visitorInfo.avatarURL")
|
||||||
.comment-nickname {{ visitorInfo.nickname ? visitorInfo.nickname : (visitorInfo.username || '匿名') }}
|
.comment-nickname {{ visitorInfo.nickname }}
|
||||||
.comment-logout(@click="commentLogout") 退出
|
.comment-logout(@click="commentLogout") 退出
|
||||||
.comment-btn(@click="commentCommit('editor')") 发布
|
.comment-btn(@click="commentCommit('editor')") 发布
|
||||||
.comment-reply-commit(id="comment-reply-commit", v-show="replyID")
|
.comment-reply-commit(id="comment-reply-commit", v-show="replyID")
|
||||||
@ -65,7 +65,7 @@
|
|||||||
.comment-userinfo(v-else)
|
.comment-userinfo(v-else)
|
||||||
.comment-avatar
|
.comment-avatar
|
||||||
img(:src="visitorInfo.avatarURL")
|
img(:src="visitorInfo.avatarURL")
|
||||||
.comment-nickname {{ visitorInfo.nickname ? visitorInfo.nickname : (visitorInfo.username || '匿名') }}
|
.comment-nickname {{ visitorInfo.nickname }}
|
||||||
.comment-logout(@click="commentLogout") 退出
|
.comment-logout(@click="commentLogout") 退出
|
||||||
.comment-btn(@click="commentCommit('editor-reply')") 发布
|
.comment-btn(@click="commentCommit('editor-reply')") 发布
|
||||||
ins.adsbygoogle(style="display:block; text-align:center; margin-top:20px;", data-ad-layout="in-article", data-ad-format="fluid", data-ad-client="ca-pub-2143583075951360", data-ad-slot="4741804954")
|
ins.adsbygoogle(style="display:block; text-align:center; margin-top:20px;", data-ad-layout="in-article", data-ad-format="fluid", data-ad-client="ca-pub-2143583075951360", data-ad-slot="4741804954")
|
||||||
@ -683,12 +683,6 @@ export default {
|
|||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
|
||||||
.comment-content
|
|
||||||
width 100%
|
|
||||||
|
|
||||||
img
|
|
||||||
max-width 100%
|
|
||||||
|
|
||||||
.comment-logout
|
.comment-logout
|
||||||
width 51px
|
width 51px
|
||||||
height 100%
|
height 100%
|
||||||
|
Loading…
Reference in New Issue
Block a user