|
|
|
@ -97,7 +97,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
{record.name === "--" ?
|
|
|
|
|
<span style={{color: '#999999', textAlign: "center",width:'100px'}}>{record.name}</span>
|
|
|
|
|
:
|
|
|
|
|
<span className="maxnamewidth110" style={{color: '#07111B', textAlign: "center",width:'100px'}}>{record.name}</span>
|
|
|
|
|
<a className="maxnamewidth110" style={{color: '#07111B', textAlign: "center",width:'100px'}} title={record.name}>{record.name}</a>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
@ -127,11 +127,11 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'175px',
|
|
|
|
|
}}>--</span> :
|
|
|
|
|
<span className="maxnamewidth175" style={{
|
|
|
|
|
<a className="maxnamewidth175" style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'175px',
|
|
|
|
|
}}>{record.stduynumber}</span>
|
|
|
|
|
}} title={record.stduynumber}>{record.stduynumber}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
@ -159,11 +159,11 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'255px',
|
|
|
|
|
}}>--</span> :
|
|
|
|
|
<span className="maxnamewidth255" style={{
|
|
|
|
|
<a className="maxnamewidth255" style={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'255px',
|
|
|
|
|
}}>{record.classroom}</span>
|
|
|
|
|
}} title={record.classroom}>{record.classroom}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
@ -386,11 +386,11 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
width:'175px',
|
|
|
|
|
}}>--</span>
|
|
|
|
|
:
|
|
|
|
|
<span className="maxnamewidth175 font-14" style={{
|
|
|
|
|
<a className="maxnamewidth175 font-14" style={{
|
|
|
|
|
color: '#9A9A9A',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'175px',
|
|
|
|
|
}}>{record.stduynumber}</span>
|
|
|
|
|
}} title={record.stduynumber}>{record.stduynumber}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
@ -418,11 +418,11 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'255px',
|
|
|
|
|
}}>--</span>:
|
|
|
|
|
<span className="maxnamewidth255" tyle={{
|
|
|
|
|
<a className="maxnamewidth255" tyle={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'255px',
|
|
|
|
|
}}>{record.classroom}</span>
|
|
|
|
|
}} title={record.classroom}>{record.classroom}</a>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|