Browse Source

fix: 文字禁止选中

master
guoapeng 24 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 { html, body {
overflow: hidden; overflow: hidden;
user-select: none;
} }
html, html,
body, body,

Loading…
Cancel
Save