From b128469110903d943de3ab8f55c0651c55cd88a0 Mon Sep 17 00:00:00 2001
From: We-unite <3205135446@qq.com>
Date: Mon, 11 Mar 2024 17:59:13 +0800
Subject: Fix bug in fomula show in math of markmap

---
 common/CSS/MySet.css                | 14 +++++++-------
 courseNotes/mathematical_logic.html | 10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/common/CSS/MySet.css b/common/CSS/MySet.css
index c40e588..aa6121b 100644
--- a/common/CSS/MySet.css
+++ b/common/CSS/MySet.css
@@ -1,6 +1,6 @@
 /* 以下部分为自行开发 */
-.wall{
-    width:100%;
+.wall {
+    width: 100%;
 }
 
 a {
@@ -112,10 +112,10 @@ a {
     padding: 10px;
     margin: 10px;
     border-radius: 50px;
+    font-family: "PT Serif", 'Times New Roman', Times, serif;
 }
 
-/* .markmap.mindmap {
-    border: 1px solid #000;
-    padding: 10px;
-    margin: 10px;
-} */
\ No newline at end of file
+/* class=katex-html的元素禁止展示 */
+.katex-html {
+    display: none;
+}
\ No newline at end of file
diff --git a/courseNotes/mathematical_logic.html b/courseNotes/mathematical_logic.html
index 96942d8..f42e8b0 100644
--- a/courseNotes/mathematical_logic.html
+++ b/courseNotes/mathematical_logic.html
@@ -891,7 +891,7 @@
                                                     depth: 3,
                                                     payload: { lines: [115, 116] },
                                                     content:
-                                                        '<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
+                                                        '<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
                                                 },
                                             ],
                                         },
@@ -1959,7 +1959,7 @@
                                                             depth: 4,
                                                             payload: { lines: [263, 264] },
                                                             content:
-                                                                '<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
+                                                                '<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
                                                         },
                                                     ],
                                                 },
@@ -1996,7 +1996,7 @@
                                                             depth: 4,
                                                             payload: { lines: [268, 269] },
                                                             content:
-                                                                '<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
+                                                                '<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
                                                         },
                                                     ],
                                                 },
@@ -2060,7 +2060,7 @@
                                                                     depth: 5,
                                                                     payload: { lines: [277, 278] },
                                                                     content:
-                                                                        '<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
+                                                                        '<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
                                                                 },
                                                             ],
                                                         },
@@ -2126,7 +2126,7 @@
                                                                             depth: 6,
                                                                             payload: { lines: [286, 287] },
                                                                             content:
-                                                                                '<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
+                                                                                '<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
                                                                         },
                                                                     ],
                                                                 },
-- 
cgit v1.2.3-70-g09d2