Browse Source

03/03 22:19

11
261568008@qq.com 5 years ago
parent
commit
54d7562ae9

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.c76da725.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.6d737bc9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.fe99e9fd.js


+ 1 - 8
src/App.vue

@@ -294,12 +294,5 @@ input[type="number"] {
   color: #333;
   opacity: 1;
 }
-// 取消双击选中文字
-div{
-    -moz-user-select:none;/*火狐*/
-    -webkit-user-select:none;/*webkit浏览器*/
-    -ms-user-select:none;/*IE10*/
-    -khtml-user-select:none;/*早期浏览器*/
-      user-select:none;
-}
+
 </style>

+ 10 - 0
src/layout/components/Sidebar/SidebarItem.vue

@@ -105,3 +105,13 @@ export default {
   }
 }
 </script>
+<style lang="scss" scoped>
+  // 取消双击选中文字
+div{
+    -moz-user-select:none;/*火狐*/
+    -webkit-user-select:none;/*webkit浏览器*/
+    -ms-user-select:none;/*IE10*/
+    -khtml-user-select:none;/*早期浏览器*/
+      user-select:none;
+}
+</style>

Some files were not shown because too many files changed in this diff