mirror of https://github.com/jumpserver/jumpserver
fix(monitor) 修复监控-换行
修复实时监控-导致的换行,添加css .terminal { white-space: nowrap; display: inline-block; }pull/169/head
parent
3ca6629175
commit
8735af4cbb
|
@ -9,8 +9,10 @@
|
||||||
background: rgba(0, 0, 0, 0.6);
|
background: rgba(0, 0, 0, 0.6);
|
||||||
width: 600px;
|
width: 600px;
|
||||||
box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 20px;
|
box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 20px;
|
||||||
}
|
white-space: nowrap;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
}
|
||||||
.reverse-video {
|
.reverse-video {
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
|
|
Loading…
Reference in New Issue