|
@@ -25,7 +25,7 @@
|
25
|
25
|
<div :class="`dialog-popuImag ${classDivAA?'flipped':''}`">
|
26
|
26
|
<!-- <img src="../assets/buttonImg/popuBody.jpg" alt /> -->
|
27
|
27
|
<div class="back">
|
28
|
|
- <img style="width: 180px; height:492px" :src="currentMonth.screenImg" alt />
|
|
28
|
+ <img style="width: 180px; height:492px" :src="currentMonth.popImg" alt />
|
29
|
29
|
</div>
|
30
|
30
|
|
31
|
31
|
<div class="front">
|
|
@@ -322,8 +322,8 @@ export default {
|
322
|
322
|
margin: 10px auto 0;
|
323
|
323
|
.btn {
|
324
|
324
|
padding-top: 0;
|
325
|
|
- width: 32px;
|
326
|
|
- height: 32px;
|
|
325
|
+ width: 40px;
|
|
326
|
+ height: 34px;
|
327
|
327
|
}
|
328
|
328
|
}
|
329
|
329
|
}
|