import React from 'react' import Affix from './affix' export const ComAffix = () => (
我会被钉住在底部 和 顶部
) export default { title: '布局/Affix', }