WIP Сделала шаблон документов

This commit is contained in:
Daria Golova
2023-04-13 17:40:46 +03:00
parent 62d5dca70e
commit c60b46171a
8 changed files with 165 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.flex-col.gap-y-2.wrapper
.flex.flex-col.gap-y-2.wrapper.h-full
basic-data-form
documents-form
insurance-form
@@ -18,6 +18,9 @@ export default {
<style lang="sass" scoped>
.wrapper
width: 83.2%
overflow-y: auto
@media (max-width: 600px)
width: fit-content
&::-webkit-scrollbar
width: 0
</style>