Commit 8f7965a8 authored by 单奇雲's avatar 单奇雲

修改样式

parent bf0991b4
...@@ -118,7 +118,7 @@ class SearchPane extends Component { ...@@ -118,7 +118,7 @@ class SearchPane extends Component {
}else if(value === 'search'){ }else if(value === 'search'){
}else{ }else{
} }
this.setState({ activeKey:value }); this.setState({ activeKey:value });
} }
...@@ -175,7 +175,7 @@ class SearchPane extends Component { ...@@ -175,7 +175,7 @@ class SearchPane extends Component {
return ( return (
<div> <div>
{ this.props.visible && <div className="search-pane-bg"/> } { this.props.visible && <div className="search-pane-bg"/> }
<SidePane className="search-pane" animateName="zoom-right" visible={ this.props.visible }> { this.props.visible && <SidePane className="search-pane">
<div className="search-pane-close" onClick={this.props.changeSearchPaneVisible()}> <div className="search-pane-close" onClick={this.props.changeSearchPaneVisible()}>
<Icon icon="close" /> <Icon icon="close" />
</div> </div>
...@@ -208,7 +208,7 @@ class SearchPane extends Component { ...@@ -208,7 +208,7 @@ class SearchPane extends Component {
<TabPanel activeKey="message">消息</TabPanel> <TabPanel activeKey="message">消息</TabPanel>
<TabPanel activeKey="contingency">预案</TabPanel> <TabPanel activeKey="contingency">预案</TabPanel>
</Tabs> </Tabs>
</SidePane> </SidePane>}
</div> </div>
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment