Browse Source

文件

release_0.0.1
wangyue 3 years ago
parent
commit
a74afb8f1d
  1. 2
      web/client/src/sections/quanju/containers/footer/leadership/left.js
  2. 2
      web/client/src/sections/quanju/containers/footer/leadership/right.js

2
web/client/src/sections/quanju/containers/footer/leadership/left.js

@ -6,7 +6,7 @@ import Leftbottom from './left/left-bottom'
const Left = () => {
return (
<>
<div style={{ width: "23%", height: "100%", float: "left" }}>
<div style={{ width: "23%", height: "100%", float: "left", marginLeft: "1%" }}>
<Lefttop />
<Leftcenter />
<Leftbottom />

2
web/client/src/sections/quanju/containers/footer/leadership/right.js

@ -6,7 +6,7 @@ import Rightbottom from './right/right-bottom'
const Right = () => {
return (
<>
<div style={{ width: "25%", height: "100%", float: "right" }}>
<div style={{ width: "25%", height: "100%", float: "right", marginRight: "1%" }}>
<Righttop />
<Rightbottom />
</div>

Loading…
Cancel
Save