diff --git a/src/components/Qa/answerList.vue b/src/components/Qa/answerList.vue index 67c48dcf..ed15d045 100644 --- a/src/components/Qa/answerList.vue +++ b/src/components/Qa/answerList.vue @@ -91,13 +91,7 @@ .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/Qa/favoritesQaList.vue b/src/components/Qa/favoritesQaList.vue index 474ca350..d99035d0 100644 --- a/src/components/Qa/favoritesQaList.vue +++ b/src/components/Qa/favoritesQaList.vue @@ -22,7 +22,7 @@ --> - + diff --git a/src/views/homepage/Index.vue b/src/views/homepage/Index.vue index f23e2b0d..03830aef 100644 --- a/src/views/homepage/Index.vue +++ b/src/views/homepage/Index.vue @@ -33,13 +33,16 @@

您可能想关注的人

@@ -136,7 +139,6 @@ //console.log(path.substring(0,idx-1),'this.$router.path'); //this.$router.push(path.substring(0,idx-1)+'?gz=7'+num) let toUrl=process.env.VUE_APP_PUBLIC_PATH+path.substring(0,idx-1)+'?gz=7'+num; - console.log(toUrl,'toUrl') location.href=toUrl }else{ this.$bus.$emit('followIndex',num) @@ -166,7 +168,6 @@ apiUser.getByIds(noReapetIds).then(rs => { if (res.status == 200) { $this.interestedList = rs.result; - //console.log($this.interestedList,'interestedList'); } else { $this.$message.error(rs.message); }