Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 反应:卡的问题_Css_Reactjs - Fatal编程技术网

Css 反应:卡的问题

Css 反应:卡的问题,css,reactjs,Css,Reactjs,我是一个新的反应,我一直有一些问题与css的一些卡,我在我的网站上显示。我试过很多方法,但都没有成功 我有父组件: import React,{EventHandler}来自“React”; 从“/ModelOptions列表”导入ModelOptionList; 从“/Step1”导入步骤1; 从“react router dom”导入{Link}; 导出默认类ModelType扩展React.Component{ 构造器(道具:任何){ 超级(道具); 此.state={ modelNam

我是一个新的反应,我一直有一些问题与css的一些卡,我在我的网站上显示。我试过很多方法,但都没有成功

我有父组件:

import React,{EventHandler}来自“React”;
从“/ModelOptions列表”导入ModelOptionList;
从“/Step1”导入步骤1;
从“react router dom”导入{Link};
导出默认类ModelType扩展React.Component{
构造器(道具:任何){
超级(道具);
此.state={
modelName:null,
isCustom:错,
isDisabled:是的,
filesubidos:[],
行数:0,
iList:0,
modelID:0
};
this.readProps=this.readProps.bind(this);
this.changeState=this.changeState.bind(this);
this.click=this.click.bind(this);
}
readProps(型号名称:字符串){
这是我的国家({
modelName:modelName,
isCustom:错,
isDisabled:错误
});
log(this.state.modelName);
}
变更状态(){
这是我的国家({
isCustom:!this.state.isCustom,
型号名称:“
});
这个。单击();
}
单击(){
if(this.state.isCustom==false){
this.setState({isDisabled:false});
}
否则{
this.setState({isDisabled:true});
}
}
render(){
设g:string;
返回(
要创建的模型的类型

请选择要创建的模型类型

完成 云 自定义模型 清楚的 取消 键盘箭头右键 下一个 ); } }