refs 5835 fix bordered box
gitea/salix-front/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2023-11-22 09:01:55 +01:00
parent bc8f6b643d
commit 195bd4c6d7
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ const entityId = computed(() => {
return $props.id || route.params.id; return $props.id || route.params.id;
}); });
const totalAmount = ref([]); const totalAmount = ref([]);
// Cuando Carlossa acabe de crear la lógica de card, usar store arrayData en lugar de hacer el fetch en el descriptor
const filter = { const filter = {
include: [ include: [
{ {

View File

@ -450,7 +450,7 @@ function setData(entity) {
} }
.bordered { .bordered {
border: 1px solid var(--vn-text); border: 1px solid var(--vn-text);
width: 16em; width: 18em;
} }
</style> </style>
<i18n> <i18n>