提交 507a10e2 作者: 翁进城

Merge remote-tracking branch 'origin/caoyun'

......@@ -10,9 +10,7 @@ const { Header, Footer, Content } = Layout;
const includesPage = ["/home","/flyingHandService/detail/[id]"]
const homeStyle: React.CSSProperties = {
position:'fixed',
width:'100%',
bottom:'0'
marginTop:10
}
const headerStyle: React.CSSProperties = {
......
......@@ -108,7 +108,7 @@ export default function EquipmentLeasing(props: Props) {
)
.then((res) => {
setProductList(
res.result?.list.map((item) => {
res.result?.list?.map((item) => {
return { element: leftDom(item) };
}) || []
);
......
......@@ -6,5 +6,4 @@ export default function Style() {
export const Box = styled.div`
box-sizing: border-box;
padding-Bottom: 110px;
`
\ No newline at end of file
......@@ -195,9 +195,7 @@ export const Box = styled.div`
}
.right-item-second {
border-radius: 6px;
background-color: #fff;
background: url(${xwbg.src}) no-repeat;
background-size: contain;
.title {
display: flex;
align-items: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论