Browse Source

日常开发

林旭祥 3 weeks ago
parent
commit
45893c8ece

+ 1 - 1
src/views/game/components/basketball.vue

@@ -958,7 +958,7 @@ defineExpose({
   display: flex;
   justify-content: center;
   align-items: center;
-  background-color: #000;
+  background: #000000;
   overflow: hidden;
   position: relative;
 }

+ 1 - 0
src/views/game/components/football.vue

@@ -1501,6 +1501,7 @@ defineExpose({
   height: 100vh;
   margin: 0 auto;
   overflow: hidden;
+  background: #000000;
 }
 
 .game-canvas {