slim code highlight.

This commit is contained in:
2023-04-18 13:59:52 +08:00
parent 76618660d5
commit 80c20a8d08
7 changed files with 14 additions and 68 deletions

View File

@@ -88,10 +88,6 @@ const difficultyOptions: SelectOption[] = [
const languageOptions = [
{ label: LANGUAGE_SHOW_VALUE["C"], value: "C" },
{ label: LANGUAGE_SHOW_VALUE["Python3"], value: "Python3" },
{ label: LANGUAGE_SHOW_VALUE["C++"], value: "C++" },
{ label: LANGUAGE_SHOW_VALUE["Java"], value: "Java" },
{ label: LANGUAGE_SHOW_VALUE["JavaScript"], value: "JavaScript" },
{ label: LANGUAGE_SHOW_VALUE["Golang"], value: "Golang" },
]
const tagOptions = computed(() =>
@@ -461,7 +457,7 @@ watch([fromExistingTags, newTags], (tags) => {
</template>
</n-alert>
<n-space justify="space-between">
<n-form inline label-placement="left">
<n-form inline label-placement="left" :show-feedback="false">
<n-form-item label="语言">
<n-checkbox-group v-model:value="problem.languages">
<n-space align="center">