mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: resizer style and lint command
This commit is contained in:
parent
60f21918e0
commit
a818264407
@ -21,7 +21,7 @@
|
||||
"clean-dist": "rm -rf dist",
|
||||
"lint": "npm run lint:ts && npm run lint:sass",
|
||||
"lint:ts": "tslint './src/**/*.ts*' --format stylish",
|
||||
"lint:sass": "stylelint ./src/**/*.scss",
|
||||
"lint:sass": "stylelint './src/**/*.scss'",
|
||||
"start": "npm run start-dev",
|
||||
"start-dev": "webpack-dev-server --config=configs/webpack/dev.js",
|
||||
"contributors:add": "all-contributors add",
|
||||
|
@ -17,11 +17,6 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.connections-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.connections-body {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
@ -68,7 +63,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.connections-tr {
|
||||
.connections-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover .connections-resizer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user