fixbug
This commit is contained in:
parent
ea598e5d4b
commit
ca993d5b62
@ -842,9 +842,16 @@ watch(
|
||||
position: relative;
|
||||
height: auto;
|
||||
min-height: 100vh;
|
||||
overflow-y: visible;
|
||||
overflow-y: scroll;
|
||||
top: auto;
|
||||
sticky: none;
|
||||
|
||||
// 隐藏滚动条
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
&.first-panel {
|
||||
|
@ -842,9 +842,16 @@ watch(
|
||||
position: relative;
|
||||
height: auto;
|
||||
min-height: 100vh;
|
||||
overflow-y: visible;
|
||||
overflow-y: scroll;
|
||||
top: auto;
|
||||
sticky: none;
|
||||
|
||||
// 隐藏滚动条
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
&.first-panel {
|
||||
|
Loading…
Reference in New Issue
Block a user