Pārlūkot izejas kodu

免责弹窗最高高度设置

hbchen 1 gadu atpakaļ
vecāks
revīzija
1be98577c7

+ 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>