dev_home
杨树林 5 years ago
parent a2aac81e3b
commit e0fbbf98ee

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

Loading…
Cancel
Save