LOCKING盒子版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appHeader.md 191 B

3 vuotta sitten
12345678
  1. ### 页面顶部导航栏
  2. ```jsx
  3. import React from 'react';
  4. import AppHeader from '@/components/AppHeader/AppHeader';
  5. export default () => <AppHeader style={{ position: 'relative' }} />
  6. ```