WIP Добавлена возможность редактирования данных клиента таблицы
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
.sidebar.flex.flex-col.justify-between.flex-auto.py-6.box-border
|
||||
.flex.flex-col.gap-y-6
|
||||
the-button-sidebar(id="home" path="#/")
|
||||
.icon-home
|
||||
.icon-home.icon
|
||||
the-button-sidebar(id="calendar" path="#/calendar")
|
||||
.icon-calendar-2
|
||||
.icon-calendar-2.icon
|
||||
the-button-sidebar(id="user" path="#/clients")
|
||||
.icon-person-2
|
||||
.icon-person-2.icon
|
||||
.flex.text-4xl.flex-col.gap-y-6
|
||||
the-button-sidebar(id="settings" path="#/settings")
|
||||
.icon-settings
|
||||
.icon-settings.icon
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -27,4 +27,6 @@ export default {
|
||||
min-width: 80px
|
||||
background-color: var(--default-white)
|
||||
border-top-right-radius: 4px
|
||||
.icon
|
||||
min-width: 44px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user