mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 19:44:35 +08:00
update files
This commit is contained in:
parent
e33c218a21
commit
4f2e43670b
@ -494,8 +494,6 @@ header [class*=" icon-"] {
|
||||
height: calc(100% - 32px);
|
||||
background: url(../images/no-data.png) center no-repeat;
|
||||
}
|
||||
.ui-terminal-cursor {
|
||||
}
|
||||
.ui-terminal-cursor:after {
|
||||
content: "_"
|
||||
.ui-terminal-cursor:before {
|
||||
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