From bdee77ec8075f2dd1100659bd0982c330268b3a0 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Thu, 24 Apr 2025 14:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/super/Ranking/Ranking.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 {