no message

Former-commit-id: e64e4e66df5467d16d8c8120e7914853582b1dd6
Former-commit-id: 5e143baff12a415ee7999ac47293dd1758d1593d
Former-commit-id: f1cd02dc872fad37ac3aaed6f3a18104c819766c
This commit is contained in:
李杨
2018-02-16 22:46:56 +08:00
parent 0643169f0d
commit dcf34c6cb9
2 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
<template> <template>
<Container type="ghost"> <Container type="ghost">
<el-card class="dd-mb"> <el-card class="dd-mb">
<PageHeader
slot="header"
title="图标组件"
url="https://github.com/FairyEver/d2admin-vue-element/blob/master/src/components/core/Icon/index.vue">
</PageHeader>
<Icon></Icon> <Icon></Icon>
<Icon name="github"></Icon> <Icon name="github"></Icon>
<Icon name="github" style="font-size: 100px;"></Icon> <Icon name="github" style="font-size: 100px;"></Icon>

View File

@@ -1,6 +1,11 @@
<template> <template>
<Container type="ghost"> <Container type="ghost">
<el-card class="dd-mb"> <el-card class="dd-mb">
<PageHeader
slot="header"
title="图标选择器"
url="https://github.com/FairyEver/d2admin-vue-element/blob/master/src/components/core/IconSelect/index.vue">
</PageHeader>
<div class="title-group"> <div class="title-group">
<p class="title">一般用法</p> <p class="title">一般用法</p>
<p class="sub-title"> <p class="sub-title">