the picture is displayed 100% when using the upload component. try import @ pages creation articlEdit components upFile.less ; in the component js file, but it doesn t work. The import less file is also used in the global layout.js file, but t...
when you jump to a page, how can the value from one page component be passed to the component of another page? (as shown in this picture, I want to jump from the Test permissions Page to the user user page, how can I pass the values from the Test p...
guys, can t this close shut down modal.alert from the outside? const modalAlert = Modal.alert( , <Text style={styles.modalText}>{this.props.t( mycart:nowgo )}< Text>, [ {text: this.props.t( muaccount:cancel ), style: {color:...
how to deploy this Git project on Ali CVM? can be accessed using a domain name. ...
1. When I was on the first page, CheckBox selected one, then cut to the second page and did nothing. When I switched back to the first page, I found that the first CheckBox was still selected as shown in figure: . then switch back to the state of th...
ant-design-pro , the toggleEditable function triggered by clicking in the advanced form TableForm.js , how to add editable: true to newData. Please explain const newData = data.map (item = > ({.item})); ) toggleEditable = (e, key) => { ...
<iframe src="http: ?var-cluster=xxx&var-change=xxx&var-product=xxx&var-contract={this.state.name}&theme=light" width="100%" height="350" frameBorder="0">< iframe> I now put the data in...
when I have no data, this display is no data,. I want to replace it with my own text, such as "No data ". What should I do? when I have no data, I customize a data, the content is "No data ", and then merge cells and so on. Please consult ....
recently, I was learning to use create-react-app scaffolding in antd,. According to the configuration of less, on the Internet, but after start, ant reported an error. webpack.configi.dev configuration Code { test: .(css|less)$ , ...
currently guid generation is a string generated by time or randomly. now wants to generate a hash value based on the code content as the guid code content remains the same, the guid does not change. Otherwise, each build will generate a new guid . < h...