This commit is contained in:
zyronon 2024-03-02 14:41:20 +08:00
parent 9bdff79d1d
commit 586ce9671f
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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">