🐛 Fixed the issue of block creation

This commit is contained in:
2025-06-19 13:40:25 +08:00
parent a62ea251cd
commit f2894b2a89
8 changed files with 82 additions and 62 deletions

View File

@@ -22,7 +22,7 @@ onMounted(async () => {
<template>
<div class="app-container">
<WindowTitleBar />
<div class="app-content" :style="{ marginTop: systemStore.titleBarHeight }">
<div class="app-content">
<router-view/>
</div>
</div>