chromesetting
杨树林 6 years ago
parent 7b92c36d0c
commit 0641332a59

@ -217,7 +217,7 @@ class Listofworksstudentone extends Component {
: :
<a <a
title={record.stduynumber} title={record.stduynumber}
className="maxnamewidth145" className="maxnamewidth120"
style={{ style={{
color: '#000', color: '#000',
textAlign: "center", textAlign: "center",
@ -235,36 +235,36 @@ class Listofworksstudentone extends Component {
key: 'classroom', key: 'classroom',
dataIndex: 'classroom', dataIndex: 'classroom',
align: "center", align: "center",
className: 'font-14 maxnamewidth145', className: 'font-14 maxnamewidth120',
width: '145px', width: '120px',
render: (text, record) => ( render: (text, record) => (
<span className="font-14 maxnamewidth145" style={{width: '145px'}}> <span className="font-14 maxnamewidth120" style={{width: '120px'}}>
{record.classroom === undefined ? {record.classroom === undefined ?
<a className=" font-14 maxnamewidth145" <a className=" font-14 maxnamewidth120"
style={{ style={{
color: '#9A9A9A', color: '#9A9A9A',
textAlign: "center", textAlign: "center",
width: '145px', width: '120px',
}}>--</a> : record.classroom === "" ? }}>--</a> : record.classroom === "" ?
<a className=" font-14 maxnamewidth145" <a className=" font-14 maxnamewidth120"
style={{ style={{
color: '#9A9A9A', color: '#9A9A9A',
textAlign: "center", textAlign: "center",
width: '145px', width: '120px',
}}>--</a> : record.classroom === null ? }}>--</a> : record.classroom === null ?
<a className=" font-14 maxnamewidth145" <a className=" font-14 maxnamewidth120"
style={{ style={{
color: '#9A9A9A', color: '#9A9A9A',
textAlign: "center", textAlign: "center",
width: '145px', width: '120px',
}}>--</a> }}>--</a>
: :
<a className=" font-14 maxnamewidth145" <a className=" font-14 maxnamewidth120"
title={record.classroom} title={record.classroom}
style={{ style={{
color: '#9A9A9A', color: '#9A9A9A',
textAlign: "center", textAlign: "center",
width: '145px', width: '120px',
}}>{record.classroom}</a> }}>{record.classroom}</a>
} }
</span> </span>

Loading…
Cancel
Save