Skip to content

Commit

Permalink
Front end white screen problem
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed Feb 26, 2024
1 parent cb0b614 commit 4682224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chat2db-client/src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ const Login: React.FC = () => {
<div className={styles.loginWelcome}>{i18n('login.text.welcome')}</div>
<Tooltip
placement="right"
color={window._AppThemePack.colorBgBase}
title={
<div style={{ color: window._AppThemePack.colorText, opacity: 0.8, padding: '8px 4px' }}>
<div>
{i18n('login.text.tips')}
</div>
}
Expand Down

0 comments on commit 4682224

Please sign in to comment.