Skip to content

Commit c88e2af

Browse files
committed
fix:pull main @uiw/react-native
2 parents 5e6d829 + 8967407 commit c88e2af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/src/pages/team/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DefaultProps } from '../../';
33
import styles from './index.module.less';
44
import FooterTitle from '../../component/Footer'
55
import { Layout, Row, Col } from 'uiw';
6-
const { Footer, Content } = Layout;
6+
const { Footer, Content, Header } = Layout;
77

88
export 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}>

0 commit comments

Comments
 (0)