update layout
This commit is contained in:
parent
cb8664bd56
commit
332f5bb604
1 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<body class="overflow-auto">
|
||||
<nav class="fixed top-0 z-50 w-full bg-primary border-b border-gray-200">
|
||||
<div class="px-3 py-3 lg:px-5 lg:pl-3">
|
||||
<div class="flex items-center justify-between">
|
||||
|
|
@ -93,7 +94,7 @@
|
|||
<a
|
||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
||||
role="menuitem"
|
||||
>Settings</a
|
||||
>Settings</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -101,7 +102,7 @@
|
|||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
||||
role="menuitem"
|
||||
(click)="logout()"
|
||||
>Sign out</a
|
||||
>Sign out</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -145,8 +146,9 @@
|
|||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="pt-10 sm:ml-64">
|
||||
<div class="fixed pt-10 sm:ml-64">
|
||||
<div class="p-2 sm:mt-5 md:mt-14">
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue