Merge branch 'feature/REQ-5965' into test
This commit is contained in:
commit
d189c3f675
@ -97,13 +97,29 @@
|
||||
</head>
|
||||
<body class="bg-gray-50 font-inter min-h-screen flex flex-col">
|
||||
<!-- 顶部导航 -->
|
||||
<header class="bg-white shadow-sm">
|
||||
<header class="bg-white shadow-sm sticky top-0 z-40">
|
||||
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
|
||||
<h1 class="text-xl font-bold text-primary flex items-center">
|
||||
<h1 class="text-xl font-bold text-primary flex items-center shrink-0">
|
||||
<i class="fa fa-cogs mr-2"></i>审批流程后台操作系统
|
||||
</h1>
|
||||
<div class="text-gray-600">
|
||||
<i class="fa fa-user-circle-o mr-1"></i>管理员操作
|
||||
|
||||
<div class="flex items-center gap-6">
|
||||
<nav class="hidden md:flex items-center gap-5 text-sm font-medium text-gray-600">
|
||||
<a href="https://api.axzo.cn/workflow-engine/web/process/form"
|
||||
class="hover:text-primary transition-colors">生产环境</a>
|
||||
<a href="https://pre-api.axzo.cn/workflow-engine/web/process/form"
|
||||
class="hover:text-primary transition-colors">预发环境</a>
|
||||
<a href="https://test-api.axzo.cn/workflow-engine/web/process/form"
|
||||
class="hover:text-primary transition-colors">测试环境</a>
|
||||
<a href="https://dev-app.axzo.cn/workflow-engine/web/process/form"
|
||||
class="hover:text-primary transition-colors">开发环境</a>
|
||||
</nav>
|
||||
|
||||
<div class="hidden md:block h-4 w-px bg-gray-300"></div>
|
||||
|
||||
<div class="text-gray-600 shrink-0 text-sm">
|
||||
<i class="fa fa-user-circle-o mr-1"></i>管理员操作
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user