This commit is contained in:
yanran200730
2021-12-23 11:19:23 +08:00
parent ca7d06b6a6
commit de1035eb08
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
:size.sync="search.size"
v-loading="isLoading"
@getList="getList">
<el-table-column slot="options" width="220px" fixed="right" label="操作" align="center">
<el-table-column slot="options" width="180px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="toDetail(row.id)">详情</el-button>