parent
5dd8fcb0e2
commit
421b02c79d
@ -0,0 +1,65 @@
|
||||
import React,{Component} from 'react';
|
||||
import { Modal,Checkbox,Select,Input,Tooltip,Spin,Icon,Drawer} from "antd";
|
||||
import axios from'axios';
|
||||
|
||||
|
||||
class NewShixunModel extends Component{
|
||||
constructor(props){
|
||||
super(props)
|
||||
this.state={
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
// let {Searchvalue,type,hometypepvisible,shixunmodallist,newshixunmodallist,}=this.state;
|
||||
// let {visible,patheditarry}=this.props;
|
||||
|
||||
return(
|
||||
<div>
|
||||
|
||||
<Drawer
|
||||
title="Basic Drawer"
|
||||
placement="top"
|
||||
closable={false}
|
||||
onClose={this.onClose}
|
||||
destroyOnClose={true}
|
||||
visible={true}
|
||||
height={'100%'}
|
||||
>
|
||||
{/*this.state.visible*/}
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p> <p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
<p>Some contents...</p>
|
||||
|
||||
</Drawer>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default NewShixunModel;
|
Loading…
Reference in new issue