mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
perf: optimize page scrolling when setting fixedHeader
tweak
This commit is contained in:
parent
41318aa0d9
commit
e8e6c7e79c
@ -33,6 +33,8 @@ export default {
|
|||||||
|
|
||||||
.fixed-header+.app-main {
|
.fixed-header+.app-main {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
|
height: 100vh;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hasTagsView {
|
.hasTagsView {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user