小卡片
parent
91ab95c118
commit
db371ca2b4
|
@ -1,17 +1,19 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-row :gutter="12">
|
<<el-row>
|
||||||
<el-col :span="8">
|
<el-col :span="8" v-for="(o, index) in 2" :key="o" :offset="index > 0 ? 2 : 0">
|
||||||
<el-card shadow="hover">
|
<el-card :body-style="{ padding: '0px' }">
|
||||||
<div slot="header" class="clearfix">
|
<img src="https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6.png" class="image">
|
||||||
<span>手机号查询归属地</span>
|
<div style="padding: 14px;">
|
||||||
<el-button style="float: right; padding: 3px 0" @click="buyPhone">购买</el-button>
|
<span>好吃的汉堡</span>
|
||||||
|
<div class="bottom clearfix">
|
||||||
|
<time class="time">{{ currentDate }}</time>
|
||||||
|
<el-button type="text" class="button">操作按钮</el-button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue