fix(monitor) 修复监控-换行
修复实时监控-导致的换行,添加css
.terminal {
white-space: nowrap;
display: inline-block;
}
Showing
Please
register
or
sign in
to comment
修复实时监控-导致的换行,添加css
.terminal {
white-space: nowrap;
display: inline-block;
}