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

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

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

Loading…
Cancel
Save