Commit 66bdd392 by Sendya

fixed layoutHeader

parent 9a909150
...@@ -29,8 +29,10 @@ ...@@ -29,8 +29,10 @@
</a-menu-item> </a-menu-item>
<a-menu-divider/> <a-menu-divider/>
<a-menu-item key="3"> <a-menu-item key="3">
<a-icon type="logout"/> <a href="javascript:;" @click="handleLogout">
<span @click="handleLogout">退出登录</span> <a-icon type="logout"/>
<span>退出登录</span>
</a>
</a-menu-item> </a-menu-item>
</a-menu> </a-menu>
</a-dropdown> </a-dropdown>
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
}, },
data () { data () {
return { return {
desc: '高级表单常见于一次性输入和提交大批量数据的场景。', description: '高级表单常见于一次性输入和提交大批量数据的场景。',
loading: false, loading: false,
// table // table
......
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