fix
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user