[Homepanel]PopularShow 스팟부분 정상이지않던부분 처리건.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user