Browse Source

公共模块的高度调整

release_0.0.1
dengyinhuan 3 years ago
parent
commit
2a630e54ed
  1. 2
      web/client/src/sections/quanju/containers/public/module.js

2
web/client/src/sections/quanju/containers/public/module.js

@ -12,7 +12,7 @@ const Module = (props) => {
<span style={{ position: "absolute", color: "#FFFFFF", fontSize: "24px", fontFamily: "YouSheBiaoTiHei", left: "10%" }}>{title || []}</span> <span style={{ position: "absolute", color: "#FFFFFF", fontSize: "24px", fontFamily: "YouSheBiaoTiHei", left: "10%" }}>{title || []}</span>
<img src='/assets/images/quanju/mokuaitou.png' style={{ width: "100%", height: "28px", position: "absolute", top: "12px" }} /> <img src='/assets/images/quanju/mokuaitou.png' style={{ width: "100%", height: "28px", position: "absolute", top: "12px" }} />
</div> </div>
<div style={{ width: "100%", height: "70%" }}> <div style={{ width: "100%", height: `calc(100% - 40px)` }}>
{children} {children}
</div> </div>
</div> </div>

Loading…
Cancel
Save