Browse Source

图片展示

dev
wenlele 1 year ago
parent
commit
0fa59de0f4
  1. 4
      web/client/src/sections/quanju/containers/footer/guanli/index.js
  2. 4
      web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js

4
web/client/src/sections/quanju/containers/footer/guanli/index.js

@ -88,8 +88,8 @@ const Guanli = (props) => {
width={`200px`} width={`200px`}
/>)} />)}
</Carousel> </Carousel>
: <img src="/" style={{ : <div style={{
width: 200, height: 200, margin: "20px 0px 0px 20px", display: 'inline-block', borderRight: "1px solid #FFF", width: 200, height: 200, margin: "20px 0px 0px 20px",
}} /> }} />
} }

4
web/client/src/sections/quanju/containers/footer/leadership/right/right-bottom.js

@ -74,8 +74,8 @@ const Rightbottom = (props) => {
width={`200px`} width={`200px`}
/>)} />)}
</Carousel> </Carousel>
: <img src="/" style={{ : <div style={{
width: 200, height: 200, margin: "20px 0px 0px 20px", display: 'inline-block', borderRight: "1px solid #FFF", width: 200, height: 200, margin: "20px 0px 0px 20px",
}} /> }} />
} }

Loading…
Cancel
Save