finished modal movement
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user