WIP Спозиционировала формы в правый нижний угол

This commit is contained in:
Daria Golova
2022-11-11 18:09:02 +03:00
parent 27da063072
commit 80075bee65
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
.wrapper-table.relative.flex.flex-col.gap-y-8.px-6.py-6.h-full.w-full
base-client-form-create.right-0(v-if="isOpenFormCreate" :close-form="closeFormCreateClient")
base-client-form-create(v-if="isOpenFormCreate" :close-form="closeFormCreateClient")
clients-table-hat(:is-open-actions="marked.length" :open-form-create="openFormCreateClient")
.flex.flex-col.h-full.gap-y-2.table-container.w-full
clients-table-header(:check="selectedCheck" :is-check="selectAll")