diff options
author | 2024-03-11 17:59:13 +0800 | |
---|---|---|
committer | 2024-03-11 17:59:13 +0800 | |
commit | b128469110903d943de3ab8f55c0651c55cd88a0 (patch) | |
tree | 6917f81fc8cdd9abf72935608bf23807caadfd35 | |
parent | 85e45504af742098c5ebbfd662bd2e399974b9e3 (diff) | |
download | myweb-b128469110903d943de3ab8f55c0651c55cd88a0.tar.gz myweb-b128469110903d943de3ab8f55c0651c55cd88a0.zip |
Fix bug in fomula show in math of markmap
-rw-r--r-- | common/CSS/MySet.css | 14 | ||||
-rw-r--r-- | 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 @@ | |||
1 | /* 以下部分为自行开发 */ | 1 | /* 以下部分为自行开发 */ |
2 | .wall{ | 2 | .wall { |
3 | width:100%; | 3 | width: 100%; |
4 | } | 4 | } |
5 | 5 | ||
6 | a { | 6 | a { |
@@ -112,10 +112,10 @@ a { | |||
112 | padding: 10px; | 112 | padding: 10px; |
113 | margin: 10px; | 113 | margin: 10px; |
114 | border-radius: 50px; | 114 | border-radius: 50px; |
115 | font-family: "PT Serif", 'Times New Roman', Times, serif; | ||
115 | } | 116 | } |
116 | 117 | ||
117 | /* .markmap.mindmap { | 118 | /* class=katex-html的元素禁止展示 */ |
118 | border: 1px solid #000; | 119 | .katex-html { |
119 | padding: 10px; | 120 | display: none; |
120 | margin: 10px; | 121 | } \ No newline at end of file |
121 | } */ \ 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 @@ | |||
891 | depth: 3, | 891 | depth: 3, |
892 | payload: { lines: [115, 116] }, | 892 | payload: { lines: [115, 116] }, |
893 | content: | 893 | content: |
894 | '<font color="red" size=5><b>看我干什么?看书!<b></b></font>', | 894 | '<font color="red" size=3><b>看我干什么?看书!<b></b></font>', |
895 | }, | 895 | }, |
896 | ], | 896 | ], |
897 | }, | 897 | }, |
@@ -1959,7 +1959,7 @@ | |||
1959 | depth: 4, | 1959 | depth: 4, |
1960 | payload: { lines: [263, 264] }, | 1960 | payload: { lines: [263, 264] }, |
1961 | content: | 1961 | content: |
1962 | '<font color="red" size=5><b>看我干什么?看书!<b></b></font>', | 1962 | '<font color="red" size=3><b>看我干什么?看书!<b></b></font>', |
1963 | }, | 1963 | }, |
1964 | ], | 1964 | ], |
1965 | }, | 1965 | }, |
@@ -1996,7 +1996,7 @@ | |||
1996 | depth: 4, | 1996 | depth: 4, |
1997 | payload: { lines: [268, 269] }, | 1997 | payload: { lines: [268, 269] }, |
1998 | content: | 1998 | content: |
1999 | '<font color="red" size=5><b>看我干什么?看书!<b></b></font>', | 1999 | '<font color="red" size=3><b>看我干什么?看书!<b></b></font>', |
2000 | }, | 2000 | }, |
2001 | ], | 2001 | ], |
2002 | }, | 2002 | }, |
@@ -2060,7 +2060,7 @@ | |||
2060 | depth: 5, | 2060 | depth: 5, |
2061 | payload: { lines: [277, 278] }, | 2061 | payload: { lines: [277, 278] }, |
2062 | content: | 2062 | content: |
2063 | '<font color="red" size=5><b>看我干什么?看书!<b></b></font>', | 2063 | '<font color="red" size=3><b>看我干什么?看书!<b></b></font>', |
2064 | }, | 2064 | }, |
2065 | ], | 2065 | ], |
2066 | }, | 2066 | }, |
@@ -2126,7 +2126,7 @@ | |||
2126 | depth: 6, | 2126 | depth: 6, |
2127 | payload: { lines: [286, 287] }, | 2127 | payload: { lines: [286, 287] }, |
2128 | content: | 2128 | content: |
2129 | '<font color="red" size=5><b>看我干什么?看书!<b></b></font>', | 2129 | '<font color="red" size=3><b>看我干什么?看书!<b></b></font>', |
2130 | }, | 2130 | }, |
2131 | ], | 2131 | ], |
2132 | }, | 2132 | }, |