Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit b37b85c

Browse files
committed
优化 细节问题
1 parent de5b77b commit b37b85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/service/term.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ termColor.TERM_TEXT_UNDERLINE = "\x1B[4m"; // Underline §n
4747
termColor.TERM_TEXT_ITALIC = "\x1B[3m"; // Italic §o
4848
termColor.TERM_TEXT_B = "\x1B[1m";
4949

50-
export function initTerminalWindow(elem, fontSize = 13) {
50+
export function initTerminalWindow(elem, fontSize = 12) {
5151
const term = new Terminal({
5252
rendererType: "canvas",
5353
convertEol: true,

src/app/views/Terminal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
</template>
300300
<template #default>
301301
<!-- 全屏模式下的 Logo 显示 -->
302-
<div v-if="isFull" class="full-terminal-logo">
302+
<div v-if="isFull" class="full-terminal-logo only-pc-display">
303303
<Logo></Logo>
304304
</div>
305305
<!-- 全屏模式下的操作按钮 -->

0 commit comments

Comments
 (0)