delete all element-plus related.
This commit is contained in:
@@ -65,7 +65,7 @@ const options = computed<Array<DropdownOption | DropdownDividerOption>>(() => [
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<n-space justify="space-between" align="center">
|
||||
<n-space align="center">
|
||||
<n-menu mode="horizontal" :options="menus" default-value="problem"></n-menu>
|
||||
<n-space>
|
||||
<n-button circle @click="toggleDark()">
|
||||
|
||||
@@ -15,7 +15,7 @@ interface Props {
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
language: "C",
|
||||
height: "calc(100vh - 100px)",
|
||||
height: "100%",
|
||||
fontSize: 20,
|
||||
class: "",
|
||||
})
|
||||
|
||||
@@ -21,7 +21,6 @@ import Header from "../Header/index.vue"
|
||||
.header {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ interface Props {
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
language: "C",
|
||||
height: "calc(100vh - 100px)",
|
||||
height: "100%",
|
||||
fontSize: 20,
|
||||
class: "",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user