张延森 3 年 前
コミット
11d5a7e5b0
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      src/components/WinningPopup.vue

+ 2
- 2
src/components/WinningPopup.vue ファイルの表示

@@ -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
         }