From 769e1a52c0d578004a2cd436ad6018aed4dd19aa Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 8 May 2026 05:50:47 -0600 Subject: [PATCH] fix --- src/oj/problem/components/SubmitCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oj/problem/components/SubmitCode.vue b/src/oj/problem/components/SubmitCode.vue index b20d7ea..7ba4aa1 100644 --- a/src/oj/problem/components/SubmitCode.vue +++ b/src/oj/problem/components/SubmitCode.vue @@ -196,7 +196,7 @@ watch( placement="bottom-end" scrollable :show-arrow="false" - style="max-height: 600px" + style="max-height: 600px; width: min(480px, 90vw)" :show="showResult" @clickoutside="showResult = false" >