feat: improve organization select UI (#2798)

This commit is contained in:
DacongDA
2024-03-12 19:39:53 +08:00
committed by GitHub
parent 53ef179e9b
commit 7e2f265420

View File

@ -1117,7 +1117,7 @@ class LoginPage extends React.Component {
};
return (
<div style={{height: 300, width: 300}}>
<div style={{height: 300}}>
{renderChoiceBox()}
</div>
);
@ -1188,11 +1188,9 @@ class LoginPage extends React.Component {
</div>
<div className="login-form">
<div>
<div>
{
this.renderLoginPanel(application)
}
</div>
{
this.renderLoginPanel(application)
}
</div>
</div>
</div>