style: detail layout

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 667751dc5f
commit 5747cae87a
23 changed files with 506 additions and 234 deletions
@@ -36,6 +36,7 @@ const useStyles = createStyles(({ token, css }) => {
interface LocalUserFormProps {
handleLogin: (values: any) => void;
form: FormInstance;
loading?: boolean;
loginOption: {
saml: boolean;
oidc: boolean;
@@ -144,6 +145,7 @@ const LocalUserForm: React.FC<LocalUserFormProps> = (props) => {
htmlType="submit"
type="primary"
block
loading={props.loading}
style={{ height: '48px', fontSize: '14px' }}
>
{intl.formatMessage({ id: 'common.button.login' })}