소스 검색

03/03 22:19

11
261568008@qq.com 5 년 전
부모
커밋
54d7562ae9
6개의 변경된 파일11개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.c76da725.css
  3. 0 0
      dist/static/js/app.6d737bc9.js
  4. 0 0
      dist/static/js/app.fe99e9fd.js
  5. 1 8
      src/App.vue
  6. 10 0
      src/layout/components/Sidebar/SidebarItem.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;
   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>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.