From 526903bf4aa40148326fc1badae33c2361c70b4e Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 3 May 2026 21:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=BF=AB=E6=8D=B7=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E9=97=AA=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/frontend/src/views/ScoresView.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/frontend/src/views/ScoresView.vue b/web/frontend/src/views/ScoresView.vue index 1fee462..f6a3b14 100644 --- a/web/frontend/src/views/ScoresView.vue +++ b/web/frontend/src/views/ScoresView.vue @@ -88,7 +88,7 @@ onMounted(async () => { 查询 - + { .filter-card :deep(.el-card__body) { padding: 12px 16px; } +.signal-group :deep(.el-button) { + transition: none !important; +} +.signal-group :deep(.el-button:focus), +.signal-group :deep(.el-button:active) { + outline: none; + box-shadow: none; +} .score-table { background: var(--el-bg-color); }