use composables.

This commit is contained in:
2023-01-14 20:47:26 +08:00
parent d3caa5438d
commit b568539610
17 changed files with 47 additions and 71 deletions

View File

@@ -188,7 +188,7 @@ defineExpose({ submit })
:title="JUDGE_STATUS[submission.result]['name']"
>
</el-alert>
<el-scrollbar v-if="msg" height="354" class="result" noresize>
<el-scrollbar v-if="msg" height="354" class="result">
<div>{{ msg }}</div>
</el-scrollbar>
<el-table