+
已关注
关注他
diff --git a/src/views/homepage/Index.vue b/src/views/homepage/Index.vue
index 954abf89..f8e71220 100644
--- a/src/views/homepage/Index.vue
+++ b/src/views/homepage/Index.vue
@@ -238,6 +238,7 @@
.ach-ul{
display: flex;
flex-wrap: wrap;
+ justify-content: flex-start;
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.21);
padding-bottom: 4px;
::v-deep .ach-box{
@@ -245,11 +246,11 @@
width: 58px;
// margin: 0 auto;/
text-align: center;
- margin-left: 4px;
- margin-right: 40px;
+ margin-left: 22px;
+ margin-right:22px;
margin-bottom: 18px;
- &:nth-child(3){
- // margin-right: 0px;
+ &:nth-child(1){
+ margin-left: 0px;
}
.medal-text{
font-size: 12px;
diff --git a/src/views/homepage/page.vue b/src/views/homepage/page.vue
index d2af2d3d..4bdc2df6 100644
--- a/src/views/homepage/page.vue
+++ b/src/views/homepage/page.vue
@@ -140,6 +140,8 @@
mounted() {
this.$bus.$on('followIndex',(num)=>{
this.activeName = "7";
+ this.$refs.followList.resetActive();
+ this.$refs.followList.getPage();
})
},
methods:{