mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-18 17:53:50 +08:00
feat: improve border (#190)
Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
This commit is contained in:
@ -293,7 +293,7 @@ class LoginPage extends React.Component {
|
||||
<Button
|
||||
type="primary"
|
||||
htmlType="submit"
|
||||
style={{width: "100%"}}
|
||||
style={{width: "100%", marginBottom: '5px'}}
|
||||
disabled={!application.enablePassword}
|
||||
>
|
||||
{i18next.t("login:Sign In")}
|
||||
|
Reference in New Issue
Block a user