mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 04:28:51 +08:00
fix(测试计划): 【测试计划】github#27298,测试计划左侧出现双滚动条
--bug=1032489 --user=白奇 【测试计划】github#27298,测试计划左侧出现双滚动条 https://www.tapd.cn/55049933/s/1435590
This commit is contained in:
parent
eaa98a3d20
commit
d50df5ce39
@ -765,7 +765,7 @@ export default {
|
|||||||
.node-tree {
|
.node-tree {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: calc(100% - 45px);
|
height: calc(100% - 50px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.father .child {
|
.father .child {
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import MsTable from "metersphere-frontend/src/components/table/MsTable";
|
import MsTable from "metersphere-frontend/src/components/table/MsTable";
|
||||||
import MsTableColumn from "metersphere-frontend/src/components/table/MsTableColumn";
|
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 MsTableButton from "metersphere-frontend/src/components/MsTableButton";
|
||||||
import MsTablePagination from "metersphere-frontend/src/components/pagination/TablePagination";
|
import MsTablePagination from "metersphere-frontend/src/components/pagination/TablePagination";
|
||||||
import MsTableHeader from "metersphere-frontend/src/components/MsTableHeader";
|
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 MsNodeTree from "metersphere-frontend/src/components/module/MsNodeTree";
|
||||||
import PriorityTableItem from "@/business/common/tableItems/planview/PriorityTableItem";
|
import PriorityTableItem from "@/business/common/tableItems/planview/PriorityTableItem";
|
||||||
import TypeTableItem from "@/business/common/tableItems/planview/TypeTableItem";
|
import TypeTableItem from "@/business/common/tableItems/planview/TypeTableItem";
|
||||||
import {getTestCaseRelateIssue} from "@/api/testCase";
|
import { getTestCaseRelateIssue } from "@/api/testCase";
|
||||||
import {testCaseNodeListProject} from "@/api/test-case-node";
|
import { testCaseNodeListProject } from "@/api/test-case-node";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "TestCaseRelateList",
|
name: "TestCaseRelateList",
|
||||||
@ -194,7 +194,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.node-tree {
|
.node-tree {
|
||||||
height: calc(100% - 45px);
|
height: calc(100% - 50px);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user