style(接口测试): 避免测试报告message内容溢出
This commit is contained in:
parent
c247110668
commit
0fa304a409
|
@ -82,7 +82,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.metric .code {
|
.metric .code {
|
||||||
width: 120px;
|
min-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metric .code .value {
|
.metric .code .value {
|
||||||
|
@ -98,4 +98,9 @@
|
||||||
border-left: 1px solid #EBEEF5;
|
border-left: 1px solid #EBEEF5;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.metric .message {
|
||||||
|
max-height: 114px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue