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

Update Aside.vue

上级 4685fed1
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div class="p-4 bg-gray-100 dark:bg-gray-900 border-r border-gray-200 dark:border-gray-800 flex flex-col items-center justify-center"> <div class="p-4 bg-gray-100 dark:bg-gray-900 border-r border-gray-200 dark:border-gray-800 flex flex-col items-center justify-center">
<IUserInfo /> <IUserInfo />
</div> </div>
<UModal v-model="isOpenCreate"> <UModal v-model="isOpenCreate" :ui="{ width: 'w-full sm:max-w-screen-md' }">
<ICreate @search="handleCloseCreate" /> <ICreate @search="handleCloseCreate" />
</UModal> </UModal>
</template> </template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册