Commit 679cacdd authored by ibuler's avatar ibuler

[Update] 修改字体间距

parent 76e97f41
...@@ -40,6 +40,7 @@ export class ElementSshTermComponent implements OnInit, OnDestroy { ...@@ -40,6 +40,7 @@ export class ElementSshTermComponent implements OnInit, OnDestroy {
const fontSize = this.settingSvc.setting.fontSize; const fontSize = this.settingSvc.setting.fontSize;
this.term = new Terminal({ this.term = new Terminal({
fontFamily: 'monaco, Consolas, "Lucida Console", monospace', fontFamily: 'monaco, Consolas, "Lucida Console", monospace',
lineHeight: 1.2,
fontSize: fontSize, fontSize: fontSize,
rightClickSelectsWord: true, rightClickSelectsWord: true,
theme: { theme: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment