张延森 3 years ago
parent
commit
11d5a7e5b0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/components/WinningPopup.vue

+ 2
- 2
src/components/WinningPopup.vue View File

@@ -220,9 +220,9 @@ export default {
220 220
           transform: rotateY(-180deg); //iPhone异常
221 221
 
222 222
           .PrizeImg {
223
-            width: 55vw;
223
+            width: 40vw;
224 224
             position: absolute;
225
-            height: 48vw;
225
+            height: 40vw;
226 226
             top: 20vh;
227 227
           }
228 228
         }