mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 13:38:58 +08:00
fix(测试跟踪): 评审用例页面出现滚动条
--bug=1025917 --user=陈建星 【测试跟踪】用例评审 - 功能用例列表,最下面有一条空白会挡住翻页行 https://www.tapd.cn/55049933/s/1373288
This commit is contained in:
parent
05aa629de6
commit
c9bb463336
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ms-test-plan-common-component>
|
||||
<ms-test-plan-common-component class="test-review-container">
|
||||
<template v-slot:aside>
|
||||
<ms-node-tree
|
||||
v-loading="result.loading"
|
||||
@ -173,4 +173,8 @@ export default {
|
||||
.version-select {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.test-review-container >>> .ms-main-container {
|
||||
height: calc(100vh - 100px) !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user