|
|
|
@ -428,7 +428,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'255px',
|
|
|
|
|
}}>--</span>:
|
|
|
|
|
<a className="maxnamewidth255" tyle={{
|
|
|
|
|
<a className="maxnamewidth255" style={{
|
|
|
|
|
color: '#07111B',
|
|
|
|
|
textAlign: "center",
|
|
|
|
|
width:'255px',
|
|
|
|
@ -911,7 +911,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
{record.classroom==="--"?
|
|
|
|
|
<span style={{color: '#999999', textAlign: "center"}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
|
:
|
|
|
|
|
<span style={{color: '#07111B', textAlign: "center"}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
|
<a style={{color: '#07111B', textAlign: "center"}} className="maxnamewidth260" title={record.classroom}>{record.classroom}</a>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
@ -1107,7 +1107,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
{record.classroom==="--"?
|
|
|
|
|
<span style={{color: '#999999', textAlign: "center"}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
|
:
|
|
|
|
|
<span style={{color: '#07111B', textAlign: "center"}} className="maxnamewidth260">{record.classroom}</span>
|
|
|
|
|
<a style={{color: '#07111B', textAlign: "center"}} className="maxnamewidth260" title={record.classroom}>{record.classroom}</a>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|