naive-ui/demo/documentation/components/layout/zhCN/border.md

20 lines
344 B
Markdown
Raw Normal View History

2020-01-02 23:21:10 +08:00
# 边框
```html
<n-layout>
<n-layout-sider bordered>
Cool Sider
</n-layout-sider>
<n-layout>
<n-layout-header bordered>
Cool Header
</n-layout-header>
<n-layout-content>
Cool Content
</n-layout-content>
<n-layout-footer bordered>
Cool Footer
</n-layout-footer>
</n-layout>
</n-layout>
```