线上课tabs样式优化

This commit is contained in:
禺狨 2023-04-20 10:03:39 +08:00
parent 361da70ed5
commit c7788f4d2b
2 changed files with 1 additions and 6 deletions

View File

@ -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;
}

View File

@ -338,6 +338,7 @@ const CoursePage = () => {
<Tabs
defaultActiveKey="1"
centered
tabBarGutter={55}
items={items}
onChange={onChange}
/>