update DatePicker

update DatePicker
This commit is contained in:
梁灏 2016-12-16 14:15:11 +08:00
parent 13be443453
commit 2533a192dd
4 changed files with 76 additions and 7 deletions

View file

@ -172,5 +172,25 @@
font-size: 14px;
}
}
&-body-wrapper&-with-sidebar{
padding-left: 92px;
}
&-sidebar{
width: 92px;
float: left;
margin-left: -92px;
position: absolute;
top: 0;
bottom: 0;
background: @border-color-split;
border-radius: @border-radius-small 0 0 @border-radius-small;
}
&-shortcut{
}
&-body{
float: left;
}
}
}