some tg tests

This commit is contained in:
Vladimir Voronin
2024-10-25 09:06:26 +03:00
parent dd7779bc1c
commit ad6dc2a92d
7 changed files with 96 additions and 65 deletions

View File

@@ -84,10 +84,17 @@ onMounted(() => {
@close-drawer="closeDrawer()"
/>
<SpeedDial :model="items" :radius="120" type="quarter" direction="up"
class=" mb-10 h-fit !items-end me-10 hidden lg:!fixed" :style="{ right: 0, bottom: 0 }"
pt:menuitem="m-2">
<template #item="{ item, toggleCallback }" >
<SpeedDial
:model="items"
:radius="120"
type="quarter"
direction="up"
class="lg:flex lg:fixed hidden mb-10 h-fit !items-end me-10"
:style="{ position: 'fixed', right: 0, bottom: 0 }"
pt:menuitem="m-2">
<template #item="{ item, toggleCallback }" >
<div
class="flex flex-row items-start gap-2 justify-between right-10 p-2 border bg-white rounded border-surface-200 dark:border-surface-700 cursor-pointer"
@click="toggleCallback"> <!-- Установлена минимальная ширина -->