🎨 统一后台分页与设置页布局
This commit is contained in:
@@ -89,10 +89,10 @@
|
||||
<div class="flex h-full min-h-0 min-w-0 flex-1 flex-col">
|
||||
<!-- Header -->
|
||||
<header
|
||||
class="shadow-md border-b transition-colors duration-300 h-16"
|
||||
class="h-14 border-b shadow-md transition-colors duration-300 lg:hidden"
|
||||
:class="[isDarkMode ? 'bg-[#1a2930] border-[#31454d]' : 'bg-[#f2f6f5] border-[#c8d7da]']"
|
||||
>
|
||||
<div class="flex items-center justify-between h-16 px-4">
|
||||
<div class="flex h-14 items-center justify-between px-4">
|
||||
<button @click="toggleSidebar" class="lg:hidden">
|
||||
<MenuIcon class="w-6 h-6" :class="[isDarkMode ? 'text-gray-400' : 'text-gray-600']" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user