From e608d84b747a2428c32dafa732a4885c7ea04de4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 06 三月 2025 00:35:25 +0800
Subject: [PATCH] 2025-03-06

---
 src/tabviews/custom/components/share/braftContent/index.scss |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/share/braftContent/index.scss b/src/tabviews/custom/components/share/braftContent/index.scss
index 745de72..e81c2c6 100644
--- a/src/tabviews/custom/components/share/braftContent/index.scss
+++ b/src/tabviews/custom/components/share/braftContent/index.scss
@@ -43,4 +43,20 @@
       border: 1px solid #ddd;
     }
   }
+  ul {
+    list-style: disc;
+    font-size: 16px;
+    margin: 1em 0px;
+    li {
+      list-style: disc;
+    }
+  }
+  ol {
+    list-style: normal;
+    font-size: 16px;
+    margin: 1em 0px;
+    li {
+      list-style: normal;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0