Commit f1f62a01 by zhangleyuan

feat:调整视频课的样式

parent 8a728c55
......@@ -68,7 +68,7 @@ class VideoCourseList extends React.Component {
title: '视频课',
key: 'scheduleName',
dataIndex: 'scheduleName',
width: '20%',
width:'15%',
render: (val, record) => {
const { coverUrl, scheduleVideoUrl } = record;
return (
......@@ -90,6 +90,7 @@ class VideoCourseList extends React.Component {
title: '课程分类',
key: 'categoryName',
dataIndex: 'categoryName',
width: '10%',
render: (val, record) => {
return (
<div className="record__item">
......@@ -102,6 +103,7 @@ class VideoCourseList extends React.Component {
title: '创建人',
key: 'createName',
dataIndex: 'createName',
width: '8%',
render: (val) => {
return (
<div>
......@@ -123,7 +125,7 @@ class VideoCourseList extends React.Component {
<span>店铺展示</span>
<Tooltip title={<div>开启后,用户可在店铺内查看到此课程。若课程“未成功开课”,则系统会自动“关闭”店铺展示。<br/>关闭后,店铺内不再展示此课程,但用户仍可通过分享的海报/链接查看此课程。</div>}><i className="icon iconfont" style={{ marginLeft: '5px',cursor:'pointer',color:'#bfbfbf'}}>&#xe61d;</i></Tooltip>
</span>,
width: "7%",
width: '12%',
dataIndex: "courseware",
render: (val, item, index) => {
return (
......@@ -144,6 +146,7 @@ class VideoCourseList extends React.Component {
},
{
title: '创建时间',
width: "10%",
key: 'created',
dataIndex: 'created',
sorter: true,
......@@ -153,6 +156,7 @@ class VideoCourseList extends React.Component {
},
{
title: '更新时间',
width: "10%",
key: 'updated',
dataIndex: 'updated',
sorter: true,
......@@ -164,6 +168,7 @@ class VideoCourseList extends React.Component {
title: '操作',
key: 'operate',
dataIndex: 'operate',
width: "20%",
render: (val, record) => {
return (
<div className="operate">
......
......@@ -2,7 +2,7 @@
margin-top: 12px;
.operate-text {
color: #FF8534;
color: #5289FA;
cursor: pointer;
}
......@@ -10,7 +10,7 @@
display: flex;
&__item {
color: #FF8534;
color: #5289FA;
cursor: pointer;
&.split {
......@@ -19,7 +19,6 @@
}
}
}
.record__item {
display: flex;
......
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