WIP Изменила сайдбар приложения
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user