change order
This commit is contained in:
parent
bbe3b56f23
commit
d07bbbf631
@ -127,6 +127,14 @@
|
||||
</div>
|
||||
<input v-model.number="newSource.title" type="text" class="input input-sm input-bordered w-auto" />
|
||||
</label>
|
||||
|
||||
<label class="form-control w-auto mt-auto">
|
||||
<div class="label">
|
||||
<span class="label-text">{{ $t('player.duration') }}</span>
|
||||
</div>
|
||||
<TimePicker v-model="newSource.duration" />
|
||||
</label>
|
||||
|
||||
<label class="form-control w-auto mt-auto">
|
||||
<div class="label">
|
||||
<span class="label-text">{{ $t('player.in') }}</span>
|
||||
@ -141,13 +149,6 @@
|
||||
<TimePicker v-model="newSource.out" />
|
||||
</label>
|
||||
|
||||
<label class="form-control w-auto mt-auto">
|
||||
<div class="label">
|
||||
<span class="label-text">{{ $t('player.duration') }}</span>
|
||||
</div>
|
||||
<TimePicker v-model="newSource.duration" />
|
||||
</label>
|
||||
|
||||
<label class="form-control w-auto mt-auto">
|
||||
<div class="label">
|
||||
<span class="label-text">{{ $t('player.file') }}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user