刘洋 8 kuukautta sitten
vanhempi
commit
a07537fea3
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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;