Update drawer.less

This commit is contained in:
梁灏 2019-09-16 15:57:19 +08:00
parent 4507c9a6a2
commit acfdce7b07

View file

@ -83,7 +83,7 @@
width: 100%; width: 100%;
height: calc(~'100% - 51px'); height: calc(~'100% - 51px');
padding: 16px; padding: 16px;
font-size: 12px; font-size: @font-size-base;
line-height: 1.5; line-height: 1.5;
word-wrap: break-word; word-wrap: break-word;
position: absolute; position: absolute;
@ -133,4 +133,4 @@
} }
} }
} }
} }