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

@@ -8,7 +8,7 @@
:set-updated-clients="setUpdatedClients",
:write-created-client-id="writeCreatedClientId"
)
.flex.flex-auto
.flex.flex-auto.page-wrapper
the-sidebar
router-view.mx-2(
:open-form="openForm",
@@ -59,3 +59,7 @@ export default {
},
};
</script>
<style lang="sass" scoped>
.page-wrapper
height: calc(100vh - 56px - 8px)
</style>