courseware
杨树林 5 years ago
parent 93b40e339b
commit 943c93aa49

@ -30,7 +30,7 @@ class Studentstatistics extends Component {
title: '视频名称', title: '视频名称',
dataIndex: 'title', dataIndex: 'title',
key: 'title', key: 'title',
align: "center", align: "left",
className: 'font-14 maxnamewidth150s', className: 'font-14 maxnamewidth150s',
width: '150px', width: '150px',
render: (text, record) => ( render: (text, record) => (
@ -79,7 +79,7 @@ class Studentstatistics extends Component {
sorter: true, sorter: true,
sortDirections: sortDirections, sortDirections: sortDirections,
render: (text, record) => ( render: (text, record) => (
<div style={{width: '100px'}} className="maxnamewidth100s textalignrights"> <div style={{width: '100px'}} className="maxnamewidth100s ">
<script> <script>
{ {
` `
@ -94,7 +94,7 @@ class Studentstatistics extends Component {
` `
} }
</script> </script>
<a className="maxnamewidth100s textalignrights" style={{ <a className="maxnamewidth100s " style={{
color:"#333333" color:"#333333"
}} title={record.total_duration}>{record.total_duration}</a> }} title={record.total_duration}>{record.total_duration}</a>

@ -30,7 +30,7 @@ class Videostatisticslist extends Component {
title: '视频名称', title: '视频名称',
dataIndex: 'title', dataIndex: 'title',
key: 'title', key: 'title',
align: "center", align: "left",
className: 'font-14 width200s widh150wpos', className: 'font-14 width200s widh150wpos',
width:200, width:200,
render: (text, record) => ( render: (text, record) => (
@ -79,7 +79,7 @@ class Videostatisticslist extends Component {
sortDirections: sortDirections, sortDirections: sortDirections,
width:100, width:100,
render: (text, record) => ( render: (text, record) => (
<div className="maxnamewidth100s textalignrights"> <div className="maxnamewidth100s ">
<script> <script>
{ {
` `
@ -94,7 +94,7 @@ class Videostatisticslist extends Component {
` `
} }
</script> </script>
<a className="maxnamewidth100s textalignrights" style={{ <a className="maxnamewidth100s " style={{
color:"#333333" color:"#333333"
}} title={record.total_time}>{record.total_time}</a> }} title={record.total_time}>{record.total_time}</a>

Loading…
Cancel
Save