提交 362620b8 编写于 作者: C chenjianxing

修改样式

上级 ba6b8dce
......@@ -14,7 +14,7 @@
<style scoped>
#body {
width: 100%;
height: calc(100vh - 40px);
height: calc(100vh - 80px);
background-color: #F5F5F5;
}
......
......@@ -33,8 +33,20 @@
position: relative;
border: 1px solid #EBEEF5;
box-sizing: border-box;
min-height: calc(100vh - 80px);
background: white;
}
.node-tree {
margin: 3%;
}
.case-container {
min-height: 600px;
margin-top: 0;
margin-left: 0;
}
</style>
<style scoped>
......
......@@ -223,17 +223,6 @@
<style scoped>
.node-tree {
margin: 3%;
}
.case-container {
height: calc(100vh - 150px);
min-height: 600px;
margin-top: 0;
margin-left: 0;
}
.test-case-list {
padding: 15px;
}
......
<template>
<div class="main-content">
<el-container class="view-container">
<el-container class="case-container">
<el-aside class="tree-aside">
<select-menu
:data="testPlans"
......@@ -112,16 +112,6 @@
<style scoped>
.node-tree {
margin: 3%;
}
.view-container {
height: calc(100vh - 150px);
min-height: 600px;
}
.el-main {
padding: 15px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册