mirror of
https://github.com/PlayEdu/backend
synced 2025-06-07 23:54:08 +08:00
线上课tabs样式优化
This commit is contained in:
parent
361da70ed5
commit
c7788f4d2b
@ -633,9 +633,3 @@ textarea.ant-input {
|
||||
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
|
||||
defaultActiveKey="1"
|
||||
centered
|
||||
tabBarGutter={55}
|
||||
items={items}
|
||||
onChange={onChange}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user