From 428c4fd93b0d8157ded695fa14e03b71fda7d0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Wed, 28 Aug 2024 16:41:59 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BB=E9=A2=98=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84?= =?UTF-8?q?normal=E5=8D=95=E8=AF=8D=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple-mind-map/src/themes/default.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simple-mind-map/src/themes/default.js b/simple-mind-map/src/themes/default.js index d0baa737..4960f04a 100644 --- a/simple-mind-map/src/themes/default.js +++ b/simple-mind-map/src/themes/default.js @@ -94,7 +94,7 @@ export default { fontFamily: '微软雅黑, Microsoft YaHei', color: '#565656', fontSize: 16, - fontWeight: 'noraml', + fontWeight: 'normal', fontStyle: 'normal', lineHeight: 1.5, borderColor: '#549688', @@ -116,7 +116,7 @@ export default { fontFamily: '微软雅黑, Microsoft YaHei', color: '#6a6d6c', fontSize: 14, - fontWeight: 'noraml', + fontWeight: 'normal', fontStyle: 'normal', lineHeight: 1.5, borderColor: 'transparent', @@ -138,7 +138,7 @@ export default { fontFamily: '微软雅黑, Microsoft YaHei', color: '#565656', fontSize: 16, - fontWeight: 'noraml', + fontWeight: 'normal', fontStyle: 'normal', lineHeight: 1.5, borderColor: '#549688',