diff --git a/components/recommend/index.vue b/components/recommend/index.vue index 4d46894..bd62e87 100644 --- a/components/recommend/index.vue +++ b/components/recommend/index.vue @@ -38,6 +38,7 @@ + {{item.name}} {{item.desc}} @@ -230,10 +231,11 @@ .tabs { display: flex; justify-content: space-between; + align-items: center; margin: 0 -20rpx 30rpx; .tabs-item { - width: 25%; + width: 23%; display: flex; flex-direction: column; justify-content: center;