admin-web/src/views/dashboard/index.vue
@@ -34,7 +34,7 @@ </el-table-column> <el-table-column prop="date" label="操作" fixed="right" align="center" width="80"> <template slot-scope="scope"> <el-button style="padding: 4.5px 15px" @click.native.prevent="aduitThis(scope.row)" size="mini" type="primary">处理</el-button> <el-button style="padding: 4px 15px" @click.native.prevent="aduitThis(scope.row)" size="mini" type="primary">处理</el-button> </template> </el-table-column> <el-empty slot="empty" description="暂无数据"></el-empty>