sider height in iview
layout component is introduced into iview for layout, and top-side layout
is selected.<template>
<div class="layout">
<layout>
<Header>
<liwei-header></liwei-header>
</Header>
<layout>
<Sider>
<liwei-sider></liwei-sider>
</Sider>
<Layout>
<Content>
Content
</Content>
</Layout>
</layout>
</layout>
</div>
</template>
results
the left column can not fill the screen. I found a link on the Internet to describe , but the whole left column is missing except after that, because he uses absolute positioning.
Please help me to see how to deal with this problem gracefully. Thank you ~