WIP Добавил форму для Основных данных

This commit is contained in:
DwCay
2023-03-31 18:28:07 +03:00
parent f5e7770190
commit 8b6eb0401a
4 changed files with 143 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<template lang="pug">
.form-wrapper.relative.h-fit.rounded
transition(name="medical-form", mode="out-in")
.loader.absolute.flex.items-center.justify-center.w-full.h-full.rounded(v-if="isLoadingData")
.loader.absolute.z-10.flex.items-center.justify-center.w-full.h-full.rounded(v-if="isLoadingData")
base-loader
.flex.flex-col.h-full.gap-25px.p-6
.flex.w-fit.gap-11px.items-center
@@ -48,8 +48,10 @@ export default {
<style lang="sass" scoped>
.form-wrapper
width: 1532px
width: 83.2%
background-color: var(--default-white)
@media (max-width: 600px)
width: fit-content
.edit-button
color: var(--btn-blue-color)
.loader