首页课程tab动画优化

This commit is contained in:
禺狨
2023-03-28 10:07:28 +08:00
parent 4bb82c6a8a
commit 4b8cac6ed9
2 changed files with 22 additions and 2 deletions

View File

@@ -213,6 +213,7 @@ const IndexPage = () => {
<div className={styles["tit"]}>{item.label}</div>
{item.key === tabKey && (
<Image
className={styles["banner"]}
width={40}
height={8}
preview={false}
@@ -222,7 +223,6 @@ const IndexPage = () => {
)}
</div>
))}
{/* <Tabs defaultActiveKey="0" items={items} onChange={onChange} /> */}
</div>
{loading && (
<Row