style: minor changes
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
a1490a798b
commit
e435674eda
|
@ -1,7 +1,7 @@
|
||||||
import { onMounted, nextTick, ref } from 'vue';
|
import { onMounted, nextTick, ref } from 'vue';
|
||||||
|
|
||||||
export function useTableHeight() {
|
export function useTableHeight() {
|
||||||
const tableHeight = ref('100vh');
|
const tableHeight = ref('90vh');
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await nextTick();
|
await nextTick();
|
||||||
|
|
|
@ -328,7 +328,7 @@ onMounted(async () => {
|
||||||
<QItem v-for="(fieldFilter, index) in fieldFiltersValues" :key="index">
|
<QItem v-for="(fieldFilter, index) in fieldFiltersValues" :key="index">
|
||||||
<QItemSection class="col">
|
<QItemSection class="col">
|
||||||
<VnSelect
|
<VnSelect
|
||||||
:style="{ 'max-width': '100%' }"
|
class="full-width"
|
||||||
:label="t('params.tag')"
|
:label="t('params.tag')"
|
||||||
:model-value="fieldFilter.selectedField"
|
:model-value="fieldFilter.selectedField"
|
||||||
:options="moreFields"
|
:options="moreFields"
|
||||||
|
|
Loading…
Reference in New Issue