[DetailPanel] 3.0 version css error descriptionPopUp , Theader onBackButton
This commit is contained in:
@@ -13,20 +13,19 @@
|
||||
|
||||
.title {
|
||||
font-size: 42px;
|
||||
margin-left: 72px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
.size(@w: 60px, @h: 60px);
|
||||
background-size: cover;
|
||||
background-size: 60px 60px;
|
||||
background-position: center;
|
||||
background-image: url("../../../assets/images/btn/btn-60-bk-back-nor@3x.png");
|
||||
border: none;
|
||||
margin-right: -49px;
|
||||
position: fixed;
|
||||
|
||||
&:focus {
|
||||
border-radius: 7px;
|
||||
background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png");
|
||||
box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
@@ -153,6 +153,7 @@
|
||||
padding-left: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 800px;
|
||||
// 브랜드 아이콘
|
||||
> div > img {
|
||||
.size(@w: 42px , @h: 42px);
|
||||
|
||||
@@ -157,7 +157,6 @@ export default function ThemeIndicator({
|
||||
}
|
||||
}, [selectedIndex]);
|
||||
|
||||
console.log("#themeProductInfos", themeProductInfos);
|
||||
const renderItem = useCallback(
|
||||
({ index, ...rest }) => {
|
||||
const thumbnailUrl = themeProductInfos[index]?.thumbnailUrl;
|
||||
|
||||
Reference in New Issue
Block a user