|
|
@ -21,9 +21,9 @@ class Videostatisticslist extends Component {
|
|
|
|
key: 'number',
|
|
|
|
key: 'number',
|
|
|
|
align: "center",
|
|
|
|
align: "center",
|
|
|
|
className: 'font-14',
|
|
|
|
className: 'font-14',
|
|
|
|
width: '90px',
|
|
|
|
width: '100px',
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<span style={{width: '90px'}}>{record.number}</span>
|
|
|
|
<span style={{width: '100px'}}>{record.number}</span>
|
|
|
|
),
|
|
|
|
),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -31,7 +31,7 @@ class Videostatisticslist extends Component {
|
|
|
|
dataIndex: 'title',
|
|
|
|
dataIndex: 'title',
|
|
|
|
key: 'title',
|
|
|
|
key: 'title',
|
|
|
|
align: "center",
|
|
|
|
align: "center",
|
|
|
|
className: 'font-14 width200s',
|
|
|
|
className: 'font-14 width200s widh150wpos',
|
|
|
|
width:200,
|
|
|
|
width:200,
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<div className="maxnamewidth200ss textalignlefts" style={{ wordWrap: 'break-word', wordBreak: 'break-word' }}>
|
|
|
|
<div className="maxnamewidth200ss textalignlefts" style={{ wordWrap: 'break-word', wordBreak: 'break-word' }}>
|
|
|
@ -74,12 +74,12 @@ class Videostatisticslist extends Component {
|
|
|
|
dataIndex: 'total_time',
|
|
|
|
dataIndex: 'total_time',
|
|
|
|
key: 'total_time',
|
|
|
|
key: 'total_time',
|
|
|
|
align: "center",
|
|
|
|
align: "center",
|
|
|
|
className: 'font-14 width150s ',
|
|
|
|
className: 'font-14 width100s ',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
width:150,
|
|
|
|
width:100,
|
|
|
|
render: (text, record) => (
|
|
|
|
render: (text, record) => (
|
|
|
|
<div className="maxnamewidth150ss textalignrights">
|
|
|
|
<div className="maxnamewidth100s textalignrights">
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
`
|
|
|
|
`
|
|
|
@ -94,7 +94,7 @@ class Videostatisticslist extends Component {
|
|
|
|
`
|
|
|
|
`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<a className="maxnamewidth150ss textalignrights" style={{
|
|
|
|
<a className="maxnamewidth100s textalignrights" style={{
|
|
|
|
color:"#333333"
|
|
|
|
color:"#333333"
|
|
|
|
}} title={record.total_time}>{record.total_time}</a>
|
|
|
|
}} title={record.total_time}>{record.total_time}</a>
|
|
|
|
|
|
|
|
|
|
|
|