Browse Source

fix: 文字禁止选中

master
guoapeng 20 hours ago
parent
commit
d1a6b28761
  1. 1
      src/assets/styles/common.scss

1
src/assets/styles/common.scss

@ -7,6 +7,7 @@ html {
}
html, body {
overflow: hidden;
user-select: none;
}
html,
body,

Loading…
Cancel
Save