From 8a32d41bd82263c64b0941d8367aaad7e9b81a08 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Fri, 16 Jun 2023 19:33:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Art/ArtMapItem.vue | 4 ++-- src/views/Art/ArtRightItem.vue | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/Art/ArtMapItem.vue b/src/views/Art/ArtMapItem.vue index 13c987c..6e435e5 100644 --- a/src/views/Art/ArtMapItem.vue +++ b/src/views/Art/ArtMapItem.vue @@ -64,7 +64,7 @@ function clickGo() { .art-title { max-width: 170px; - height: 21px; + height: 22px; padding-top: 4px; padding-bottom: 2px; font-size: 14px; @@ -77,7 +77,7 @@ function clickGo() { } .art-author { max-width: 170px; - height: 18px; + height: 22px; padding-top: 4px; padding-bottom: 2px; margin-top: 2px; diff --git a/src/views/Art/ArtRightItem.vue b/src/views/Art/ArtRightItem.vue index 76645ce..9eafcfe 100644 --- a/src/views/Art/ArtRightItem.vue +++ b/src/views/Art/ArtRightItem.vue @@ -4,9 +4,9 @@
-

{{ switchLanguage(artInfo, 'artworkName') }}

+
{{ switchLanguage(artInfo, 'artworkName') }}
-
{{ artInfo.author }}
+
{{ artInfo.author }}
{{ $t('art.go') }}