chore: removed transition
This commit is contained in:
parent
06bde43be2
commit
c15773851c
@ -9,7 +9,7 @@
|
|||||||
<template #item="{ element: column }">
|
<template #item="{ element: column }">
|
||||||
<div
|
<div
|
||||||
v-if="!column.delete"
|
v-if="!column.delete"
|
||||||
class="flex flex-col gap-2.5 min-w-[268px] hover:bg-gray-100 rounded-lg p-2.5 transition-all duration-300 ease-in-out"
|
class="flex flex-col gap-2.5 min-w-[268px] hover:bg-gray-100 rounded-lg p-2.5"
|
||||||
>
|
>
|
||||||
<div class="flex gap-2 items-center group justify-between">
|
<div class="flex gap-2 items-center group justify-between">
|
||||||
<div class="flex items-center text-base">
|
<div class="flex items-center text-base">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user