小卡片
parent
db371ca2b4
commit
1e245033d3
|
@ -1,18 +1,18 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<<el-row>
|
<<el-row>
|
||||||
<el-col :span="8" v-for="(o, index) in 2" :key="o" :offset="index > 0 ? 2 : 0">
|
<el-col :span="8" v-for="(o, index) in 2" :key="o" :offset="index > 0 ? 2 : 0">
|
||||||
<el-card :body-style="{ padding: '0px' }">
|
<el-card :body-style="{ padding: '10px' }">
|
||||||
<img src="https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6.png" class="image">
|
<img src="https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6.png" class="image">
|
||||||
<div style="padding: 14px;">
|
<div style="padding: 14px;">
|
||||||
<span>好吃的汉堡</span>
|
<span>好吃的汉堡</span>
|
||||||
<div class="bottom clearfix">
|
<div class="bottom clearfix">
|
||||||
<time class="time">{{ currentDate }}</time>
|
<time class="time">{{ currentDate }}</time>
|
||||||
<el-button type="text" class="button">操作按钮</el-button>
|
<el-button type="text" class="button">操作按钮</el-button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</el-card>
|
||||||
</el-card>
|
</el-col>
|
||||||
</el-col>
|
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue