Karsa 2 tahun lalu
induk
melakukan
1ec7ae59e8

+ 2 - 1
src/views/hzyb/activity/reportDetail.vue

@@ -343,7 +343,8 @@ const goDetail=(e)=>{
         padding: 0;
         background-color: rgba(255, 255, 255, 0) !important;
     }
-    ul,ol {
+    :deep(li) {
+        list-style: inherit !important;
         list-style-position: inside !important;
     }
 }

+ 2 - 1
src/views/hzyb/activity/reportWeekDetail.vue

@@ -365,7 +365,8 @@ onBeforeRouteUpdate(to => {
         }
     }
 
-    ul,ol {
+    :deep(li) {
+        list-style: inherit !important;
         list-style-position: inside !important;
     }
 }

+ 2 - 1
src/views/hzyb/report/ChapterDetail.vue

@@ -704,7 +704,8 @@ export default {
         :deep(iframe){
             width: 100% !important;
         }
-        ul,ol {
+        :deep(li) {
+            list-style: inherit !important;
             list-style-position: inside !important;
         }
     }

+ 2 - 1
src/views/hzyb/report/Detail.vue

@@ -754,7 +754,8 @@ export default {
         :deep(iframe){
             width: 100% !important;
         }
-        ul,ol {
+        :deep(li) {
+            list-style: inherit !important;
             list-style-position: inside !important;
         }
     }