File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { DefaultProps } from '../../';
33import styles from './index.module.less' ;
44import FooterTitle from '../../component/Footer'
55import { Layout , Row , Col } from 'uiw' ;
6- const { Footer, Content } = Layout ;
6+ const { Footer, Content, Header } = Layout ;
77
88export default function Team ( props : DefaultProps ) {
99 const developInfo = [
@@ -25,6 +25,11 @@ export default function Team(props: DefaultProps) {
2525 ]
2626 return (
2727 < Layout >
28+ < Header style = { { background : "#fff" } } >
29+ < div >
30+ < span style = { { color : "#697b8c" , fontSize : 16 , fontWeight : 500 } } > UIW Mobile RN 一个基于 React Native 的 UI 组件库</ span >
31+ </ div >
32+ </ Header >
2833 < Content >
2934 < Row justify = "flex-start" >
3035 < Col className = { styles . warpper } >
You can’t perform that action at this time.
0 commit comments