竞赛调整

dev_sync_trustie
杨树林 6 years ago
parent 08d4b56880
commit 91eb9eac55

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -1,6 +1,6 @@
import React, {Component} from 'react';
import competition from './comcss/competition.css';
import Noentry from './Noentry.jpg';
// 团队竞赛报名无报名子组件
class RegisNodata extends React.Component {
constructor(props) {
@ -13,7 +13,14 @@ class RegisNodata extends React.Component {
render() {
return (
<div className="bootom">
<div className="bootomimg">
<div className="bootomimg" style={{
height: "80px",
width: "125px",
marginTop: "107px",
background: `url(${Noentry})`,
backgroundPosition: "center",
backgroundSize: "110% 100%",
}}>
</div>
<p className="bootomtext">暂无战队参与报名哦赶紧来成为第一个挑战的吧~</p>

@ -27,9 +27,10 @@ class Registration extends React.Component {
loadingstate: false,
page: 1,
limit: 20,
type: 3,
type: 1,
tmodalsType: false,
tmodalsTypes: false,
Newtit: true,
}
}
@ -111,7 +112,7 @@ class Registration extends React.Component {
`
}
</style>
<PersonModal modalsType={tmodalsType} {...this.props} {...this.state}
<PersonModal modalsType={tmodalsType} {...this.props} {...this.state} Newtit={true}
Tmoconfirm1={(bool) => this.Tmoconfirm1(bool)}></PersonModal>
<PersonalModalteam tmodalsTypes={tmodalsTypes} {...this.props} {...this.state}
Tmoconfirm={(bool) => this.Tmoconfirm(bool)}></PersonalModalteam>

@ -280,7 +280,6 @@
}
.bootomimg {
border: 0.5px solid;
height: 80px;
width: 125px;
margin-top: 107px;

@ -299,7 +299,7 @@ class PersonModal extends Component {
closable={false}
footer={null}
destroyOnClose={true}
title="创建战队"
title={this.props.Newtit === true ? "创建战队" : "编辑战队"}
centered={true}
visible={this.props.modalsType === undefined ? false : this.props.modalsType}
width="620px"

Loading…
Cancel
Save