2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat: 终端固定背景颜色防止闪烁

This commit is contained in:
耗子
2024-10-23 04:30:14 +08:00
parent bc37511b15
commit e32c887bd7

View File

@@ -242,7 +242,7 @@ onUnmounted(() => {
</div>
</template>
<n-layout has-sider sider-placement="right">
<n-layout content-style="overflow: visible">
<n-layout content-style="overflow: visible" bg-hex-111>
<div ref="terminal" @wheel="onTermWheel" h-75vh></div>
</n-layout>
<n-layout-sider