mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-07 05:47:38 +00:00
fix chat ai width
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<template>
|
||||
<Headbar :changeAssistantVisible="changeAssistantVisible"></Headbar>
|
||||
<Sidebar />
|
||||
<Sidebar>
|
||||
</Sidebar>
|
||||
<div class="flex flex-row h-[calc(100vh-3.5rem)] mt-14">
|
||||
<article class="flex-1 sm:ml-44 overflow-y-auto">
|
||||
<RouterView></RouterView>
|
||||
</article>
|
||||
<!-- Assistant is now fixed positioned and controlled by isAssistantVisible -->
|
||||
<Assistant v-if="isAssistantVisible"></Assistant>
|
||||
</div>
|
||||
<Assistant :isVisible="isAssistantVisible" @close="changeAssistantVisible"></Assistant>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user