0
0
Fork 0

Merge pull request 'HOTFIX remove full-height class' (!631) from hotfix_workerTimeControl_style into master

Reviewed-on: verdnatura/salix-front#631
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-08-20 09:42:37 +00:00
commit 7e3c5a9278
3 changed files with 5 additions and 3 deletions

View File

@ -123,7 +123,7 @@ async function search() {
<QForm @submit="search" id="searchbarForm">
<VnInput
id="searchbar"
v-model="searchText"
v-model.trim="searchText"
:placeholder="t(props.label)"
dense
standout

View File

@ -83,6 +83,8 @@ const openCreateModal = () => createTrackingDialogRef.value.show();
:filter="paginateFilter"
url="TicketTrackings"
auto-load
order="created DESC"
:limit="0"
>
<template #body="{ rows }">
<QTable

View File

@ -549,7 +549,7 @@ onMounted(async () => {
:key="index"
style="padding: 20px 16px !important"
>
<div class="full-height full-width column items-center">
<div class="full-width column items-center">
<WorkerTimeHourChip
v-for="(hour, ind) in day.dayData?.hours"
:key="ind"