feat: 代码片段列表.

This commit is contained in:
lijiahang
2024-01-18 19:16:53 +08:00
parent 896df8edbf
commit ea8a18013d
9 changed files with 148 additions and 34 deletions

View File

@@ -11,7 +11,7 @@
<terminal-left-sidebar />
</div>
<!-- 内容区域 -->
<div class="host-layout-content">
<div id="terminal-layout-content" class="host-layout-content">
<!-- 主机加载中骨架 -->
<loading-skeleton v-if="contentLoading" />
<!-- 终端内容区域 -->
@@ -116,7 +116,6 @@
height: var(--header-height);
background: var(--color-bg-header);
position: relative;
z-index: 9999;
}
&-main {