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">
.wrapper.flex.w-full.relative
.wrapper.flex.w-full.relative.rounded
clients-table(
:open-form="openForm",
:is-open-form="isOpenForm",
@@ -33,6 +33,4 @@ export default {
<style lang="sass" scoped>
.wrapper
overflow: auto
border-top-left-radius: 4px
border-top-right-radius: 4px
</style>