Browse Source

报告ol ul style

Karsa 2 years ago
parent
commit
4b5650ae8b

+ 3 - 0
src/views/hzyb/activity/reportDetail.vue

@@ -343,6 +343,9 @@ const goDetail=(e)=>{
         padding: 0;
         background-color: rgba(255, 255, 255, 0) !important;
     }
+    ul,ol {
+        list-style-position: inside !important;
+    }
 }
 .list-content{
     padding: 40px 0;

+ 4 - 0
src/views/hzyb/activity/reportWeekDetail.vue

@@ -364,6 +364,10 @@ onBeforeRouteUpdate(to => {
             }
         }
     }
+
+    ul,ol {
+        list-style-position: inside !important;
+    }
 }
 
 #tipsAlert {

+ 3 - 0
src/views/hzyb/report/ChapterDetail.vue

@@ -704,6 +704,9 @@ export default {
         :deep(iframe){
             width: 100% !important;
         }
+        ul,ol {
+            list-style-position: inside !important;
+        }
     }
 
     .no-auth-wrap{

+ 3 - 0
src/views/hzyb/report/Detail.vue

@@ -754,6 +754,9 @@ export default {
         :deep(iframe){
             width: 100% !important;
         }
+        ul,ol {
+            list-style-position: inside !important;
+        }
     }
 
     .no-auth-wrap{