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