refactor: 调整登录表单组件间距样式

This commit is contained in:
wangqiao
2025-08-30 11:23:56 +08:00
parent e30abf7f83
commit dbc15f5f52

View File

@ -38,7 +38,7 @@
</div> </div>
</div> </div>
</div> </div>
<div v-if="!isLogin" class="mt-[48px] box-border flex justify-between px-[18px]"> <div v-if="!isLogin" class="mt-[46px] box-border flex justify-between px-[18px]">
<div <div
class="h-[37px] w-[101px] cursor-pointer border border-[#1A65FF] rounded-[2px] border-solid bg-[#1A65FF] text-center text-[14px] text-[#FFFFFF] font-normal line-height-[37px]" class="h-[37px] w-[101px] cursor-pointer border border-[#1A65FF] rounded-[2px] border-solid bg-[#1A65FF] text-center text-[14px] text-[#FFFFFF] font-normal line-height-[37px]"
@click="handleLogin" @click="handleLogin"
@ -50,7 +50,7 @@
>免费注册</div >免费注册</div
> >
</div> </div>
<div v-else class="mt-[30px] box-border flex justify-between px-[18px]"> <div v-else class="mt-[26px] box-border flex justify-between px-[18px]">
<div <div
class="h-[37px] w-[101px] cursor-pointer border border-[#1A65FF] rounded-[2px] border-solid bg-[#1A65FF] text-center text-[14px] text-[#FFFFFF] font-normal line-height-[37px]" class="h-[37px] w-[101px] cursor-pointer border border-[#1A65FF] rounded-[2px] border-solid bg-[#1A65FF] text-center text-[14px] text-[#FFFFFF] font-normal line-height-[37px]"
@click="handleDrawe" @click="handleDrawe"