refactor: 修改用例评审评论页面高度设置

This commit is contained in:
Captain.B 2020-09-24 21:59:14 +08:00
parent e280635f2a
commit 14d1d29245
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ export default {
.comment-list {
overflow-y: scroll;
height: calc(70vh);
height: calc(100vh - 250px);
}
</style>