page index more info

Former-commit-id: fc272b2fadc3d0b0752f224fa4f781264de9d53a [formerly fc272b2fadc3d0b0752f224fa4f781264de9d53a [formerly fc272b2fadc3d0b0752f224fa4f781264de9d53a [formerly fc272b2fadc3d0b0752f224fa4f781264de9d53a [formerly f3c6ad17845b0b2e1dcd1a1d52068b1da4427f22 [formerly 5fa132478094709de332730b91f616be1f53be80]]]]]
Former-commit-id: 563e645044b9aa9dfca3b7e35fd5f5ea8b33541d
Former-commit-id: b0faf4cf4ac194773eea640275332fa8f68f1e77
Former-commit-id: aa29bb8e0137784ab46d95add63a8a775c1da957 [formerly 04c1b40c8d589e7fb3e17e4f4a0027d00d538d6e]
Former-commit-id: 6b4843e9509a03a2995dfb68470b5087a2a92e92
Former-commit-id: d3be54f0afa38b217d41695e4d227703dfcf38be
Former-commit-id: f411c77d9f73c52403b4a7d0be17e5400eb2aa1e
Former-commit-id: 3956afb2567bce5896030694decf89cb4787b19e
Former-commit-id: bfac400c2ad036a705c9f75c342b91185791de70
This commit is contained in:
liyang
2018-08-18 12:00:56 +08:00
parent ba8757339b
commit 012283633e
6 changed files with 36 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<template>
<d2-container class="page">
<d2-container>
<tree-view :data="packJson" :options="options"/>
</d2-container>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<d2-container class="page">
<d2-container>
<template slot="header">
<el-button type="primary" @click="load">
重新获取本地数据

View File

@@ -1,5 +1,5 @@
<template>
<d2-container class="page">
<d2-container>
<template slot="header">持久化存储公用数据所有用户共享</template>
<el-row>
<el-col :span="12">

View File

@@ -1,5 +1,5 @@
<template>
<d2-container class="page">
<d2-container>
<template slot="header">持久化存储用户数据用户区分存储</template>
<el-row>
<el-col :span="12">

View File

@@ -0,0 +1 @@
2ef12d88b2011063784c37f8b8490336503a5f88

View File

@@ -1,15 +1,31 @@
<template>
<d2-container>
<d2-container class="page">
<d2-page-cover
title="I AM D2ADMIN"
sub-title="追求简约美感的后台管理系统集成方案">
<d2-icon-svg style="width: 120px;" name="d2admin"/>
<template slot="footer">
<div class="index-btn-group">
<span @click="$open('https://github.com/d2-projects/d2-admin')">主页</span> |
<span @click="$open('http://d2admin.fairyever.com/zh/')">文档</span> |
<span @click="$open('https://github.com/d2-projects/d2-admin/issues')">issue</span> |
<span @click="$open('https://github.com/d2-projects/d2-admin/issues/new')">提问</span>
<div class="page__btn-group">
<span @click="$open('https://github.com/d2-projects')">项目组</span> |
<span @click="$open('http://d2admin.fairyever.com/zh/')">使用文档</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://juejin.im/user/57a48b632e958a006691b946/posts')">掘金专栏</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;
">
官方公众号主要推送前端技术类文章框架资源学习教程以及 D2 系列项目更新信息
</p>
</el-popover>
</div>
<d2-help class="d2-mt"/>
</template>
@@ -19,12 +35,15 @@
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
.index-btn-group {
color: $color-text-placehoder;
span {
color: $color-text-sub;
&:hover {
color: $color-text-main;
.page {
.page__btn-group {
color: $color-text-placehoder;
font-size: 12px;
span {
color: $color-text-sub;
&:hover {
color: $color-text-main;
}
}
}
}