mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-27 19:33:35 +08:00
首页课程tab动画优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user