刘洋 8 ヶ月 前
コミット
a07537fea3
1 ファイル変更6 行追加0 行削除
  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;