Commit 6b17981f authored by xd's avatar xd

样式修改

parent eb264e2d
...@@ -54,3 +54,6 @@ $prefix: d2; ...@@ -54,3 +54,6 @@ $prefix: d2;
.d2-theme-container-main-body { .d2-theme-container-main-body {
margin: 0 !important; margin: 0 !important;
} }
.d2-theme-container-main-body {
height: 100%;
}
\ No newline at end of file
...@@ -64,6 +64,7 @@ export default { ...@@ -64,6 +64,7 @@ export default {
<style></style> <style></style>
<style scoped> <style scoped>
.content { .content {
display: flex;
width:100%; width:100%;
padding: 16px; padding: 16px;
background-color: #f8f8f8; background-color: #f8f8f8;
......
...@@ -551,14 +551,15 @@ export default { ...@@ -551,14 +551,15 @@ export default {
.right { .right {
padding: 10px; padding: 10px;
margin-left: 10px; margin-left: 10px;
width: 79%; width: 77%;
position: relative;
} }
.left, .left,
.right { .right {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #fff; background-color: #fff;
height: inherit; height: 100%;
box-sizing: border-box; box-sizing: border-box;
box-shadow: 0px 2px 4px 0px #ddd; box-shadow: 0px 2px 4px 0px #ddd;
} }
...@@ -637,7 +638,4 @@ export default { ...@@ -637,7 +638,4 @@ export default {
box-sizing: border-box; box-sizing: border-box;
margin-top: 4px; margin-top: 4px;
} }
.trees >>> .el-tree-node__content {
display: block!important;
}
</style> </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