courseware
杨树林 5 years ago
parent a853f3d57b
commit cb51a00155

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

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

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

Loading…
Cancel
Save