Commit 896962a5 authored by Pan's avatar Pan

perf: optimize page scrolling when setting fixedHeader

parent d482e0bb
...@@ -27,5 +27,7 @@ export default { ...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment