style(projects): 优化移动端字体大小

This commit is contained in:
xlsea
2025-06-20 00:02:43 +08:00
parent 742e3858ab
commit 8b4e41ce1b
4 changed files with 8 additions and 5 deletions

View File

@ -46,7 +46,9 @@ async function handleSubmit() {
<template>
<div>
<div class="mb-12px text-30px text-black font-500 dark:text-white">{{ $t('page.login.resetPwd.title') }}</div>
<div class="mb-12px text-24px text-black font-500 sm:text-30px dark:text-white">
{{ $t('page.login.resetPwd.title') }}
</div>
<div class="pb-24px text-18px text-#858585">请输入您的手机号我们将发送验证码到您的手机</div>
<NForm ref="formRef" :model="model" :rules="rules" size="large" :show-label="false" @keyup.enter="handleSubmit">
<NFormItem path="phone">