naive-ui/demo/documentation/components/layout/zhCN/border.md
2020-02-03 20:13:14 +08:00

354 B

使用边框

<n-layout>
  <n-layout-sider bordered>
    酷的边栏
  </n-layout-sider>
  <n-layout>
    <n-layout-header bordered>
      酷的页头
    </n-layout-header>
    <n-layout-content>
      酷的内容
    </n-layout-content>
    <n-layout-footer bordered>
      酷的页脚
    </n-layout-footer>
  </n-layout>
</n-layout>