perf: optimize page scrolling when setting fixedHeader

tweak
This commit is contained in:
Pan 2019-05-05 15:49:56 +08:00
parent 41318aa0d9
commit e8e6c7e79c
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ export default {
.fixed-header+.app-main {
padding-top: 50px;
height: 100vh;
overflow: auto;
}
.hasTagsView {