This commit is contained in:
2025-03-05 09:56:29 +08:00
parent e4f1b31212
commit 2cd28f3a8e

View File

@@ -1,5 +1,5 @@
<template> <template>
<n-split :default-size="1 / 3" min="300px" max="800px"> <n-split :default-size="2 / 3" min="300px" max="800px">
<template #1> <template #1>
<Tutorial /> <Tutorial />
</template> </template>