delete all element-plus related.

This commit is contained in:
2023-01-18 21:06:50 +08:00
parent 947111247e
commit 5763f6dea2
20 changed files with 405 additions and 631 deletions

View File

@@ -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()">

View File

@@ -15,7 +15,7 @@ interface Props {
const props = withDefaults(defineProps<Props>(), {
language: "C",
height: "calc(100vh - 100px)",
height: "100%",
fontSize: 20,
class: "",
})

View File

@@ -21,7 +21,6 @@ import Header from "../Header/index.vue"
.header {
padding: 8px;
}
.content {
padding: 16px;
}

View File

@@ -15,7 +15,7 @@ interface Props {
const props = withDefaults(defineProps<Props>(), {
language: "C",
height: "calc(100vh - 100px)",
height: "100%",
fontSize: 20,
class: "",
})