Browse Source

[edit] fix

wenliming 2 years ago
parent
commit
40d0d733d9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/view/iframe/treasure-hunt/components/invite-friends.vue

+ 3 - 3
src/view/iframe/treasure-hunt/components/invite-friends.vue

@@ -289,13 +289,13 @@ const clickCopy = () => {
   box-sizing: border-box;
   box-sizing: border-box;
 
 
   .invite-friends-content {
   .invite-friends-content {
-    max-height: 242px;
-    overflow-y: auto;
+    height: 238px;
+    overflow-y: hidden;
     margin-bottom: 10px;
     margin-bottom: 10px;
     box-sizing: border-box;
     box-sizing: border-box;
 
 
     .invite-friends-content-head {
     .invite-friends-content-head {
-      margin-bottom: 16px;
+      margin-bottom: 14px;
       padding: 0 6px;
       padding: 0 6px;
       box-sizing: border-box;
       box-sizing: border-box;