This commit is contained in:
parent
57d2eed420
commit
933784a30a
|
|
@ -92,7 +92,7 @@
|
|||
<!-- </template>-->
|
||||
</el-table-column>
|
||||
<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">
|
||||
<el-button
|
||||
size="mini"
|
||||
|
|
@ -511,4 +511,7 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
.el-button {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue