refactor: 代码生成代码优化

This commit is contained in:
puhui999
2025-04-15 18:19:29 +08:00
parent f27774c1fc
commit 3cc9adc5b3
7 changed files with 60 additions and 89 deletions

View File

@@ -203,7 +203,7 @@ const [Modal, modalApi] = useVbenModal({
<template>
<Modal title="代码预览">
<div class="h-full flex" v-loading="loading">
<div class="flex h-full" v-loading="loading">
<!-- 文件树 -->
<div class="w-1/3 border-r border-gray-200 pr-4 dark:border-gray-700">
<!-- TODO @puhui999树默认展示 -->