소스 검색

键盘监控还原

huangxingxing 1 년 전
부모
커밋
5cc3868ce8
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      public/static/Build/Build.framework.js
  2. 1 1
      public/static/TemplateData/style.css
  3. 0 0
      static/Build/Build.framework.js
  4. 1 1
      static/TemplateData/style.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/static/Build/Build.framework.js


+ 1 - 1
public/static/TemplateData/style.css

@@ -1,5 +1,5 @@
 body { padding: 0; margin: 0 }
-#unity-container { width: 100%; height: 100%; }
+#unity-container { position: fixed; width: 100%; height: 100%; }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
static/Build/Build.framework.js


+ 1 - 1
static/TemplateData/style.css

@@ -1,5 +1,5 @@
 body { padding: 0; margin: 0 }
-#unity-container { width: 100%; height: 100%; }
+#unity-container { position: fixed; width: 100%; height: 100%; }
 #unity-canvas { width: 100%; height: 100%; background: #231F20 }
 #unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
 #unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }

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