提交 861231bb 编写于 作者: View Design's avatar View Design

Update default.vue

上级 225ebe57
<template> <template>
<div class="flex h-screen"> <div class="flex h-screen">
<div class="bg-gray-100 dark:bg-gray-800 w-64 flex flex-col"> <div class="fixed top-0 bg-gray-100 dark:bg-gray-800 w-64 flex flex-col min-h-screen">
<div class="flex-grow"> <div class="flex-grow">
<h1>GitBot</h1> <h1>GitBot</h1>
</div> </div>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
/> />
</div> </div>
</div> </div>
<div class="bg-white dark:bg-gray-900 flex-grow p-6"> <div class="ml-64 flex-grow bg-white dark:bg-gray-900 flex-grow p-6">
<slot /> <slot />
</div> </div>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册