debug
This commit is contained in:
parent
9bdff79d1d
commit
586ce9671f
@ -105,6 +105,7 @@ export default {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
font-size: 16rem;
|
||||
|
||||
.refresh {
|
||||
width: 25%;
|
||||
@ -141,6 +142,7 @@ export default {
|
||||
}
|
||||
|
||||
span {
|
||||
font-weight: bold;
|
||||
opacity: .7;
|
||||
|
||||
&.active {
|
||||
|
||||
@ -54,7 +54,7 @@ function showComments() {
|
||||
|
||||
<template>
|
||||
<div class="toolbar mb1r">
|
||||
<div class="avatar-ctn mb3r">
|
||||
<div class="avatar-ctn mb2r">
|
||||
<img class="avatar" :src="props.item.author.avatar" alt=""
|
||||
@click.stop="bus.emit(EVENT_KEY.GO_USERINFO)">
|
||||
<transition name="fade">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user