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