Commit 81eb1a9c by wufan

feat:优化新建线上课视频列表

parent 202c0875
......@@ -52,7 +52,7 @@
}
}
&.introduce {
height: 200px;
height: 240px;
.w-e-text-container {
height: ~'calc(100% - 69px)' !important;
}
......
......@@ -765,7 +765,7 @@ class AddVideoCourse extends React.Component {
{
_.map(courseChapterList,(item,index) => {
return <div className='course-ware' key={index}>
<div>{`0${index + 1 } `}</div>
<div className="course-ware__index">{`0${index + 1 } `}</div>
<img className='course-ware__img' src={courseWareIcon} alt='' />
<div className='course-ware__name'>{item.mediaName && item.mediaName.length > 24 ? <Tooltip title={item.mediaName}>{item.mediaName}</Tooltip>:item.mediaName}</div>
<div className="course-chapter__opt" id={item.id}>
......
......@@ -56,7 +56,9 @@
display: flex;
align-items: center;
margin-bottom: 4px;
&__index {
width: 18px;
}
&__img {
width: 24px;
margin-right: 4px;
......
......@@ -156,7 +156,7 @@ class AddVideoIntro extends React.Component {
</div>
</div>
<div className="introduce">
<span className="label">线上课简介:</span>
<span className="label">课程简介:</span>
<div className="content">
<div className="intro-list">
<div className="intro-list__item introduce-editor">
......
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