competitions
杨树明 6 years ago
parent 41e7221e93
commit 25fd4acd15

@ -336,7 +336,7 @@ class Fileslistitem extends Component{
<p className={this.props.isAdmin===true?"color-grey panel-lightgrey mt8 fl ml30":"color-grey panel-lightgrey mt8 fl ml13"} style={{width:'100%'}}> <p className={this.props.isAdmin===true?"color-grey panel-lightgrey mt8 fl ml30":"color-grey panel-lightgrey mt8 fl ml13"} style={{width:'94%'}}>
<style> <style>
{ {
` `

@ -462,9 +462,9 @@ class Selectsetting extends Component{
</p> </p>
{this.state.newfileListtypes===true?<p className={"color-red"}>请先上传资源</p>:""} {this.state.newfileListtypes===true?<p className={"color-red"}>请先上传资源</p>:""}
<p className={this.state.fileListtype===true?"mt15":""}> <p className={this.state.fileListtype===true?"mt15 selecboxfilas":"selecboxfilas"}>
<style>{` <style>{`
.ant-checkbox-wrapper{ .selecboxfilas .ant-checkbox-wrapper{
margin-left:0px !important; margin-left:0px !important;
margin-top:10px; margin-top:10px;
} }

Loading…
Cancel
Save