perf: optimize page scrolling when setting fixedHeader

This commit is contained in:
Pan 2019-05-05 15:55:25 +08:00
parent d482e0bb9f
commit 896962a5c5

View File

@ -27,5 +27,7 @@ export default {
} }
.fixed-header+.app-main { .fixed-header+.app-main {
padding-top: 50px; padding-top: 50px;
height: 100vh;
overflow: auto;
} }
</style> </style>