Baozhangchao 3 years ago
parent
commit
1eb68c20dc
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      src/components/Popup.vue

+ 7
- 5
src/components/Popup.vue View File

@@ -26,11 +26,11 @@
26 26
               <div :class="`dialog-popuImag ${classDivAA?'flipped':''}`">
27 27
                 <!-- <img src="../assets/buttonImg/popuBody.jpg" alt /> -->
28 28
                 <div class="back">
29
-                  <img style="width: 180px; height:492px" :src="currentMonth.popImg" alt />
29
+                  <img style="width: 48vw; height:492px" :src="currentMonth.popImg" alt />
30 30
                 </div>
31 31
 
32 32
                 <div class="front">
33
-                  <img style="width: 180px; height:492px " :src="currentMonth.calendarImg" alt />
33
+                  <img style="width: 48vw; height:492px " :src="currentMonth.calendarImg" alt />
34 34
                 </div>
35 35
               </div>
36 36
             </div>
@@ -302,14 +302,16 @@ export default {
302 302
   }
303 303
   .section-box {
304 304
     position: absolute;
305
-    left: 82vw;
305
+    right: 15vw;
306
+    top: 98px;
307
+    height: 394px;
306 308
     display: flex;
307 309
     flex-direction: column;
310
+    width: 36px;
308 311
     justify-content: space-between;
309
-    margin-top: 5em;
310 312
 
311 313
     img {
312
-      width: 36px;
314
+      width: 100%;
313 315
       background-size: 100% auto;
314 316
       margin-top: 0;
315 317
       border-radius: 18px;