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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue