You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dc3-web/src/views/Picture.vue

23 lines
657 B

<template>
<div class="container view">
<el-row class="operator">
<el-button icon="el-icon-search" circle></el-button>
<el-button type="success" icon="el-icon-plus" circle></el-button>
<el-button type="primary" icon="el-icon-edit" circle></el-button>
<el-button type="warning" icon="el-icon-star-off" circle></el-button>
<el-button type="danger" icon="el-icon-delete" circle></el-button>
</el-row>
<el-row class="page">
<el-pagination
background
layout="prev, pager, next"
:total="1000">
</el-pagination>
</el-row>
</div>
</template>
<style>
</style>