Commit 679cacdd authored by ibuler's avatar ibuler

[Update] 修改字体间距

parent 76e97f41
......@@ -40,6 +40,7 @@ export class ElementSshTermComponent implements OnInit, OnDestroy {
const fontSize = this.settingSvc.setting.fontSize;
this.term = new Terminal({
fontFamily: 'monaco, Consolas, "Lucida Console", monospace',
lineHeight: 1.2,
fontSize: fontSize,
rightClickSelectsWord: true,
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