|
|
@ -262,19 +262,21 @@ |
|
|
|
placeholder="Name" |
|
|
|
v-model="contactNewName" |
|
|
|
/> |
|
|
|
<button |
|
|
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400" |
|
|
|
@click="onClickSaveName(contactEdit, contactNewName)" |
|
|
|
> |
|
|
|
<fa icon="save" /> |
|
|
|
</button> |
|
|
|
<span class="inline-block w-2" /> |
|
|
|
<button |
|
|
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400" |
|
|
|
@click="onClickCancelName()" |
|
|
|
> |
|
|
|
<fa icon="ban" /> |
|
|
|
</button> |
|
|
|
<div class="flex justify-between"> |
|
|
|
<button |
|
|
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400" |
|
|
|
@click="onClickSaveName(contactEdit, contactNewName)" |
|
|
|
> |
|
|
|
<fa icon="save" /> |
|
|
|
</button> |
|
|
|
<span class="inline-block w-2" /> |
|
|
|
<button |
|
|
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400" |
|
|
|
@click="onClickCancelName()" |
|
|
|
> |
|
|
|
<fa icon="ban" /> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|