提交 507a10e2 作者: 翁进城

Merge remote-tracking branch 'origin/caoyun'

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