display time numbers with fixed width style in the mobile version time picker

This commit is contained in:
MaysWind
2025-09-17 21:07:22 +08:00
parent 9686eb020f
commit 979b16d520
@@ -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>