Browse Source

Fix DatePicker style

pull/2453/head
afc163 8 years ago
parent
commit
92d127d8a5
  1. 8
      components/date-picker/style/TimePicker.less

8
components/date-picker/style/TimePicker.less

@ -1,5 +1,3 @@
.@{timepicker-prefix-cls} {
position: absolute;
width: 100%;
@ -128,7 +126,7 @@
li:last-child:after {
content: '';
height: 120px;
height: 182px;
display: block;
}
@ -232,7 +230,7 @@
}
.@{calendar-prefix-cls}-footer {
border-top: 1px solid #ccc;
border-top: 1px solid @border-color-split;
padding: 10px 0;
text-align: right;
position: relative;
@ -261,4 +259,4 @@
}
}
}
}
}

Loading…
Cancel
Save