diff --git a/src/views/reports/components/NoteCard.vue b/src/views/reports/components/NoteCard.vue index a2a6a427..eff4d6a1 100644 --- a/src/views/reports/components/NoteCard.vue +++ b/src/views/reports/components/NoteCard.vue @@ -2,15 +2,23 @@
-
- - {{ note.user.nickname }} -
-
- - {{ $t('reports.deleteNote') }} - -
+ +
+ avatar + {{ note.user.nickname }} + ({{ $t('users.invalidNickname') }}) +
+
+ + {{ $t('reports.deleteNote') }} +
@@ -68,6 +76,9 @@ export default { a { text-decoration: underline; } + .deactivated { + color: gray; + } .el-icon-arrow-right { margin-right: 6px; } @@ -108,6 +119,9 @@ export default { font-size: 15px; font-weight: 500; } + .router-link { + text-decoration: none; + } @media only screen and (max-width:480px) { .el-card__header {