提交 4370dd4f 作者: ZhangLingKun

测试:测试推送部署

上级 3329c9ca
流水线 #7180 已失败 于阶段
in 1 分 59 秒
...@@ -12,6 +12,12 @@ ...@@ -12,6 +12,12 @@
/build /build
/dist /dist
# next.js
/.next/
/out/
/.dev/
/.dist/
# misc # misc
.DS_Store .DS_Store
.env.local .env.local
......
...@@ -334,7 +334,7 @@ export type ListCompanyInfoByCoopIdType = InterListFunction< ...@@ -334,7 +334,7 @@ export type ListCompanyInfoByCoopIdType = InterListFunction<
} }
>; >;
// 商品-推荐商品 // 商品-推荐商品
type mallGoodsType = { type MallGoodsType = {
/** /**
* 一级分类id * 一级分类id
*/ */
...@@ -532,7 +532,7 @@ export type RecommendGoodsType = InterFunction< ...@@ -532,7 +532,7 @@ export type RecommendGoodsType = InterFunction<
*/ */
updateTime?: null; updateTime?: null;
}; };
mallGoodsList: mallGoodsType[]; mallGoodsList: MallGoodsType[];
}[] }[]
>; >;
// 项目资讯-新闻列表 // 项目资讯-新闻列表
......
import styled from 'styled-components'; import styled from 'styled-components';
export default function Style() {
return <></>;
}
export const HomeSearchWrap = styled.div` export const HomeSearchWrap = styled.div`
position: relative; position: relative;
width: 100%; width: 100%;
......
import styled from 'styled-components'; import styled from 'styled-components';
export default function Style() {
return <></>;
}
export const HomeTabWrap = styled.div` export const HomeTabWrap = styled.div`
position: relative; position: relative;
height: 100%; height: 100%;
......
import styled from 'styled-components'; import styled from 'styled-components';
export default function Style() {
return <></>;
}
export const HomeWrap = styled.div` export const HomeWrap = styled.div`
width: 100%; width: 100%;
//height: 100vh; //height: 100vh;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论