finished modal movement

This commit is contained in:
kandrusyak
2023-02-14 18:51:45 +03:00
parent 622b155a86
commit 614fa59f60
6 changed files with 90 additions and 96 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
base-modal(v-model="value", hide-overlay, title="Создание клиента", draggable )
base-modal(v-model="value", hide-overlay, title="Создание клиента", draggable, height="696px" )
.wrapper-create.gap-y-8.flex.flex-col.pt-8
.flex.gap-x-4.h-fit
.flex.gap-x-3.w-full
@@ -525,11 +525,4 @@ export default {
background-repeat: no-repeat
background-position: center
background-image: url(@/assets/icons/download.svg)
.modal
max-width: 1220px
max-height: 794px
width: 1220px
height: 794px
background-color: var(--default-white)
</style>