Skip to content

Commit

Permalink
✨ feat: 增加 classname props
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 22, 2021
1 parent 12d38ac commit 7e222ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/user-panel/src/UserLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const UserLogin: FC<UserLoginProps> = ({
onForgotClick,
onRegisterClick,
style,
className,
}) => {
return (
<Layout
Expand All @@ -36,6 +37,7 @@ export const UserLogin: FC<UserLoginProps> = ({
onWechatLoginClick={onWechatLoginClick}
type={'login'}
style={style}
className={className}
>
<Login
onCaptchaClick={onCaptchaClick}
Expand Down

0 comments on commit 7e222ec

Please sign in to comment.