Browse Source

大屏视频播放重构

dev
巴林闲侠 2 years ago
parent
commit
5c9fdfe123
  1. 6
      web/client/src/sections/quanju/containers/footer/leadership/right/right-center.js

6
web/client/src/sections/quanju/containers/footer/leadership/right/right-center.js

@ -2,8 +2,10 @@ import React from 'react'
const Rightcenter = () => { const Rightcenter = () => {
return ( return (
<><div style={{ width: /* width || */ "100%", height: /* height || */ "30%" }}> <>
</div></> <div style={{ width: /* width || */ "100%", height: /* height || */ "30%" }}>
</div>
</>
) )
} }
export default Rightcenter export default Rightcenter
Loading…
Cancel
Save