style(authentication): 调整验证码图片宽度从115px到150px
This commit is contained in:
parent
64ecf47310
commit
63349395cf
@ -39,7 +39,7 @@ const modelValue = defineModel<string>({ default: '' });
|
||||
<div class="relative rounded-r-lg border">
|
||||
<img
|
||||
:src="captcha"
|
||||
class="h-[40px] w-[115px] cursor-pointer rounded-r-lg"
|
||||
class="h-[40px] w-[150px] cursor-pointer rounded-r-lg"
|
||||
:class="{ 'pointer-events-none': loading }"
|
||||
@click="$emit('captchaClick')"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user