This commit is contained in:
2026-01-26 09:44:48 +08:00
parent 42be40ee9f
commit 01e87acfd1
28 changed files with 1016 additions and 1050 deletions
+9 -2
View File
@@ -1,5 +1,12 @@
<template>
<el-config-provider :size="size" :z-index="zIndex">
<router-view />
</el-config-provider>
</template>
<script setup>
import { ref } from 'vue'
const size = ref('default')
const zIndex = ref(3000)
</script>
<template><router-view /></template>