Skip to content

Commit

Permalink
chore DatePicker and TimePicker font style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 29, 2018
1 parent e75bd0a commit af4ed39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/date-picker/style/Picker.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.@{calendar-prefix-cls}-picker-container {
.reset-component;
font-family: @font-family-no-number;
position: absolute;
z-index: @zindex-picker;

Expand Down
1 change: 1 addition & 0 deletions components/time-picker/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.@{timepicker-prefix-cls}-panel {
.reset-component;
font-family: @font-family-no-number;
z-index: @zindex-picker;
position: absolute;

Expand Down

0 comments on commit af4ed39

Please sign in to comment.