refactor: 修改用例评审评论页面高度设置
This commit is contained in:
parent
e280635f2a
commit
14d1d29245
|
@ -72,6 +72,6 @@ export default {
|
||||||
|
|
||||||
.comment-list {
|
.comment-list {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: calc(70vh);
|
height: calc(100vh - 250px);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue