UNPKG
@z-utils/vue
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.0
zzy 工具库/vue
@z-utils/vue
/
es
/
default
/
devtools
/
preventScroll.js
2 lines
(1 loc)
•
215 B
JavaScript
View Raw
1
2
var
o=
function
(
o
){
return
o=o||
window
.
scrollY
,
document
.
body
.
style
[
"overflow-y"
]=
"hidden"
,
document
.
body
.
style
.
position
=
"fixed"
,
document
.
body
.
style
.
width
=
"100%"
,
document
.
body
.
style
.
top
=-o+
"px"
,o};
export
{o
as
default
};