提交 9a22487b 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update App.vue.ftl

上级 33873467
...@@ -6,7 +6,7 @@ TARGET=PSSYSAPP ...@@ -6,7 +6,7 @@ TARGET=PSSYSAPP
<div id="app"> <div id="app">
<a-layout id="components-layout-demo-custom-trigger"> <a-layout id="components-layout-demo-custom-trigger">
<a-layout-sider :trigger="null" collapsible> <a-layout-sider :trigger="null" collapsible>
<div class="logo" /> <div class="logo"><img src="assets/images/logo.png"/></div>
<a-menu theme="dark" mode="inline" :defaultSelectedKeys="['0']" @click="handleClick"> <a-menu theme="dark" mode="inline" :defaultSelectedKeys="['0']" @click="handleClick">
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
#components-layout-demo-custom-trigger .logo { #components-layout-demo-custom-trigger .logo {
height: 32px; height: 32px;
background: rgba(255, 255, 255, 0.2); text-align: center;
margin: 16px; margin: 16px;
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册