This commit is contained in:
dyhj625 2025-04-08 10:57:47 +09:00
parent 1d893200cb
commit 3f32c573a7

View File

@ -37,7 +37,7 @@
<input
type="time"
class="form-control form-control-sm py-1"
style="height: 25px; font-size: 12px"
style="height: 0%; font-size: 12px"
v-model="eventTime"
@input="handleChangeInput2"
/>
@ -47,7 +47,7 @@
ref="timeInput"
type="time"
class="hidden-time-input"
style="height: 25px; font-size: 12px"
style="height: 0%; font-size: 12px"
v-model="eventTime"
@input="handleChangeInput2"
/>