diff --git a/packages/ui/drawer/stories/container.stories.tsx b/packages/ui/drawer/stories/container.stories.tsx index 1e65305fa..e5aa2c79b 100644 --- a/packages/ui/drawer/stories/container.stories.tsx +++ b/packages/ui/drawer/stories/container.stories.tsx @@ -1,7 +1,6 @@ import React from 'react' import Drawer from '../src' import Button from '@hi-ui/button' -import Provider from '@hi-ui/provider' /** * @title 局部容器抽屉 @@ -32,21 +31,19 @@ export const Container = () => { zIndex: 0, }} > - - - setVisible(false)} - > - 我是一段文字,也可以是表单、表格、步骤条等等 - - + + setVisible(false)} + > + 我是一段文字,也可以是表单、表格、步骤条等等 + )