IP小卡片

master
chaiyapeng 2024-08-23 18:37:15 +08:00
parent 8249650e2b
commit 3bb91c9abc
1 changed files with 0 additions and 8 deletions

View File

@ -3,22 +3,14 @@
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>手机号查询归属地</span> <span>手机号查询归属地</span>
<el-button style="float: right; padding: 3px 0" type="text">查看</el-button>&nbsp;&nbsp;
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button> <el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div> </div>
<div v-for="o in 4" :key="o" class="text item">
{{'列表内容 ' + o }}
</div>
</el-card> </el-card>
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>IP查询归属地</span> <span>IP查询归属地</span>
<el-button style="float: right; padding: 3px 0" type="text">查看</el-button>&nbsp;&nbsp;
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button> <el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div> </div>
<div v-for="o in 4" :key="o" class="text item">
{{'列表内容 ' + o }}
</div>
</el-card> </el-card>
</div> </div>
</template> </template>