zhangwei 3 vuotta sitten
vanhempi
commit
af48e62955
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/view/red-packet.vue

+ 5 - 0
src/view/red-packet.vue

@@ -801,6 +801,9 @@ body {
   height: 500px;
   background: #fafafa;
   border-radius: 11px;
+  overflow: hidden;
+  box-sizing: border-box;
+  border: 1px solid #DCDCDC;
   font-family: "SF Pro Display";
   font-style: normal;
 
@@ -1116,6 +1119,8 @@ body {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
+    border-radius: 11px;
+    overflow: hidden;
 
     .header {
       text-align: center;