update at 2026-02-07 15:41:30

This commit is contained in:
douboer
2026-02-07 15:41:30 +08:00
parent 0f7ade6945
commit 0b2595b0e0
4 changed files with 112 additions and 21 deletions

View File

@@ -321,7 +321,6 @@ console.log('App.vue: script setup completed')
<div class="flex flex-col gap-2 shrink-0 overflow-hidden" style="flex-basis: 400px; max-width: 480px; min-width: 320px;">
<!-- Frame 5: 字体选择 - 弹性高度 -->
<div class="flex-[2] border border-solid border-[#f7e0e0] rounded-lg p-1.5 flex flex-col gap-2 overflow-hidden min-h-0">
<h2 class="text-base text-black shrink-0 leading-none">字体选择</h2>
<div v-overflow-aware class="scrollbar-hover flex-1 overflow-y-auto overflow-x-hidden pr-2">
<FontSelector />
</div>