浏览代码

03/03 22:19

11
261568008@qq.com 5 年之前
父节点
当前提交
54d7562ae9

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.c76da725.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.6d737bc9.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.fe99e9fd.js


+ 1 - 8
src/App.vue

@@ -294,12 +294,5 @@ input[type="number"] {
   color: #333;
   color: #333;
   opacity: 1;
   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>
 </style>

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

@@ -105,3 +105,13 @@ export default {
   }
   }
 }
 }
 </script>
 </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>

部分文件因为文件数量过多而无法显示