0
0
Fork 0

fix: styles

This commit is contained in:
Javier Segarra 2024-09-13 23:19:16 +02:00
parent b6cce74449
commit 93488a5750
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ const styleAttrs = computed(() => {
:rules="mixinRules" :rules="mixinRules"
:clearable="false" :clearable="false"
@click="isPopupOpen = true" @click="isPopupOpen = true"
hide-bottom-space
> >
<template #append> <template #append>
<QIcon <QIcon

View File

@ -79,6 +79,7 @@ function dateToTime(newDate) {
:rules="mixinRules" :rules="mixinRules"
@click="isPopupOpen = false" @click="isPopupOpen = false"
type="time" type="time"
hide-bottom-space
> >
<template #append> <template #append>
<QIcon <QIcon