mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
feat(grid): add props for layout
docs(playground): fix container is not fill of parent element
This commit is contained in:
@@ -58,6 +58,10 @@ const Playground: React.FC<PlaygroundProps> = React.memo(
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wrapper > :global(div) {
|
||||
width: 100%;
|
||||
}
|
||||
`}</style>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user