style(接口测试): 避免测试报告message内容溢出

This commit is contained in:
q4speed 2020-07-22 13:45:54 +08:00
parent c247110668
commit 0fa304a409
1 changed files with 6 additions and 1 deletions

View File

@ -82,7 +82,7 @@
}
.metric .code {
width: 120px;
min-width: 120px;
}
.metric .code .value {
@ -98,4 +98,9 @@
border-left: 1px solid #EBEEF5;
margin-right: 20px;
}
.metric .message {
max-height: 114px;
overflow-y: auto;
}
</style>