|
@@ -384,10 +384,6 @@ export default {
|
|
|
login(params) {
|
|
|
if (params.username && params.password) this.isLogined = true;
|
|
|
},
|
|
|
- menuOpen(a, b) {
|
|
|
- console.log(111, a);
|
|
|
- console.log(222, b);
|
|
|
- },
|
|
|
},
|
|
|
|
|
|
watch: {
|
|
@@ -414,12 +410,12 @@ export default {
|
|
|
|
|
|
&::-webkit-scrollbar-track-piece {
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
- -webkit-border-radius: 4px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
background-color: fade(@gray, 75);
|
|
|
- -webkit-border-radius: 4px;
|
|
|
+ border-radius: 4px;
|
|
|
outline: none;
|
|
|
outline-offset: 0px;
|
|
|
border: none;
|