fix: match script tab content spacing to breakdown workspace

This commit is contained in:
GouJ
2026-09-14 18:27:36 +08:00
parent a691b904eb
commit 1bbfd30627
@@ -145,7 +145,7 @@ function exportScript() {
</template>
</NTabs>
</div>
<div class="content-with-history panel mt-4" :class="{ 'history-hidden': !showHistory }">
<div class="content-with-history panel mt-2" :class="{ 'history-hidden': !showHistory }">
<main class="min-w-0">
<div v-show="tab === 'episodes'" class="h-full">
<EpisodeReader v-if="episodes.length" :episodes="episodes" />