fix(测试计划): 【测试计划】github#27298,测试计划左侧出现双滚动条

--bug=1032489 --user=白奇 【测试计划】github#27298,测试计划左侧出现双滚动条 https://www.tapd.cn/55049933/s/1435590
This commit is contained in:
baiqi 2023-11-13 10:49:57 +08:00 committed by Craftsman
parent eaa98a3d20
commit d50df5ce39
2 changed files with 5 additions and 5 deletions

View File

@ -765,7 +765,7 @@ export default {
.node-tree {
margin-top: 15px;
overflow: auto;
height: calc(100% - 45px);
height: calc(100% - 50px);
}
.father .child {

View File

@ -75,7 +75,7 @@
<script>
import MsTable from "metersphere-frontend/src/components/table/MsTable";
import MsTableColumn from "metersphere-frontend/src/components/table/MsTableColumn";
import {CUSTOM_FIELD_LIST} from "metersphere-frontend/src/utils/default-table-header";
import { CUSTOM_FIELD_LIST } from "metersphere-frontend/src/utils/default-table-header";
import MsTableButton from "metersphere-frontend/src/components/MsTableButton";
import MsTablePagination from "metersphere-frontend/src/components/pagination/TablePagination";
import MsTableHeader from "metersphere-frontend/src/components/MsTableHeader";
@ -84,8 +84,8 @@ import TestCaseRelevanceBase from "@/business/plan/view/comonents/base/TestCaseR
import MsNodeTree from "metersphere-frontend/src/components/module/MsNodeTree";
import PriorityTableItem from "@/business/common/tableItems/planview/PriorityTableItem";
import TypeTableItem from "@/business/common/tableItems/planview/TypeTableItem";
import {getTestCaseRelateIssue} from "@/api/testCase";
import {testCaseNodeListProject} from "@/api/test-case-node";
import { getTestCaseRelateIssue } from "@/api/testCase";
import { testCaseNodeListProject } from "@/api/test-case-node";
export default {
name: "TestCaseRelateList",
@ -194,7 +194,7 @@ export default {
<style scoped>
.node-tree {
height: calc(100% - 45px);
height: calc(100% - 50px);
position: relative;
overflow: hidden;
}