小卡片

master
chaiyapeng 2024-08-25 10:01:03 +08:00
parent 254d338004
commit 80c8ec2b1c
1 changed files with 21 additions and 2 deletions

View File

@ -18,8 +18,27 @@
</el-card>
</el-col>
<el-col :span="8">
<el-card shadow="never">
从不显示
<el-card shadow="hover">
<div slot="header" class="clearfix">
<span>新闻头条</span>
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div>
</el-card>
</el-col>
<el-col :span="8">
<el-card shadow="hover">
<div slot="header" class="clearfix">
<span>气象预警</span>
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div>
</el-card>
</el-col>
<el-col :span="8">
<el-card shadow="hover">
<div slot="header" class="clearfix">
<span>生辰助手</span>
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div>
</el-card>
</el-col>
</el-row>