修复BUG(服务监控): 限制使用率的宽度,防止超出一行;

pull/20/head
xt12321 2021-04-27 01:13:21 +08:00
parent c12221a57b
commit 8d296b4096
1 changed files with 2 additions and 1 deletions

View File

@ -421,9 +421,10 @@ export default {
} }
.information-instrument-panel { .information-instrument-panel {
width: 20%;
display: inline-block; display: inline-block;
min-height: 300px; min-height: 300px;
min-width: 400px; min-width: 300px;
margin: 0 10px; margin: 0 10px;
} }