UNPKG

@b-design/ui-layout

Version:

React component for Alibaba Cloud.

10 lines (9 loc) 346 B
import styled from 'styled-components'; import Container from '../Container'; /** * @public */ var ContainerStyle = styled(Container).withConfig({ componentId: "sc-5hhsbk-0" })(["display:flex;flex:auto;flex-direction:row;height:calc(100% - 48px);background:#F7F7F7;.b-design-layout-page-content{flex:auto;}"]); export default ContainerStyle;