mirror of
https://github.com/nuintun/command-manager.git
synced 2025-07-19 00:49:37 +08:00
update files
This commit is contained in:
parent
12a617fce5
commit
8a900f149b
@ -495,6 +495,7 @@ header [class*=" icon-"] {
|
||||
background: url(../images/no-data.png) center no-repeat;
|
||||
}
|
||||
.ui-terminal-cursor {
|
||||
color: #181818;
|
||||
background-color: #fff;
|
||||
}
|
||||
.ui-terminal-cursor:after {
|
||||
content: "_"
|
||||
}
|
||||
|
@ -127,7 +127,7 @@ module.exports = Vue.component('app-main', {
|
||||
xterm.open();
|
||||
xtermNode.appendChild(xterm.element);
|
||||
xterm.focus();
|
||||
//xterm.startBlink();
|
||||
xterm.startBlink();
|
||||
|
||||
console.log(xterm);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user