diff --git a/src/components/HomePage/answerList.vue b/src/components/HomePage/answerList.vue index 202d81c2..b9ae7218 100644 --- a/src/components/HomePage/answerList.vue +++ b/src/components/HomePage/answerList.vue @@ -106,6 +106,13 @@ .answer-list-index{ padding: 30px 0; border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important; + ::v-deep .interact-bar-btns{ + .interact-bar-btn{ + text-align: right; + min-width: 78px !important; + margin-right: 0; + } + } } .answer-title-info{ margin: 0; diff --git a/src/components/HomePage/articleList.vue b/src/components/HomePage/articleList.vue index 35e188d1..7ddf66e5 100644 --- a/src/components/HomePage/articleList.vue +++ b/src/components/HomePage/articleList.vue @@ -105,6 +105,13 @@ .article-list-index{ padding: 30px 0; border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important; + ::v-deep .interact-bar-btns{ + .interact-bar-btn{ + text-align: right; + min-width: 78px !important; + margin-right: 0; + } + } } .article-title-info{ margin: 0; diff --git a/src/components/HomePage/noteList.vue b/src/components/HomePage/noteList.vue index b8c6ca26..adefba33 100644 --- a/src/components/HomePage/noteList.vue +++ b/src/components/HomePage/noteList.vue @@ -95,6 +95,13 @@ .note-list-index{ padding: 30px 0; border-bottom: 1px solid rgba($color: #999999, $alpha: 0.2) !important; + ::v-deep .interact-bar-btns{ + .interact-bar-btn{ + text-align: right; + min-width: 78px !important; + margin-right: 0; + } + } } .note-title-info{ margin: 0; diff --git a/src/components/UcHeader/Index.vue b/src/components/UcHeader/Index.vue index 218dcc6f..b68f3fe5 100644 --- a/src/components/UcHeader/Index.vue +++ b/src/components/UcHeader/Index.vue @@ -40,7 +40,7 @@ - 更多 + 更多
学员 教师