Merge branches 'dev' and 'dev_dyd' of https://fcd.gdyditc.com/itc-framework/ma/2024/front into dev_dyd

This commit is contained in:
dyd
2025-07-01 09:43:18 +08:00

View File

@ -19,7 +19,7 @@
</FormItem> </FormItem>
<FormItem class="enter-x" name="captchaCode" v-if="loginType =='pw' && loginUseType == 'captcha'"> <FormItem class="enter-x" name="captchaCode" v-if="loginType =='pw' && loginUseType == 'captcha'">
<label class="form-title"> {{ t('图形验证码') }}</label> <label class="form-title"> {{ t('图形验证码') }}</label>
<Input v-model:value="formData.captchaCode" :placeholder="t('图形验证码')" class="fix-auto-fill" size="large" style="height: 58px;" visibilityToggle> <Input v-model:value="formData.captchaCode" :placeholder="t('图形验证码')" class="fix-auto-fill pic-code" size="large" style="height: 58px; flex: 1; min-width: auto;" visibilityToggle>
<template #prefix> <template #prefix>
<PictureOutlined :style="{fontSize: '25px', color: '#717c91'}"/> <PictureOutlined :style="{fontSize: '25px', color: '#717c91'}"/>
</template> </template>
@ -472,10 +472,17 @@
cursor: pointer; cursor: pointer;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
height: 48px; height: 40px;
} }
// :deep(.phone-outlined-class) { // :deep(.phone-outlined-class) {
// height: 25.99px; // height: 25.99px;
// width: 25.99px; // width: 25.99px;
// } // }
</style> </style>
<style lang="less">
.pic-code {
input {
min-width: 0!important;
}
}
</style>