update DateTimePicker

update DateTimePicker
This commit is contained in:
梁灏 2016-12-30 11:34:01 +08:00
parent 62c7f99780
commit a8571a5fa1
3 changed files with 18 additions and 0 deletions

View file

@ -135,7 +135,15 @@
}
&-list {
width: @time-picker-cells-width-with-date-base;
max-height: 216px;
&:first-child{
border-radius: 0;
}
&:last-child{
border-radius: 0;
}
ul{
padding: 0 0 192px 0;
li{
padding: 0 0 0 28px;
}