mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 05:12:48 +08:00
线上课tab宽度优化
This commit is contained in:
parent
7d253ef888
commit
0de3ceee6d
@ -463,3 +463,9 @@ textarea.ant-input {
|
||||
.tree-num {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
|
||||
.ant-tabs {
|
||||
.ant-tabs-tab {
|
||||
padding: 12px 24px !important;
|
||||
}
|
||||
}
|
||||
|
@ -221,7 +221,7 @@ export const CoursePage = () => {
|
||||
<>
|
||||
<div className="tree-main-body">
|
||||
<div className="left-box">
|
||||
<Tabs defaultActiveKey="1" 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