From b44e734f72a6293b9db066375fc1503bace9bfa0 Mon Sep 17 00:00:00 2001
From: Dragon-Fish <824399619@qq.com>
Date: Thu, 15 Jul 2021 17:24:36 +0800
Subject: [PATCH] minor fix
---
src/components/AuthorCard.vue | 21 ++++++++++-----------
src/components/Comment/CommentsArea.vue | 2 +-
src/view/artworks.vue | 16 ++++++++--------
3 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/src/components/AuthorCard.vue b/src/components/AuthorCard.vue
index be95a345..4a4ad015 100644
--- a/src/components/AuthorCard.vue
+++ b/src/components/AuthorCard.vue
@@ -1,16 +1,15 @@
-card
- .authorCard
- .flex-center
- .left
- router-link(:to="'/users/' + user.userId")
- img(:src="API + user.imageBig" alt="")
- .right
- h4: strong
- router-link(:to="'/users/' + user.userId") {{ user.name }}
- p.description.pre {{ user.comment }}
+card.authorCard
+ .flex-center
+ .left
+ router-link(:to="'/users/' + user.userId")
+ img(:src="API + user.imageBig" alt="")
+ .right
+ h4: strong
+ router-link(:to="'/users/' + user.userId") {{ user.name }}
+ p.description.pre {{ user.comment }}
- ArtworksMiniList.inline.tiny(:list="user.illusts")
+ ArtworksMiniList.inline.tiny(:list="user.illusts")