mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Update client/components/ui/TimePicker.vue
This commit is contained in:
parent
b9cb54db71
commit
c58d613949
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div type="text" readonly tabindex="0" @focus="focusDigit('second0')" class="relative">
|
<div tabindex="0" @focus="focusDigit('second0')" class="relative">
|
||||||
<div class="rounded text-gray-200 border w-full px-3 py-2" :class="focusedDigit ? 'bg-primary bg-opacity-50 border-gray-300' : 'bg-primary border-gray-600'" @click="clickInput" v-click-outside="clickOutsideObj">
|
<div class="rounded text-gray-200 border w-full px-3 py-2" :class="focusedDigit ? 'bg-primary bg-opacity-50 border-gray-300' : 'bg-primary border-gray-600'" @click="clickInput" v-click-outside="clickOutsideObj">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<template v-for="(digit, index) in digitDisplay">
|
<template v-for="(digit, index) in digitDisplay">
|
||||||
|
Loading…
Reference in New Issue
Block a user