dev_home
杨树林 5 years ago
parent a2aac81e3b
commit e0fbbf98ee

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

Loading…
Cancel
Save