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

Commit 916b8f7

Browse files
committed
修改 终端字号
1 parent 452197f commit 916b8f7

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
@@ -44,7 +44,7 @@ export function initTerminalWindow(elem) {
4444
disableStdin: false,
4545
cursorStyle: "underline",
4646
cursorBlink: true,
47-
fontSize: 12,
47+
fontSize: 13,
4848
theme: {
4949
background: "#1e1e1e"
5050
}

src/app/views/Terminal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<template #title>实例操作终端</template>
267267
<template #default>
268268
<div class="terminal-wrapper">
269-
<div id="terminal-container" style="height: 550px; width: 100%"></div>
269+
<div id="terminal-container" style="height: 560px; width: 100%"></div>
270270
<div id="terminal-input-wrapper">
271271
<el-input
272272
placeholder="此处可输入命令,按回车键执行"

0 commit comments

Comments
 (0)