mirror of
https://github.com/PlayEdu/backend
synced 2025-07-20 03:41:07 +08:00
线上课tab栏样式优化
This commit is contained in:
parent
0de3ceee6d
commit
45321a5918
@ -466,6 +466,14 @@ textarea.ant-input {
|
||||
|
||||
.ant-tabs {
|
||||
.ant-tabs-tab {
|
||||
padding: 12px 24px !important;
|
||||
font-size: 16px !important;
|
||||
font-weight: 500;
|
||||
padding: 10px 24px !important;
|
||||
.ant-tabs-tab-btn {
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
.ant-tabs-ink-bar {
|
||||
height: 3px !important;
|
||||
}
|
||||
}
|
||||
|
@ -221,7 +221,12 @@ export const CoursePage = () => {
|
||||
<>
|
||||
<div className="tree-main-body">
|
||||
<div className="left-box">
|
||||
<Tabs defaultActiveKey="1" centered items={items} onChange={onChange} />
|
||||
<Tabs
|
||||
defaultActiveKey="1"
|
||||
centered
|
||||
items={items}
|
||||
onChange={onChange}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="right-box">
|
||||
|
Loading…
x
Reference in New Issue
Block a user