mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
parent
7ade99b9b8
commit
080c61ba51
@ -82,7 +82,7 @@ section {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
word-break: break-all;
|
//word-break: break-all;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ export default {
|
|||||||
margin: `1.5em 8px`,
|
margin: `1.5em 8px`,
|
||||||
'letter-spacing': `0.1em`,
|
'letter-spacing': `0.1em`,
|
||||||
color: baseColor,
|
color: baseColor,
|
||||||
|
'text-align': `justify`,
|
||||||
},
|
},
|
||||||
|
|
||||||
// 引用样式
|
// 引用样式
|
||||||
@ -141,7 +142,7 @@ export default {
|
|||||||
background: `rgba(27,31,35,.05)`,
|
background: `rgba(27,31,35,.05)`,
|
||||||
padding: `3px 5px`,
|
padding: `3px 5px`,
|
||||||
'border-radius': `4px`,
|
'border-radius': `4px`,
|
||||||
'word-break': `break-all`,
|
// 'word-break': `break-all`,
|
||||||
},
|
},
|
||||||
|
|
||||||
link: {
|
link: {
|
||||||
|
Loading…
Reference in New Issue
Block a user