Много всего

This commit is contained in:
brusnitsyn
2025-12-12 17:10:05 +09:00
parent 54f36e91fa
commit 98e9f8b52e
25 changed files with 1118 additions and 145 deletions

View File

@@ -19,19 +19,17 @@ const themeOverrides = {
<template>
<NConfigProvider :theme-overrides="themeOverrides" :locale="ruRU" :date-locale="dateRuRU">
<NLayout class="h-screen">
<NLayout position="absolute" has-sider>
<NLayoutSider
:native-scrollbar="false"
bordered
>
<SideMenu />
</NLayoutSider>
<NLayout content-class="p-6 relative" :native-scrollbar="false">
<div>
<slot name="header" />
</div>
<slot />
</NLayout>
<NLayout position="absolute" content-class="p-6 relative" :native-scrollbar="false">
<!-- <NLayoutSider-->
<!-- :native-scrollbar="false"-->
<!-- bordered-->
<!-- >-->
<!-- <SideMenu />-->
<!-- </NLayoutSider>-->
<div>
<slot name="header" />
</div>
<slot />
</NLayout>
</NLayout>
</NConfigProvider>