some tg tests
This commit is contained in:
@@ -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"> <!-- Установлена минимальная ширина -->
|
||||
|
||||
Reference in New Issue
Block a user