Browse Source

禁用掉左右滑屏

master
sige 1 year ago
parent
commit
1b8db45b37
  1. 8
      src/style.scss

8
src/style.scss

@ -19,6 +19,14 @@ body {
user-select: none;
}
html {
overscroll-behavior-x: none;
}
body {
overscroll-behavior-x: none;
}
.van-cell {
.van-field__control {
text-align: center;

Loading…
Cancel
Save