Commit cb83b91a authored by 王万里's avatar 王万里

feat: 界首登录页定制

parent f71def64
Pipeline #81791 passed with stages
......@@ -186,14 +186,14 @@ const Login = forwardRef((props, _ref) => {
<div
className={classnames(styles.jieshouLogin, 'jieshouLogin')}
onClick={onShow}
style={{ background: `url(${bg}) no-repeat center center`, backgroundSize: '100%' }}
style={{ background: `url(${bg}) no-repeat`, backgroundPosition: 'center' }}
>
{show ? (
<div className={classnames(styles['wrapper'])}>
<QueueAnim type="scale" duration={1000}>
<div key={'innerwrapper'} className={classnames(styles['inner-wrapper'])}>
<div className={styles['inner-center']}>
<div className={styles['welcome-title']}>饮水健康 从源头抓起</div>
<div className={styles['welcome-title']}>科学管理 制优质水 供优质水</div>
<div className={classnames(styles['inner-bg'], styles['login-part'])} ref={loginFormRef}>
{renderPlatform()}
</div>
......
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