|
|
@ -53,7 +53,7 @@
|
|
|
|
<font-awesome-icon icon="edit" /> {{ $t("Edit") }}
|
|
|
|
<font-awesome-icon icon="edit" /> {{ $t("Edit") }}
|
|
|
|
</router-link>
|
|
|
|
</router-link>
|
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-danger" @click="deleteDialog(item.id)">
|
|
|
|
<button class="btn btn-normal text-danger" @click="deleteDialog(item.id)">
|
|
|
|
<font-awesome-icon icon="trash" /> {{ $t("Delete") }}
|
|
|
|
<font-awesome-icon icon="trash" /> {{ $t("Delete") }}
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -294,8 +294,15 @@ export default {
|
|
|
|
gap: 8px;
|
|
|
|
gap: 8px;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 550px) {
|
|
|
|
|
|
|
|
& {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
.btn-group {
|
|
|
|
width: 310px;
|
|
|
|
margin: 1em 1em 0 1em;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|