Fix:修复默认主题配置中的normal单词拼写错误的问题
This commit is contained in:
parent
2bcc4a7c18
commit
428c4fd93b
@ -94,7 +94,7 @@ export default {
|
|||||||
fontFamily: '微软雅黑, Microsoft YaHei',
|
fontFamily: '微软雅黑, Microsoft YaHei',
|
||||||
color: '#565656',
|
color: '#565656',
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
fontWeight: 'noraml',
|
fontWeight: 'normal',
|
||||||
fontStyle: 'normal',
|
fontStyle: 'normal',
|
||||||
lineHeight: 1.5,
|
lineHeight: 1.5,
|
||||||
borderColor: '#549688',
|
borderColor: '#549688',
|
||||||
@ -116,7 +116,7 @@ export default {
|
|||||||
fontFamily: '微软雅黑, Microsoft YaHei',
|
fontFamily: '微软雅黑, Microsoft YaHei',
|
||||||
color: '#6a6d6c',
|
color: '#6a6d6c',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
fontWeight: 'noraml',
|
fontWeight: 'normal',
|
||||||
fontStyle: 'normal',
|
fontStyle: 'normal',
|
||||||
lineHeight: 1.5,
|
lineHeight: 1.5,
|
||||||
borderColor: 'transparent',
|
borderColor: 'transparent',
|
||||||
@ -138,7 +138,7 @@ export default {
|
|||||||
fontFamily: '微软雅黑, Microsoft YaHei',
|
fontFamily: '微软雅黑, Microsoft YaHei',
|
||||||
color: '#565656',
|
color: '#565656',
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
fontWeight: 'noraml',
|
fontWeight: 'normal',
|
||||||
fontStyle: 'normal',
|
fontStyle: 'normal',
|
||||||
lineHeight: 1.5,
|
lineHeight: 1.5,
|
||||||
borderColor: '#549688',
|
borderColor: '#549688',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user