mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 05:04:05 +08:00
线上课tabs样式优化
This commit is contained in:
parent
a71be154d8
commit
947e48fe0d
@ -335,12 +335,7 @@ const CoursePage = () => {
|
||||
<>
|
||||
<div className="tree-main-body">
|
||||
<div className="left-box">
|
||||
<Tabs
|
||||
defaultActiveKey="1"
|
||||
centered
|
||||
items={items}
|
||||
onChange={onChange}
|
||||
/>
|
||||
<Tabs defaultActiveKey="1" items={items} onChange={onChange} />
|
||||
</div>
|
||||
<div className="right-box">
|
||||
<div className="playedu-main-title float-left mb-24">
|
||||
|
Loading…
x
Reference in New Issue
Block a user