feat: enhance order sales inventory workflows
This commit is contained in:
@@ -44,9 +44,12 @@
|
||||
<body class="bg-white flex flex-col min-h-screen">
|
||||
<header class="border-b border-gray-300 bg-white shadow-sm" data-purpose="top-navigation">
|
||||
<div class="flex items-center justify-between px-4 py-2 gap-4 flex-wrap">
|
||||
<div class="flex items-center gap-2 text-green-700 font-bold text-lg shrink-0">
|
||||
<i class="fa-solid fa-recycle text-xl"></i>
|
||||
<span>종량제 시스템</span>
|
||||
<div class="shrink-0">
|
||||
<?= view('components/header_brand', [
|
||||
'href' => base_url(),
|
||||
'linkClass' => 'flex items-center gap-2 text-green-700 font-bold text-lg hover:opacity-90',
|
||||
'svgClass' => 'h-7 w-7 shrink-0',
|
||||
]) ?>
|
||||
</div>
|
||||
<nav class="hidden lg:flex flex-wrap items-center gap-4 xl:gap-6 text-sm font-medium text-gray-700">
|
||||
<a class="flex items-center gap-1 hover:text-blue-600 whitespace-nowrap" href="#"><i class="fa-regular fa-file-lines"></i> 문서 관리</a>
|
||||
|
||||
Reference in New Issue
Block a user