소스 검색

免责弹窗最高高度设置

hbchen 1 년 전
부모
커밋
1be98577c7
4개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/activity/ChapterDetail.vue
  2. 4 0
      src/views/activity/ReportDetail.vue
  3. 4 0
      src/views/report/ChapterDetail.vue
  4. 4 0
      src/views/report/Detail.vue

+ 4 - 0
src/views/activity/ChapterDetail.vue

@@ -281,4 +281,8 @@ const chapterTypeChange=(item)=>{
         }
     }
 }
+.disclaimers-box{
+    max-height: 60vh;
+    overflow: auto;
+}
 </style>

+ 4 - 0
src/views/activity/ReportDetail.vue

@@ -359,4 +359,8 @@ let showDisclaimers=ref(false)
         font-size: 16px;
     }
 }
+.disclaimers-box{
+    max-height: 60vh;
+    overflow: auto;
+}
 </style>

+ 4 - 0
src/views/report/ChapterDetail.vue

@@ -824,4 +824,8 @@ const posterParams=computed(()=>{
     }
 
 }
+.disclaimers-box{
+    max-height: 60vh;
+    overflow: auto;
+}
 </style>

+ 4 - 0
src/views/report/Detail.vue

@@ -1035,4 +1035,8 @@ const closeShowAttentionPop=()=>{
         padding: 16px;
     }
 }
+.disclaimers-box{
+    max-height: 60vh;
+    overflow: auto;
+}
 </style>