From b3d0c3fcc76b4e7eda21ce290df1083a2415a0d7 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 6 Aug 2026 05:55:29 -0600 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E7=9B=AE=E7=82=B9=E8=AF=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=94=B9=E6=88=90=E5=A4=A7=E5=9B=BE=E6=A0=87=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 七个按钮放大到 48px 高、图标 28px,去掉按钮内的中文标签(移到 hover tooltip 里),计数改成 ×N 形式。不再用 n-button,改成原生 button 自己写 样式。窄面板下从横向滚动改成换行,避免按钮被滚动条藏起来。 Co-Authored-By: Claude Opus 5 --- src/oj/problem/components/ProblemReaction.vue | 66 +++++++++++-------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/src/oj/problem/components/ProblemReaction.vue b/src/oj/problem/components/ProblemReaction.vue index a950ba5..5028285 100644 --- a/src/oj/problem/components/ProblemReaction.vue +++ b/src/oj/problem/components/ProblemReaction.vue @@ -1,21 +1,17 @@