[홈패널] 홈 레이아웃 순서 변경 / TBODY 헤이트 변경
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
import TBody from '../../components/TBody/TBody';
|
||||
import TopButton from '../../components/TopButton/TopButton';
|
||||
import TPanel from '../../components/TPanel/TPanel';
|
||||
import useDebugKey from '../../hooks/useDebugKey';
|
||||
import BestSeller from '../HomePanel/BestSeller/BestSeller';
|
||||
import HomeBannerTemplate1 from '../HomePanel/HomeBanner/HomeBannerTemplate1';
|
||||
import HomeBannerTemplate2 from '../HomePanel/HomeBanner/HomeBannerTemplate2';
|
||||
@@ -19,11 +20,10 @@ import HomeOnSale from '../HomePanel/HomeOnSale/HomeOnSale';
|
||||
import css from '../HomePanel/HomePanel.module.less';
|
||||
import PopularShow from '../HomePanel/PopularShow/PopularShow';
|
||||
import SubCategory from '../HomePanel/SubCategory/SubCategory';
|
||||
import useDebugKey from '../../hooks/useDebugKey';
|
||||
|
||||
export default function HomePanel() {
|
||||
const dispatch = useDispatch();
|
||||
useDebugKey({isLandingPage: true});
|
||||
useDebugKey({ isLandingPage: true });
|
||||
const homeLayoutInfo = useSelector((state) => state.home.layoutData);
|
||||
const homeTopDisplayInfos = useSelector(
|
||||
(state) => state.home.mainContentsData.homeTopDisplayInfos
|
||||
@@ -55,8 +55,8 @@ export default function HomePanel() {
|
||||
) : null)}
|
||||
<SubCategory />
|
||||
<HomeOnSale />
|
||||
<BestSeller />
|
||||
<PopularShow />
|
||||
<BestSeller />
|
||||
<TopButton targetId={"top"} />
|
||||
</TBody>
|
||||
</TPanel>
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
}
|
||||
|
||||
.tBody {
|
||||
height: calc(100% - 15px);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user