Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
优化 细节问题
Browse files Browse the repository at this point in the history
  • Loading branch information
unitwk committed May 2, 2022
1 parent de5b77b commit b37b85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/service/term.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ termColor.TERM_TEXT_UNDERLINE = "\x1B[4m"; // Underline §n
termColor.TERM_TEXT_ITALIC = "\x1B[3m"; // Italic §o
termColor.TERM_TEXT_B = "\x1B[1m";

export function initTerminalWindow(elem, fontSize = 13) {
export function initTerminalWindow(elem, fontSize = 12) {
const term = new Terminal({
rendererType: "canvas",
convertEol: true,
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/Terminal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
</template>
<template #default>
<!-- 全屏模式下的 Logo 显示 -->
<div v-if="isFull" class="full-terminal-logo">
<div v-if="isFull" class="full-terminal-logo only-pc-display">
<Logo></Logo>
</div>
<!-- 全屏模式下的操作按钮 -->
Expand Down

0 comments on commit b37b85c

Please sign in to comment.