refactor: 调整登录表单组件间距样式
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
</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
|
||||
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"
|
||||
@ -50,7 +50,7 @@
|
||||
>免费注册</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
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user