style: 终端样式.

This commit is contained in:
lijiahangmax
2023-12-06 00:55:44 +08:00
parent 36cd105bc8
commit 429f19c119
7 changed files with 187 additions and 13 deletions

View File

@@ -2,7 +2,14 @@
<div class="host-layout">
<!-- 头部区域 -->
<header class="host-layout-header">
<terminal-header />
<terminal-header>
<!-- 主机 tabs -->
<a-tabs :editable="true" :hide-content="true">
<a-tab-pane v-for="i in 30"
:key="i"
:title="'主机主机主机'+i+''" />
</a-tabs>
</terminal-header>
</header>
<!-- 主体区域 -->
<main class="host-layout-main">