diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 7e1510ae2..3c4527f69 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -2255,9 +2255,10 @@ export default { } .p-timepicker button { - display: block; + display: flex; + align-content: center; + justify-content: center; cursor: pointer; - line-height: 1; } .p-timepicker > div {