Explorar o código

设置导航文字无法选中

fanghuisheng %!s(int64=4) %!d(string=hai) anos
pai
achega
2c53700576
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/index.vue

+ 3 - 0
src/views/index.vue

@@ -169,6 +169,9 @@ export default {
 
 <style scoped lang="less">
 #header {
+  -moz-user-select: none;//设置文本不可选中
+  -webkit-user-select: none;//设置文本不可选中
+  user-select: none;//设置文本不可选中
   .router-index {
     position: absolute;
     display: flex;