mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-07 04:09:17 +02:00
49 free rooms table buttons layout
This commit is contained in:
@@ -129,12 +129,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template #body="slotProps">
|
<template #body="slotProps">
|
||||||
<div class="flex justify-content-between flex-wrap">
|
<div class="flex flex-column sm:flex-row justify-content-between align-items-center flex-1 column-gap-4 mx-2 md:mx-4">
|
||||||
<div class="align-self-center">{{ slotProps.data.room }}</div>
|
<p class="text-lg flex-1 align-self-stretch">{{ slotProps.data.room }}</p>
|
||||||
<Button
|
<Button
|
||||||
:label="$t('freeRooms.viewOccupancy')"
|
:label="$t('freeRooms.viewOccupancy')"
|
||||||
icon="pi pi-hourglass"
|
icon="pi pi-hourglass"
|
||||||
class="p-button-rounded p-button-outlined"
|
class="p-button-rounded p-button-outlined sm:align-self-center align-self-end"
|
||||||
@click="occupationRoute(slotProps.data.room)"
|
@click="occupationRoute(slotProps.data.room)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user