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