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