only improves
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.w-full.h-full.gap-y-2.pb-2
|
||||
.flex.flex-col.w-full.h-full.gap-y-2.pb-2.no-scroll
|
||||
the-header(
|
||||
:url="url",
|
||||
:is-open-form="isOpenForm",
|
||||
@@ -8,7 +8,7 @@
|
||||
:set-updated-clients="setUpdatedClients",
|
||||
:write-created-client-id="writeCreatedClientId"
|
||||
)
|
||||
.flex.flex-auto.page-wrapper
|
||||
.flex.grow.no-scroll
|
||||
the-sidebar
|
||||
router-view.mx-2(
|
||||
:open-form="openForm",
|
||||
@@ -59,7 +59,3 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="sass" scoped>
|
||||
.page-wrapper
|
||||
height: calc(100vh - 56px - 16px)
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user