|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
});
|
|
|
return this.$http.get('/user/topTen').then(res => {
|
|
|
this.$toast.clear();
|
|
|
- this.list = res.slice(0, 20);
|
|
|
+ this.list = res.slice(0, 5);
|
|
|
});
|
|
|
},
|
|
|
changeRare(active) {
|
|
|
@@ -220,8 +220,9 @@ export default {
|
|
|
z-index: 1;
|
|
|
.bottom(15px);
|
|
|
overflow: hidden;
|
|
|
- padding-top: 6px;
|
|
|
- transform: translateY(-6px);
|
|
|
+ background-color: #fff;
|
|
|
+ border-radius: 16px;
|
|
|
+ box-sizing: border-box;
|
|
|
.tr {
|
|
|
overflow: hidden;
|
|
|
position: relative;
|