fix: refs #7323 vertical align
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-08-22 12:14:16 +02:00
parent fd09a6bfbe
commit 48277a5f20
1 changed files with 4 additions and 1 deletions

View File

@ -551,7 +551,10 @@ onMounted(async () => {
<QTd
v-for="(day, index) in props.cols"
:key="index"
style="padding: 20px 16px !important"
:style="{
padding: '20px 16px !important',
'vertical-align': 'baseline',
}"
>
<div class="full-width column items-center">
<WorkerTimeHourChip