feat: update

parent 766228c6
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
.tabs ul li.active { .tabs ul li.active {
box-sizing: border-box; box-sizing: border-box;
border-bottom: 3px solid #19aa8d !important; border-bottom: 5px solid #19aa8d !important;
} }
.tabs ul li span { .tabs ul li span {
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
*/ */
.tabs::-webkit-scrollbar-track { .tabs::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5; background-color: #676a6c;
} }
.tabs::-webkit-scrollbar { .tabs::-webkit-scrollbar {
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
} }
.tabs::-webkit-scrollbar-thumb { .tabs::-webkit-scrollbar-thumb {
background-color: #19aa8d; background-color: #F5F5F5;
} }
.scroll-botton { .scroll-botton {
......
...@@ -70,7 +70,7 @@ export class ElementTermComponent implements OnInit, AfterViewInit { ...@@ -70,7 +70,7 @@ export class ElementTermComponent implements OnInit, AfterViewInit {
if (this.host) { if (this.host) {
NavList.List[this.index].Term = this.term; NavList.List[this.index].Term = this.term;
this.term.write('\x1b[31mWelcome to Jumpserver!\x1b[m\r\n'); // this.term.write('\x1b[31mWelcome to Jumpserver!\x1b[m\r\n');
TermWS.emit('host', {'uuid': this.host.id, 'userid': this.userid, 'secret': this.secret}); TermWS.emit('host', {'uuid': this.host.id, 'userid': this.userid, 'secret': this.secret});
......
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