Commit 6b17981f authored by xd's avatar xd

样式修改

parent eb264e2d
......@@ -54,3 +54,6 @@ $prefix: d2;
.d2-theme-container-main-body {
margin: 0 !important;
}
.d2-theme-container-main-body {
height: 100%;
}
\ No newline at end of file
......@@ -64,6 +64,7 @@ export default {
<style></style>
<style scoped>
.content {
display: flex;
width:100%;
padding: 16px;
background-color: #f8f8f8;
......
......@@ -551,14 +551,15 @@ export default {
.right {
padding: 10px;
margin-left: 10px;
width: 79%;
width: 77%;
position: relative;
}
.left,
.right {
display: flex;
flex-direction: column;
background-color: #fff;
height: inherit;
height: 100%;
box-sizing: border-box;
box-shadow: 0px 2px 4px 0px #ddd;
}
......@@ -637,7 +638,4 @@ export default {
box-sizing: border-box;
margin-top: 4px;
}
.trees >>> .el-tree-node__content {
display: block!important;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment