Fixes: Fixed some bugs #10703 (#11200)

### What problem does this PR solve?

Fixes: Fixed some bugs #10703

- Removed login page animation
- Modified some styles in the user profile center

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-11-12 12:53:41 +08:00
committed by GitHub
parent 1e8efa2631
commit 829e5f287b
8 changed files with 34 additions and 23 deletions

View File

@ -161,7 +161,7 @@ const SystemSetting = ({ onOk, loading }: IProps) => {
value={value}
options={options}
onChange={(value) => handleFieldChange(id, value)}
placeholder={tcommon('selectPlaceholder')}
placeholder={t('selectModelPlaceholder')}
/>
</div>
);