diff --git a/src/views/super/Ranking/Ranking.vue b/src/views/super/Ranking/Ranking.vue index 58ab479..83576e5 100644 --- a/src/views/super/Ranking/Ranking.vue +++ b/src/views/super/Ranking/Ranking.vue @@ -131,22 +131,18 @@ export default { margin-left: -16px; } +.custom-select-dropdown .el-select-dropdown__list { + padding: 12px; +} + .custom-select-dropdown .el-select-dropdown__item { color: #1E2226; - margin: 0 12px; padding: 0 12px; } -.custom-select-dropdown .el-select-dropdown__item:first-child { - margin-top: 6px; -} - -.custom-select-dropdown .el-select-dropdown__item:last-child { - margin-bottom: 6px; -} - .custom-select-dropdown .el-select-dropdown__item:hover { background: #F6F7FA; + border-radius: 2px; } .custom-select-dropdown .el-select-dropdown__item.selected {