mirror of
https://github.com/PlayEdu/backend
synced 2025-06-09 04:16:25 +08:00
线上课tabs样式优化
This commit is contained in:
parent
361da70ed5
commit
c7788f4d2b
@ -633,9 +633,3 @@ textarea.ant-input {
|
|||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:where(.css-dev-only-do-not-override-op13lp).ant-tabs
|
|
||||||
.ant-tabs-tab
|
|
||||||
+ .ant-tabs-tab {
|
|
||||||
margin: 0 0 0 55px;
|
|
||||||
}
|
|
||||||
|
@ -338,6 +338,7 @@ const CoursePage = () => {
|
|||||||
<Tabs
|
<Tabs
|
||||||
defaultActiveKey="1"
|
defaultActiveKey="1"
|
||||||
centered
|
centered
|
||||||
|
tabBarGutter={55}
|
||||||
items={items}
|
items={items}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user