mirror of
https://github.com/Luzifer/browserphone.git
synced 2024-11-09 14:20:04 +00:00
Fix: Center dial button
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
677f266e73
commit
6b70bbb829
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
v-model="number"
|
||||
></b-form-input>
|
||||
|
||||
<b-row>
|
||||
<b-row class="justify-content-center">
|
||||
<b-col v-for="key in keys" cols="4" class="text-center mb-3" :key="key">
|
||||
<b-btn size="lg" @click="keyDown(key)">{{ key }}</b-btn>
|
||||
</b-col>
|
||||
|
|
Loading…
Reference in a new issue