WIP Сделала шаблон документов
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user