Commit d1717ac2 authored by 程恺文's avatar 程恺文

修改

parent 678a840e
Pipeline #77638 passed with stages
...@@ -187,10 +187,10 @@ const Login = forwardRef((props, _ref) => { ...@@ -187,10 +187,10 @@ const Login = forwardRef((props, _ref) => {
OA账号 OA账号
</div> </div>
<div <div
className={classnames(styles.tabItem, { [styles.tabActive]: loginType === '熊猫账号' })} className={classnames(styles.tabItem, { [styles.tabActive]: loginType === '平台账号' })}
onClick={() => tabChange('熊猫账号')} onClick={() => tabChange('平台账号')}
> >
熊猫账号 平台账号
</div> </div>
</div> </div>
<div className={classnames(styles['inner-bg'], styles['login-part'])} ref={loginFormRef}> <div className={classnames(styles['inner-bg'], styles['login-part'])} ref={loginFormRef}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment