update TimePicker

update TimePicker
This commit is contained in:
梁灏 2016-12-29 18:09:16 +08:00
parent 4db5926d6b
commit d596b9e4f8
4 changed files with 14 additions and 6 deletions

View file

@ -18,10 +18,10 @@
border-left: 1px solid @border-color-split;
&:first-child{
border-left: none;
border-radius: @btn-border-radius 0 0 0;
border-radius: @btn-border-radius 0 0 @btn-border-radius;
}
&:last-child{
border-radius: 0 @btn-border-radius 0 0;
border-radius: 0 @btn-border-radius @btn-border-radius 0;
}
ul{
width: 100%;