mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
fix:#5 fixed menubar active class
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
:empty-message="$t('roomFinderPage.noRoomsAvailable')"
|
||||
date-format="dd.mm.yy"
|
||||
panel-class="min-w-min"
|
||||
touchUI
|
||||
touch-u-i
|
||||
/>
|
||||
<div class="break"/>
|
||||
<Calendar
|
||||
@@ -31,7 +31,7 @@
|
||||
date-format="HH:mm"
|
||||
:class="[{'p-invalid':isLater}, flexSpecs]"
|
||||
panel-class="min-w-min"
|
||||
touchUI
|
||||
touch-u-i
|
||||
/>
|
||||
<Calendar
|
||||
v-model="end"
|
||||
@@ -42,7 +42,7 @@
|
||||
date-format="HH:mm"
|
||||
:class="[{'p-invalid':isLater}, flexSpecs]"
|
||||
panel-class="min-w-min"
|
||||
touchUI
|
||||
touch-u-i
|
||||
/>
|
||||
</template>
|
||||
<template #content>
|
||||
|
Reference in New Issue
Block a user