This commit is contained in:
zxx 2023-06-30 15:15:22 +08:00
parent dc3915bdfe
commit c8d8efe495
3 changed files with 6 additions and 4 deletions

View File

@ -42,7 +42,10 @@
margin-right: 8px;
}
.oplinks a{
margin-right: 8px;
margin-right: 4px;
margin-left: 4px;
/* border:1px solid #000; */
padding: 2px 4px;
}
.footerbar-bottom{

View File

@ -351,6 +351,5 @@ export default {
.oplinks svg {
width: 22px;
height: 22px;
margin: 0 5px 0 0;
}
</style>

View File

@ -161,9 +161,9 @@ export default {
//
columns: [
{ type: 'checkbox', width: 'auto' }, //
{ type: 'checkbox', width: 38 }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //
{ type: 'seq', width: 38 }, //
// =============================== Start ===============================