Browse Source

设置页设置背景颜色

simplify_dependencies
巴林闲侠 2 years ago
parent
commit
938adddfa9
  1. 2
      console/client/src/sections/console/containers/setUp.js

2
console/client/src/sections/console/containers/setUp.js

@ -142,7 +142,7 @@ function SetUp ({ dispatch }) {
}
return (
<div style={{ height: '100vh' }}>
<div style={{ height: '100vh', background: '#000' }}>
{
!renderForm ?
<div style={{ display: 'flex', height: '100%', justifyContent: 'center', alignItems: 'center' }}>

Loading…
Cancel
Save