Skip to content

Commit bc28825

Browse files
committed
新增 footer信息
1 parent 03e9d4e commit bc28825

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/App.vue

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,14 @@
8383
</div>
8484

8585
</lay-body>
86-
<lay-footer>
87-
this is footer
86+
<lay-footer style="text-align: center">
87+
<span>© 2018</span>
88+
<a class="deom-pl10" href="http://jskou.com" target="_blank">jskou.com</a>
89+
<span class="deom-pl10">MIT license</span>
90+
<a class="deom-pl10" href="https://github.com/kouchao/vue-layui" target="_blank">GitHub</a>
91+
<a class="deom-pl10" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37078202000111" target="_blank">鲁公网安备 37078202000111号</a>
92+
<span class="deom-pl10">|</span>
93+
<a class="deom-pl10" href="http://www.miibeian.gov.cn/" target="_blank">鲁ICP备17028069号-2</a>
8894
</lay-footer>
8995

9096
</lay-admin>
@@ -98,4 +104,8 @@
98104
.layui-layout-admin .site-demo-body {
99105
top: 30px;
100106
}
107+
108+
.deom-pl10 {
109+
margin-left: 10px;
110+
}
101111
</style>

0 commit comments

Comments
 (0)