WIP Изменила сайдбар приложения

This commit is contained in:
Daria Golova
2023-05-25 16:45:42 +03:00
parent 09df012d5e
commit 164a531a5a
10 changed files with 76 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.flex-col.w-full.h-full.gap-y-2
.flex.flex-col.w-full.h-full.gap-y-2.pb-2
the-header(
:url="url",
:is-open-form="isOpenForm",
@@ -61,5 +61,5 @@ export default {
</script>
<style lang="sass" scoped>
.page-wrapper
height: calc(100vh - 56px - 8px)
height: calc(100vh - 56px - 16px)
</style>