Commit eba1e801 authored by 陶晶晶's avatar 陶晶晶

fix:五粮液登录背景优化

parent 99f0e40f
Pipeline #96258 passed with stages
......@@ -198,7 +198,7 @@ const Login = forwardRef((props, _ref) => {
<div
className={classnames(styles.dawuLogin, 'dawuLogin')}
onClick={onShow}
style={{ background: `url(${bg})` }}
style={{ background: `url(${bg}) no-repeat center center`, backgroundSize: '100%' }}
>
{show ? (
<div className={classnames(styles['wrapper'])}>
......
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