功能变化(服务监控): 表盘强制显示在一行;
parent
8d296b4096
commit
d3bb8da055
|
@ -405,12 +405,16 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.server-monitor-top {
|
.server-monitor-top {
|
||||||
padding: 0 10px;
|
padding: 10px 10px;
|
||||||
text-align: justify-all;
|
text-align: justify-all;
|
||||||
|
overflow-x: scroll;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.server-monitor-bottom {
|
.server-monitor-bottom {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
overflow-x: scroll;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.server-information {
|
.server-information {
|
||||||
|
@ -489,6 +493,7 @@ export default {
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue