|
|
|
@ -31,10 +31,10 @@ class Studentstatistics extends Component {
|
|
|
|
|
dataIndex: 'title',
|
|
|
|
|
key: 'title',
|
|
|
|
|
align: "center",
|
|
|
|
|
className: 'font-14 width200s',
|
|
|
|
|
width: 200,
|
|
|
|
|
className: 'font-14 maxnamewidth150s',
|
|
|
|
|
width: '150px',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div className className="maxnamewidth200ss textalignlefts" style={{ wordWrap: 'break-word', wordBreak: 'break-word' }}>
|
|
|
|
|
<div style={{width: '150px'}} className="maxnamewidth150s textalignlefts">
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
@ -49,7 +49,7 @@ class Studentstatistics extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth200ss textalignlefts" style={{
|
|
|
|
|
<a className="maxnamewidth150s textalignlefts" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.title}>{record.title}</a>
|
|
|
|
|
|
|
|
|
@ -94,11 +94,11 @@ class Studentstatistics extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth100s textalignrights" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.total_duration}>{record.total_duration}</a>
|
|
|
|
|
<a className="maxnamewidth100s textalignrights" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.total_duration}>{record.total_duration}</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -110,7 +110,7 @@ class Studentstatistics extends Component {
|
|
|
|
|
width: '100px',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span style={{width: '100px'}} className="maxnamewidth100s">
|
|
|
|
|
<script>
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|