保存一下

This commit is contained in:
2025-09-03 11:17:32 +08:00
parent 926ac698cc
commit 53fc32de24
3 changed files with 148 additions and 77 deletions

View File

@@ -13,7 +13,9 @@
/>
</div>
</div>
<div class="task-bar"></div>
<div class="task-bar">
<div id="taskbar" class="w-[80px] h-full flex justify-center items-center bg-blue">测试</div>
</div>
</div>
</n-config-provider>
</template>
@@ -70,7 +72,7 @@ $taskBarHeight: 40px;
}
.task-bar {
@apply w-full bg-gray-200;
@apply w-full bg-gray-200 flex justify-center items-center;
height: $taskBarHeight;
flex-shrink: 0;
}