style(authentication): 调整验证码图片宽度从115px到150px

This commit is contained in:
dap 2026-01-14 21:48:23 +08:00
parent 64ecf47310
commit 63349395cf

View File

@ -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')"
/>