From 781ac3e52dd99851a73e7cf6b1775d390656a6a7 Mon Sep 17 00:00:00 2001 From: lhx-666-cool Date: Sun, 27 Apr 2025 18:18:51 +0800 Subject: [PATCH] fixed issue#3 & issue#4 --- web/src/pages/CodePage.vue | 45 +++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/web/src/pages/CodePage.vue b/web/src/pages/CodePage.vue index 0da50e5..c8fe9d5 100644 --- a/web/src/pages/CodePage.vue +++ b/web/src/pages/CodePage.vue @@ -39,7 +39,7 @@
运行时间:{{ time }} ms
- {{ status !== 'completed' ? status : (stdout === '' ? 'Empty' : stdout) }} +
{{ status !== 'completed' ? status : (stdout === '' ? 'Empty' : stdout) }}
{{ stderr }}
@@ -55,7 +55,7 @@