Merge branch 'hotfix/优化首页内容' into develop

Former-commit-id: ee31540fefd625e3f0a59f1c353fbd7896cd2ce6 [formerly ee31540fefd625e3f0a59f1c353fbd7896cd2ce6 [formerly ee31540fefd625e3f0a59f1c353fbd7896cd2ce6 [formerly ee31540fefd625e3f0a59f1c353fbd7896cd2ce6 [formerly c2313d879ffe931c4e323a82544d4b54bb0dd1ea [formerly 760143941a3ed24dcf8570cd0d3784849690718e]]]]]
Former-commit-id: e87bd78fe0cd54c27a76a44a8e44b48fb1373e89
Former-commit-id: edefa63434fb7705b9dcfcef8a36da3f2a8d3873
Former-commit-id: f55192032f5d871dba785dfaa5028aca58b98cca [formerly 9bba8146cd9bf9d84a5e09939792cbe7ec6f0ba2]
Former-commit-id: 0eb82a9e7c83981e707a558681b8aa70f67a91d1
Former-commit-id: 3ac695d81c010c39973350048a46bede989cfe91
Former-commit-id: 86aa5b07dcf09521046b543f918feeb00e427653
Former-commit-id: 124fa42c2ce590e5da2fa7fc8a60410a4eb1af63
Former-commit-id: da45109b80d37c524a6188f10ce01e3fe9c4331d
This commit is contained in:
liyang
2018-10-30 16:40:22 +08:00

View File

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