courseware
杨树林 5 years ago
parent a853f3d57b
commit cb51a00155

@ -46,7 +46,7 @@ debugType="admin";
// 老师
// debugType="teacher";
// 学生
// debugType="student";
debugType="student";

@ -532,3 +532,7 @@
.width150s{
width: 150px !important;
}
.widh150pxwp{
wordWrap: break-word;
wordBreak: break-word
}

@ -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{ 

Loading…
Cancel
Save