no message

Former-commit-id: fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly fe9b0de1bcad4f0f611d0d086114c9e7f9be43b0 [formerly 25e0a91852f2614640ba4a4a1b58adb5016188a5 [formerly c27611c842b4b7d1f3246944ff05205c356d5b8a]]]]]
Former-commit-id: a24228d0383b2c2f5a4018b8ecb75fe084351635
Former-commit-id: 5566538a7ff03b71e77fcc02cd4665b9dfedfdb7
Former-commit-id: 92c2dda6d3e96b67680d4e3755ce0bba0e4a2720 [formerly 51fcd12161f3452b834b944857a6860f9ccc8401]
Former-commit-id: 5a6e6abe49d70a2ce771cb939ff0fb7a26d3a30b
Former-commit-id: 2720b59b6d614a15c5df8936009a9975fd055d44
Former-commit-id: f348c982c963e4c081b1032bcaafb29f7bc139dd
Former-commit-id: 9a248d51e72d39a8e1ebd00fe4f4217aff668c7d
Former-commit-id: 31ac3a1e002c6d3de533678beeef0c6115d41665
This commit is contained in:
liyang
2018-10-30 16:40:12 +08:00
parent 85f449d3b6
commit 04fb4060e2

View File

@@ -1,9 +1,7 @@
<template>
<d2-container class="page">
<d2-page-cover
title="I AM D2ADMIN"
sub-title="追求简约美感的后台管理系统集成方案">
<d2-icon-svg style="width: 120px;" name="d2-admin"/>
<d2-page-cover title="D2 Admin" sub-title="追求简约美感的后台管理系统集成方案">
<d2-icon-svg class="page__logo" name="d2-admin"/>
<template slot="footer">
<div class="page__btn-group">
<span @click="$open('https://github.com/d2-projects')">开源组织</span> |
@@ -11,19 +9,12 @@
<span @click="$open('https://github.com/d2-projects/d2-admin-start-kit')">简化版</span> |
<span @click="$open('https://alibaba.github.io/ice/scaffold?type=vue')">飞冰</span> |
<span @click="$open('https://juejin.im/user/57a48b632e958a006691b946/posts')">掘金</span> |
<span @click="$open('https://awesome.fairyever.com/daily/')">程序员日报</span> |
<el-popover
:width="172"
trigger="hover">
<span @click="$open('https://awesome.fairyever.com/daily/')">开发者日报</span> |
<el-popover :width="172" trigger="hover">
<p class="d2-mt-0 d2-mb-10">D2Projects</p>
<img src="./image/qr@2x.png" style="width: 172px;">
<span slot="reference">微信公众号</span>
<p
style="
font-size: 12px;
margin-top: 0px;
margin-bottom: 0px;
">
<p style="font-size: 12px; margin-top: 0px; margin-bottom: 0px;">
官方公众号主要推送前端技术类文章框架资源学习教程以及 D2 系列项目更新信息
</p>
</el-popover>
@@ -49,6 +40,9 @@ export default {
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
.page {
.page__logo {
width: 120px;
}
.page__btn-group {
color: $color-text-placehoder;
font-size: 12px;