From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/activate/activateForm.tsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/activate/activateForm.tsx b/app/activate/activateForm.tsx index 782b24b..9a32a76 100644 --- a/app/activate/activateForm.tsx +++ b/app/activate/activateForm.tsx @@ -41,7 +41,7 @@ return ( <div className={ cn( - 'flex w-full grow flex-col items-center justify-center', + 'flex flex-col items-center w-full grow justify-center', 'px-6', 'md:px-[108px]', ) @@ -49,11 +49,11 @@ {!checkRes && <Loading />} {checkRes && !checkRes.is_valid && ( <div className="flex flex-col md:w-[400px]"> - <div className="mx-auto w-full"> - <div className="mb-3 flex h-20 w-20 items-center justify-center rounded-[20px] border border-divider-regular bg-components-option-card-option-bg p-5 text-[40px] font-bold shadow-lg">馃し鈥嶁檪锔�</div> - <h2 className="text-[32px] font-bold text-text-primary">{t('login.invalid')}</h2> + <div className="w-full mx-auto"> + <div className="mb-3 flex justify-center items-center w-20 h-20 p-5 rounded-[20px] border border-gray-100 shadow-lg text-[40px] font-bold">馃し鈥嶁檪锔�</div> + <h2 className="text-[32px] font-bold text-gray-900">{t('login.invalid')}</h2> </div> - <div className="mx-auto mt-6 w-full"> + <div className="w-full mx-auto mt-6"> <Button variant='primary' className='w-full !text-sm'> <a href="https://dify.ai">{t('login.explore')}</a> </Button> -- Gitblit v1.8.0