fix: establecido min-width
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-12-12 13:44:09 +01:00
parent 09f8c70f68
commit 463b45ffe2
3 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,6 @@ async function fetch() {
}
const filter = computed(() => {
console.log(invoiceOut.value.ref);
return invoiceOut.value ? JSON.stringify({ refFk: invoiceOut.value.ref }) : null;
});
</script>

View File

@ -168,6 +168,7 @@ const ticketsColumns = ref([
.q-card {
width: 100%;
min-width: 950px;
max-width: 950px;
}

View File

@ -2,7 +2,7 @@ import { RouterView } from 'vue-router';
export default {
path: '/invoiceOut',
name: 'InvoiceOut2',
name: 'InvoiceOut',
meta: {
title: 'invoiceOuts',
icon: 'vn:invoice-out'