a6cc1355 by 杨威

目录树调整

1 parent 8b118b50
......@@ -365,7 +365,7 @@ export default {
content: "";
position: absolute;
height: 23px;
top: -16px;
top: -14px;
width: 1px;
left: 7px;
opacity: .5;
......
......@@ -742,7 +742,7 @@ export default {
content: "";
position: absolute;
height: 23px;
top: -16px;
top: -14px;
width: 1px;
left: 9px;
background: #c3c5c8;
......
......@@ -854,7 +854,10 @@ export default {
.lp-overview {
transition: 0.5s;
flex: 1;
padding-right: 20px;
border: 1px solid rgb(236, 236, 236);
border-top: 0;
border-bottom: 0;
margin-right: 10px;
box-sizing: border-box;
}
.lp-legend {
......