1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-05 19:41:51 +08:00

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

View File

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