Commit 8ff20cb6 by wufan

style:关联课程底部样式优化

parent 2f9ca732
/* /*
* @Author: yuananting * @Author: yuananting
* @Date: 2021-08-01 17:28:30 * @Date: 2021-08-01 17:28:30
* @LastEditors: yuananting * @LastEditors: wufan
* @LastEditTime: 2021-08-16 19:53:06 * @LastEditTime: 2021-09-06 11:11:05
* @Description: 新建培训任务-关联课程抽屉 * @Description: 新建培训任务-关联课程抽屉
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
...@@ -574,7 +574,7 @@ class RelatedCourseDrawer extends Component { ...@@ -574,7 +574,7 @@ class RelatedCourseDrawer extends Component {
visible={true} visible={true}
mask mask
className='related-course-drawer'> className='related-course-drawer'>
<div> <div className="related-course-drawer-content">
<Tabs <Tabs
type='line' type='line'
defaultActiveKey='live' defaultActiveKey='live'
......
.related-course-drawer { .related-course-drawer {
.related-course-drawer-content {
padding-bottom: 20px;
}
.link-create-course { .link-create-course {
color: #666666; color: #666666;
font-size: 14px; font-size: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment