Baozhangchao 3 年之前
父節點
當前提交
258072be47
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 2
    2
      src/components/CalendarPoster.vue
  2. 1
    1
      src/components/Popup.vue

+ 2
- 2
src/components/CalendarPoster.vue 查看文件

272
         }
272
         }
273
       }
273
       }
274
       .wrap5 {
274
       .wrap5 {
275
-        height: 137px;
275
+        height: 190px;
276
         background-color: #efe9e0;
276
         background-color: #efe9e0;
277
         width: 100vw;
277
         width: 100vw;
278
         justify-content: center;
278
         justify-content: center;
299
         border: 0;
299
         border: 0;
300
         position: fixed;
300
         position: fixed;
301
         z-index: 15;
301
         z-index: 15;
302
-        bottom: 5vh;
302
+        bottom: 4vh;
303
       }
303
       }
304
     }
304
     }
305
   }
305
   }

+ 1
- 1
src/components/Popup.vue 查看文件

285
         left: -0;
285
         left: -0;
286
         opacity: 2;
286
         opacity: 2;
287
         transform: scale(1);
287
         transform: scale(1);
288
-        transform: rotateY(180deg);
288
+        transform: rotateY(-180deg);
289
       }
289
       }
290
     }
290
     }
291
     //底部按钮
291
     //底部按钮