修复BUG(服务监控): 限制使用率的宽度,防止超出一行;
parent
c12221a57b
commit
8d296b4096
|
@ -421,9 +421,10 @@ export default {
|
|||
}
|
||||
|
||||
.information-instrument-panel {
|
||||
width: 20%;
|
||||
display: inline-block;
|
||||
min-height: 300px;
|
||||
min-width: 400px;
|
||||
min-width: 300px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue