ant-design-vue layout多种布局效果代码

代码语言:html

所属分类:布局界面

代码描述:ant-design-vue layout多种布局效果代码

代码标签: 布局 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
   
<meta charset="UTF-8">
   
<title>BFW NEW PAGE</title>

</head>
<body>
<div id="components-layout-demo-basic">

   
<a-layout>
     
<a-layout-header>Header</a-layout-header>
     
<a-layout-content>Content</a-layout-content>
     
<a-layout-footer>Footer</a-layout-footer>
   
</a-layout>

   
<a-layout>
     
<a-layout-header>Header</a-layout-header>
     
<a-layout>
       
<a-layout-sider>Sider</a-layout-sider>
       
<a-layout-content>Content</a-layout-content>
     
</a-layout>
     
<a-layout-footer>Footer</a-layout-footer>
   
</a-layout>

   
<a-layout>
     
<a-layout-header>Header</a-layout-header>
     
<a-layout>
       
<a-layout-content>Content</a-layout-.........完整代码请登录后点击上方下载按钮下载查看

网友评论0