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

Commit e197cac

Browse files
committed
Feat: set default font-size 12
1 parent 2b10c61 commit e197cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/Terminal/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ export default {
789789
const ft = localStorage.getItem("terminalFontSize");
790790
if (!ft) {
791791
this.term = initTerminalWindow(terminalContainer, {
792-
fontSize: 13
792+
fontSize: 12
793793
});
794794
} else {
795795
this.term = initTerminalWindow(terminalContainer, {

0 commit comments

Comments
 (0)