diff --git a/src/views/user/ranking.vue b/src/views/user/ranking.vue index ae71b6d3..9c887885 100644 --- a/src/views/user/ranking.vue +++ b/src/views/user/ranking.vue @@ -131,7 +131,7 @@ 我的学习时长: {{learningDuration.data.total || learningDuration.data.months || learningDuration.data.years || learningDuration.data.weeks}} h -
+
排名
姓名
@@ -215,7 +215,7 @@ 我的学习天数 : {{learningDays.data.total || learningDays.data.months || learningDays.data.years || learningDays.data.weeks}}
-
+
排名
姓名
@@ -498,8 +498,14 @@ export default { padding:15px 18px; display:flex; overflow-x: auto; - } + ::v-deep .el-dropdown-menu__item:not(.is-disabled):hover{ + background-color: #fff !important; + color: #0059FF !important; + } + ::v-deep.el-dropdown-menu { + border: none !important; + } .page-ranking-col{ min-width: 430px; //padding-right:30px;