Commit 5d7704be authored by 王海涛's avatar 王海涛

样式优化

parent 85cff7ab
...@@ -39,10 +39,21 @@ ...@@ -39,10 +39,21 @@
} }
} }
} }
.report-tree { .report-tree {
height: vh(800); height: vh(800);
padding: vh(22) vw(40); padding: vh(22) vw(40);
overflow: auto; overflow: auto;
font-size: 0.2rem;
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
background: transparent;
color: white;
}
.ant-tree.ant-tree-show-line li:not(:last-child):before {
height: 60%;
}
} }
} }
...@@ -68,7 +79,7 @@ ...@@ -68,7 +79,7 @@
.card-detail { .card-detail {
width: vw(233); width: vw(233);
height: vh(39); height: vh(39);
//background-image: url('../../../../assets/images/title_bg.png'); background: url('/src/assets/images/title_bg.png');
background-size: cover; background-size: cover;
margin: vh(35) auto; margin: vh(35) auto;
text-align: center; text-align: center;
......
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