fix: blockquote_p style fix

This commit is contained in:
JimQing 2020-07-08 23:52:10 +08:00
parent c8d87f3858
commit e09371618a

View File

@ -71,7 +71,7 @@ export default {
'color': 'rgb(80, 80, 80)', 'color': 'rgb(80, 80, 80)',
'font-family': 'PingFangSC-light, PingFangTC-light, Open Sans, Helvetica Neue, sans-serif', 'font-family': 'PingFangSC-light, PingFangTC-light, Open Sans, Helvetica Neue, sans-serif',
'font-size': '1em', 'font-size': '1em',
'display': 'inline', 'display': 'block',
}, },
code: { code: {