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