mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-11 00:31:09 +08:00
style(authentication): 调整验证码图片宽度从115px到150px
This commit is contained in:
@@ -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')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user