Skip to content

Commit 979b16d

Browse files
committed
display time numbers with fixed width style in the mobile version time picker
1 parent 9686eb0 commit 979b16d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/mobile/DateTimeSelectionSheet.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,10 @@ watch(mode, (newValue) => {
469469
.date-time-selection-sheet .time-picker-container .picker-columns {
470470
justify-content: space-evenly;
471471
}
472+
473+
.picker-hour,
474+
.picker-minute,
475+
.picker-second {
476+
font-variant-numeric: tabular-nums;
477+
}
472478
</style>

0 commit comments

Comments
 (0)