|
|
|
@ -246,7 +246,7 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
{this.props.boolgalist === false?
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<4?
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<5?
|
|
|
|
|
<div className="edu-table edu-back-white ">
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -254,10 +254,10 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-tbody > tr > td {
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-thead > tr > th{
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edu-table .ant-table-header {
|
|
|
|
@ -282,10 +282,10 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.edu-table .ant-table-tbody > tr > td {
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-thead > tr > th{
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-header {
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
@ -316,7 +316,7 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<4?
|
|
|
|
|
this.props.game_list === undefined?"" : this.props.game_list.length<5?
|
|
|
|
|
<div className="edu-table edu-back-white ">
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -324,10 +324,10 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-tbody > tr > td {
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-thead > tr > th{
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
`
|
|
|
|
@ -349,10 +349,10 @@ class TraineetraininginformationModal extends Component {
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.edu-table .ant-table-tbody > tr > td {
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-thead > tr > th{
|
|
|
|
|
height: 85px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
}
|
|
|
|
|
.edu-table .ant-table-header {
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|