This commit is contained in:
bb_pan 2025-11-04 11:10:14 +08:00
parent 57d2eed420
commit 933784a30a
1 changed files with 4 additions and 1 deletions

View File

@ -92,7 +92,7 @@
<!-- </template>--> <!-- </template>-->
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"/> <el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"/>
<el-table-column label="操作" align="center" min-width="230" fixed="right"> <el-table-column label="操作" align="center" min-width="150" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini" size="mini"
@ -511,4 +511,7 @@
display: none; display: none;
} }
} }
.el-button {
margin-bottom: 5px;
}
</style> </style>