ui: 默认展开内容折叠区

This commit is contained in:
GouJ
2026-09-22 18:42:56 +08:00
parent b9db84c261
commit 8e8fab307f
19 changed files with 90 additions and 126 deletions
@@ -355,7 +355,7 @@ const rules = { concurrency: integerRule('批量并发'), limit: integerRule('
<p class="mt-2 text-[11px] leading-6 text-muted">
图库不自动刷新可点击刷新图库读取最新记录主图供分镜引用候选图和历史失败记录均保留过期主图不会自动删除或替换
</p>
<NCollapse class="mt-4 pt-4"
<NCollapse class="mt-4 pt-4" :default-expanded-names="['details']"
><NCollapseItem name="details"
><template #header>项目批量生图</template>
<AppForm :model="formModel" :rules="rules" :disabled="operation.pending" validate-on-change>