소스 검색

[edit][style]

zhangwei 2 년 전
부모
커밋
4483b6990f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/view/iframe/treasure-hunt/components/invite-friends.vue

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

@@ -324,6 +324,7 @@ const clickCopy = () => {
     .invite-friends-content-body {
       position: relative;
       height: 159px;
+      overflow: hidden;
 
       .tips {
         position: absolute;
@@ -344,6 +345,7 @@ const clickCopy = () => {
         width: 100%;
         box-sizing: border-box;
         border: 1.5px solid #fff;
+        overflow: hidden;
 
         .share-item {
           user-select: none;