chore: style fixes

This commit is contained in:
07akioni 2020-05-18 20:19:24 +08:00
parent c3382c0064
commit 35fba228df

View File

@ -213,7 +213,7 @@ export default {
staticStyle: { staticStyle: {
alignItems: 'center', alignItems: 'center',
height: '64px', height: '64px',
paddingLeft: '32px', paddingLeft: '36px',
fontSize: '16px', fontSize: '16px',
fontWeight: '500', fontWeight: '500',
display: 'flex', display: 'flex',
@ -231,7 +231,7 @@ export default {
props: { size: 20 }, props: { size: 20 },
staticStyle: { staticStyle: {
position: 'absolute', position: 'absolute',
left: '6px', left: '10px',
top: '50%', top: '50%',
transform: 'translateY(-50%)' transform: 'translateY(-50%)'
}, },
@ -247,7 +247,7 @@ export default {
this.name ? h('n-divider', { this.name ? h('n-divider', {
staticStyle: { staticStyle: {
margin: '0', margin: '0',
padding: '0 24px 0 6px' padding: '0 20px 0 4px'
} }
}) : null, }) : null,
h(SiderMenu)] h(SiderMenu)]