调整悬停小手

dev_local_2
杨树林 6 years ago
parent 10f8627f87
commit 284c03e739

@ -369,9 +369,9 @@ class Listofworksstudentone extends Component {
{
record.submitstate === "未提交" ?<span style={{ color: '#9A9A9A'}}>--</span>
:
<span style={{textAlign: "center"}}
<a style={{textAlign: "center"}}
className="color-blue"
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</span>
onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}</a>
}
</span>

Loading…
Cancel
Save