From 4f2e43670b9994b287e0e56f412582f5f79e99da Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 00:39:21 +0800 Subject: [PATCH] update files --- static/css/index.css | 6 ++---- static/js/components/app-main/index.js | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 41d671f..a9dd117 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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: "_"; } diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index cb2a65f..990e5ca 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -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);