fix(测试跟踪): 评审用例页面出现滚动条

--bug=1025917 --user=陈建星 【测试跟踪】用例评审 - 功能用例列表,最下面有一条空白会挡住翻页行 https://www.tapd.cn/55049933/s/1373288
This commit is contained in:
chenjianxing 2023-05-19 16:08:22 +08:00 committed by 刘瑞斌
parent 05aa629de6
commit c9bb463336
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<ms-test-plan-common-component> <ms-test-plan-common-component class="test-review-container">
<template v-slot:aside> <template v-slot:aside>
<ms-node-tree <ms-node-tree
v-loading="result.loading" v-loading="result.loading"
@ -173,4 +173,8 @@ export default {
.version-select { .version-select {
padding-left: 10px; padding-left: 10px;
} }
.test-review-container >>> .ms-main-container {
height: calc(100vh - 100px) !important;
}
</style> </style>