Browse Source

Fix TimePanel jump issue of hovering, close #11460

pull/11473/merge
afc163 6 years ago
parent
commit
af03ae67f9
  1. 2
      components/date-picker/style/TimePicker.less

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

@ -77,7 +77,7 @@
}
li {
text-align: center;
padding-left: 32px;
list-style: none;
box-sizing: content-box;
margin: 0;

Loading…
Cancel
Save