Skip to content

Commit

Permalink
途中
Browse files Browse the repository at this point in the history
  • Loading branch information
unchidev committed Jun 3, 2024
1 parent 0955729 commit 1d49c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ onUnmounted(() => {
<div class="flex items-center justify-between space-x-4">
<div class="flex items-center justify-between space-x-4">
<span class="text-gray-700">BPM</span>
<input v-model.number="tempo" type="number" class="outline-none nm-inset-gray-200-sm text-gray-700 px-2 py-1 rounded-full text-right w-20" min="30" max="300">
<input v-model.number="tempo" type="number" class="outline-none nm-inset-gray-200-sm text-gray-600 px-2 py-1 rounded-full text-center w-20" min="30" max="300">
</div>
<div class="flex items-center justify-between space-x-4">
<span class="text-gray-700">Beats</span>
<input v-model.number="beats" type="number" class="outline-none nm-inset-gray-200-sm text-gray-700 px-2 py-1 rounded-full text-right w-20" min="1" max="300">
<input v-model.number="beats" type="number" class="outline-none nm-inset-gray-200-sm text-gray-600 px-2 py-1 rounded-full text-center w-20" min="1" max="300">
</div>
</div>

Expand Down

0 comments on commit 1d49c88

Please sign in to comment.