feat: search field
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
}
|
||||
}
|
||||
<app-header></app-header>
|
||||
<div class="h-12"></div>
|
||||
<div class="content">
|
||||
<div class="md:h-12 h-16"></div>
|
||||
<div
|
||||
class="content overflow-y-auto md:h-[calc(100vh-3rem)] h-[calc(100vh-4rem)] flex flex-col justify-between flex-shrink-0"
|
||||
>
|
||||
<router-outlet></router-outlet>
|
||||
<app-footer></app-footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user