no message
Former-commit-id: 2c6cc3e7442d7f7b59f3c0fe6ee8ad5634841257 Former-commit-id: f38cff1bec0e21c43d1b2b59fe33daab783faaf9 Former-commit-id: 7382f7eb7b2ebe9ce744b12e8ad1777dbf026c08
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<template>
|
||||
<Container type="ghost" class="page">
|
||||
<el-row :gutter="10">
|
||||
<el-card>
|
||||
<PageHeader
|
||||
title="组件封装演示"
|
||||
url="https://github.com/inorganik/countUp.js">
|
||||
</PageHeader>
|
||||
</el-card>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="6">
|
||||
<el-card>
|
||||
<p slot="title">只设置目标数字</p>
|
||||
@@ -79,7 +85,7 @@ export default {
|
||||
.page {
|
||||
.el-card {
|
||||
@extend %unable-select;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: $margin;
|
||||
.group {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<template>
|
||||
<Container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="README.md"
|
||||
url="https://github.com/inorganik/countUp.js">
|
||||
</PageHeader>
|
||||
<div>
|
||||
<Markdown url="https://raw.githubusercontent.com/inorganik/countUp.js/master/README.md"></Markdown>
|
||||
</div>
|
||||
</Container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user