This commit is contained in:
2024-06-13 19:29:53 +08:00
parent 42a1536471
commit fcfc463583

View File

@@ -100,7 +100,7 @@ const submitLabel = computed(() => {
if (isPending.value) { if (isPending.value) {
return "运行结果" return "运行结果"
} }
return "提交评测" return "提交代码"
}) })
const msg = computed(() => { const msg = computed(() => {
@@ -203,6 +203,7 @@ watch(
<template> <template>
<n-popover <n-popover
trigger="click"
placement="bottom-end" placement="bottom-end"
scrollable scrollable
:show-arrow="false" :show-arrow="false"