From 7bd32f8351b615c28770be1696b16f0253dc3917 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 07 三月 2025 21:56:11 +0800
Subject: [PATCH] 2025-03-07

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