刘洋 9 tháng trước cách đây
mục cha
commit
a07537fea3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/render/styles/base.less

+ 6 - 0
src/render/styles/base.less

@@ -5,6 +5,12 @@ body {
   font-size: 14px;
   color: @text-color1;
 }
+img {
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -khtml-user-select: none;
+  -ms-user-select: none;
+}
 #app {
   height: 100%;
   background-color: #fff;