Fix: resizer style and lint command

This commit is contained in:
Dreamacro 2019-12-23 18:41:15 +08:00
parent 60f21918e0
commit a818264407
2 changed files with 4 additions and 7 deletions

View File

@ -21,7 +21,7 @@
"clean-dist": "rm -rf dist", "clean-dist": "rm -rf dist",
"lint": "npm run lint:ts && npm run lint:sass", "lint": "npm run lint:ts && npm run lint:sass",
"lint:ts": "tslint './src/**/*.ts*' --format stylish", "lint:ts": "tslint './src/**/*.ts*' --format stylish",
"lint:sass": "stylelint ./src/**/*.scss", "lint:sass": "stylelint './src/**/*.scss'",
"start": "npm run start-dev", "start": "npm run start-dev",
"start-dev": "webpack-dev-server --config=configs/webpack/dev.js", "start-dev": "webpack-dev-server --config=configs/webpack/dev.js",
"contributors:add": "all-contributors add", "contributors:add": "all-contributors add",

View File

@ -17,11 +17,6 @@
overflow: auto; overflow: auto;
} }
.connections-header {
position: sticky;
top: 0;
}
.connections-body { .connections-body {
flex: 1 0 auto; flex: 1 0 auto;
} }
@ -68,7 +63,9 @@
} }
} }
.connections-tr { .connections-header {
position: sticky;
top: 0;
white-space: nowrap; white-space: nowrap;
&:hover .connections-resizer { &:hover .connections-resizer {