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">
.w-full.h-full
.w-full.h-full.flex.flex-col
.flex.w-full.gap-x-2.pb-2
medical-header(
v-model="currentMenuItem",

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.base-info-wrapper.w-full.flex.gap-x-2
.base-info-wrapper.w-full.flex.gap-x-2.flex-1
medical-sidebar(v-model="currentMenuItem")
component(
v-if="currentMenuItem",
@@ -31,6 +31,6 @@ export default {
</script>
<style lang="sass" scoped>
.base-info-wrapper
height: 79.7%
max-height: calc(100% - 190px - 16px)
height: 80.4%
max-height: calc(100% - 190px - 8px)
</style>