[Homepanel]PopularShow 스팟부분 정상이지않던부분 처리건.

This commit is contained in:
junghoon86.park
2024-02-06 09:52:42 +09:00
parent ac6edaf3d4
commit 167ddd193a
2 changed files with 12 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ import css from "./PopularShowItem.module.less";
const SpottableComponent = Spottable("li");
export default function PopularShowItem({ topInfosData, itemNum, ...rest }) {
console.log("###ttttt", itemNum);
return (
<SpottableComponent
className={classNames(
@@ -17,6 +16,7 @@ export default function PopularShowItem({ topInfosData, itemNum, ...rest }) {
? css.listItemVertical
: css.listItem
)}
{...rest}
>
<img src={itemNum.thumbnailUrl960} className={css.itemImg} />
<div

View File

@@ -47,6 +47,17 @@
border-radius: 12px;
border: solid 1px @COLOR_GRAY02;
box-sizing: border-box;
margin-right: 18px;
border: 4px solid transparent;
box-sizing: border-box;
&:focus,
&:hover,
&:focus-within,
&:active {
border: 4px solid @PRIMARY_COLOR_RED;
box-sizing: border-box;
.focusDropShadow();
}
> img {
width: 228px;
height: 402px;