Authored by 李靖

eslint

... ... @@ -8,7 +8,8 @@
"start": "node build.js",
"dev": "ada --host 0.0.0.0 --port 7002",
"build": "node build.js",
"lint": "eslint src"
"jslint": "eslint src",
"csslint": "stylelint src/scss"
},
"author": "",
"license": "ISC",
... ...
... ... @@ -209,7 +209,7 @@
display: none;
position: absolute;
top: 86px;
left:0;
left: 0;
max-height: 665px;
width: 720px;
overflow-x: hidden;
... ...