Commit bcc37681 by zhangleyuan

style:讲课件管理的空白图换成动图

parent 9743c401
......@@ -642,3 +642,7 @@ mr0 {
{
border-right:none !important;
}
.ant-table tbody tr:nth-child(2n) td{
background: #FAFAFA !important;
}
\ No newline at end of file
......@@ -37,7 +37,7 @@
}
.add-live__intro-info {
margin-left: 0;
padding-left: 24px;
padding-left: 16px;
.label {
width: 100px;
text-align: right;
......
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-25 20:12:47
* @LastEditTime: 2021-01-25 21:51:42
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -136,7 +136,7 @@ class VideoCourseList extends React.Component {
},
{
title: "观看用户数",
width: "10%",
width: 130,
key: "watchUserCount",
dataIndex: "watchUserCount",
render: (val, item) => {
......@@ -169,7 +169,7 @@ class VideoCourseList extends React.Component {
title: '操作',
key: 'operate',
dataIndex: 'operate',
width: 256,
width: 210,
fixed: 'right',
render: (val, record) => {
return (
......
......@@ -5,7 +5,6 @@
color: #5289FA;
cursor: pointer;
}
.operate {
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