style: minor changes
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Javier Segarra 2025-04-02 11:34:19 +02:00
parent a1490a798b
commit e435674eda
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { onMounted, nextTick, ref } from 'vue';
export function useTableHeight() {
const tableHeight = ref('100vh');
const tableHeight = ref('90vh');
onMounted(async () => {
await nextTick();

View File

@ -328,7 +328,7 @@ onMounted(async () => {
<QItem v-for="(fieldFilter, index) in fieldFiltersValues" :key="index">
<QItemSection class="col">
<VnSelect
:style="{ 'max-width': '100%' }"
class="full-width"
:label="t('params.tag')"
:model-value="fieldFilter.selectedField"
:options="moreFields"