|
|
|
@ -42,6 +42,7 @@ class ShixunCustomsPass extends Component {
|
|
|
|
|
title: '关卡',
|
|
|
|
|
dataIndex: 'customs',
|
|
|
|
|
key: 'customs',
|
|
|
|
|
className:"customsPass",
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
<style>
|
|
|
|
@ -166,6 +167,9 @@ class ShixunCustomsPass extends Component {
|
|
|
|
|
.ant-table-tbody> tr > td{
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.customsPass{
|
|
|
|
|
text-align: left !important;
|
|
|
|
|
}
|
|
|
|
|
`}
|
|
|
|
|
</style>
|
|
|
|
|
{datas===undefined?"":<Table
|
|
|
|
@ -174,9 +178,9 @@ class ShixunCustomsPass extends Component {
|
|
|
|
|
pagination={false}
|
|
|
|
|
/>}
|
|
|
|
|
|
|
|
|
|
<div className="stud-class-set bor-bottom-greyE">
|
|
|
|
|
<div className="stud-class-set bor-bottom-greyE mt20">
|
|
|
|
|
<div className="clearfix edu-back-white poll_list pad40px">
|
|
|
|
|
<div className="font-16 color-dark-21 shixunreporttitle ml20">实训详情</div>
|
|
|
|
|
<div className="font-16 color-dark-21 shixunreporttitle mb20">实训详情</div>
|
|
|
|
|
<style>
|
|
|
|
|
{`
|
|
|
|
|
.poll_list a{
|
|
|
|
@ -212,7 +216,7 @@ class ShixunCustomsPass extends Component {
|
|
|
|
|
return(
|
|
|
|
|
<div className="font-16 color-dark-21 ml20 mr20" key={k}>
|
|
|
|
|
<div className=" mt15">
|
|
|
|
|
<p className="clearfix pt5 pb5 pl15 pr15 codebox">
|
|
|
|
|
<p className="clearfix pt5 pb5 codebox">
|
|
|
|
|
<span className="fl">
|
|
|
|
|
<span className={"colorC8161D"}>{item.username}</span>
|
|
|
|
|
的代码文件
|
|
|
|
|