Commit c5d67de1 authored by chenqikuai's avatar chenqikuai

fix: 优化登录页

parent e5eb0cab
...@@ -32,10 +32,11 @@ ...@@ -32,10 +32,11 @@
class="h-8 flex items-center justify-between bg-font-light-black hover:bg-font-black text-gray-700" class="h-8 flex items-center justify-between bg-font-light-black hover:bg-font-black text-gray-700"
> >
<div class="ml-4" @click="handleClickPhoneItem(item)">{{ item.phone }}</div> <div class="ml-4" @click="handleClickPhoneItem(item)">{{ item.phone }}</div>
<div class="flex-grow h-full" @click="handleClickPhoneItem(item)"></div>
<img <img
src="@/assets/icons/close.png" src="@/assets/icons/close.png"
@click="handleClickDelete(item.phone)" @click="handleClickDelete(item.phone)"
class="mr-4 closeIcon" class="closeIcon mr-4"
/> />
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment