chroe: adjust view log sheet width

This commit is contained in:
engigu
2025-08-10 20:07:07 +08:00
parent 6fb85bdc75
commit 20e073ff41
3 changed files with 5 additions and 5 deletions
@@ -199,8 +199,8 @@ onMounted(async () => {
/>
<!-- 日志详情Sheet -->
<Sheet v-model:open="isSheetOpen" class="w-[700px] sm:w-[1000px] lg:w-[1200px]">
<SheetContent class="w-[700px] sm:w-[1000px] lg:w-[1200px]">
<Sheet v-model:open="isSheetOpen" class="lg:w-[900px] ">
<SheetContent class="lg:w-[900px]">
<SheetHeader>
<SheetTitle>{{ selectedTaskName }} - 发信日志详情</SheetTitle>
</SheetHeader>