...
|
...
|
@@ -29,6 +29,7 @@ |
|
|
this.list = res.data;
|
|
|
});
|
|
|
}
|
|
|
|
|
|
// ,
|
|
|
// ready() {
|
|
|
// var a =document.querySelector('.sidebar')
|
...
|
...
|
@@ -51,7 +52,6 @@ |
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
}
|
...
|
...
|
@@ -72,10 +72,9 @@ |
|
|
content: "";
|
|
|
position: absolute;
|
|
|
left: 30px;
|
|
|
bottom: -2PX;
|
|
|
width: 100%;
|
|
|
height: 0;
|
|
|
border-top: 2PX solid #eee;
|
|
|
border-bottom: 1px solid #eee;
|
|
|
}
|
|
|
|
|
|
&:last-child:after {
|
...
|
...
|
|