Merge remote-tracking branch 'origin/dev_aliyun' into dev_aliyun

dev_cs_new
杨树明 6 years ago
commit 3758def11a

@ -2779,13 +2779,13 @@ class Listofworksstudentone extends Component {
}
.edu-table thead th,.edu-table tbody tr:last-child td{
border-bottom: none!important;
height: 85px;
height: 58px;
}
.ant-tables .ant-table-tbody > tr > td {
height: 85px;
height: 58px;
}
.ysltableo .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableo .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
padding: 9px;
@ -2973,16 +2973,16 @@ class Listofworksstudentone extends Component {
top: 72%;}
}
.edu-table .ant-table-tbody > tr > td {
height: 85px;
height: 58px;
}
.edu-table .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableow .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableow .ant-table-tbody > tr > td{
height: 85px;
height: 58px;
}
.ysltableow .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
padding: 9px;
@ -3064,16 +3064,16 @@ class Listofworksstudentone extends Component {
{
`
.edu-table .ant-table-tbody > tr > td {
height: 85px;
height: 58px;
}
.edu-table .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableows .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableows .ant-table-tbody > tr > td{
height: 85px;
height: 58px;
}
.ysltableows .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
padding: 9px;
@ -3197,16 +3197,16 @@ class Listofworksstudentone extends Component {
top: 72%;}
}
.edu-table .ant-table-tbody > tr > td {
height: 85px;
height: 58px;
}
.edu-table .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableowss .ant-table-thead > tr > th{
height: 85px;
height: 58px;
}
.ysltableowss .ant-table-tbody > tr > td{
height: 85px;
height: 58px;
}
.ysltableowss .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
padding: 9px;

@ -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;

Loading…
Cancel
Save