mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
display time numbers with fixed width style in the mobile version time picker
This commit is contained in:
@@ -469,4 +469,10 @@ watch(mode, (newValue) => {
|
||||
.date-time-selection-sheet .time-picker-container .picker-columns {
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.picker-hour,
|
||||
.picker-minute,
|
||||
.picker-second {
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user