Commit e4938388 by liang ce

input选人bug禁用

parent d6e4aecf
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
<a-menu-item key="5">权限管理</a-menu-item> --> <a-menu-item key="5">权限管理</a-menu-item> -->
</a-menu> </a-menu>
</a-layout-header> </a-layout-header>
<a-layout-content style="padding: 0 50px"> <a-layout-content style="padding: 16px 50px 0px 50px">
<a-breadcrumb style="margin: 16px 0"> <!-- <a-breadcrumb style="margin: 16px 0">
<a-breadcrumb-item>首页</a-breadcrumb-item> <a-breadcrumb-item>首页</a-breadcrumb-item>
<a-breadcrumb-item v-for="item in title" :key="item">{{item}}</a-breadcrumb-item> <a-breadcrumb-item v-for="item in title" :key="item">{{item}}</a-breadcrumb-item>
</a-breadcrumb> </a-breadcrumb> -->
<router-view/> <router-view/>
</a-layout-content> </a-layout-content>
<a-layout-footer style="text-align: center"> <a-layout-footer style="text-align: center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment