feat: 优化样式
This commit is contained in:
@@ -9,7 +9,8 @@ import {
|
||||
FolderOpen,
|
||||
LogOut,
|
||||
User as UserIcon,
|
||||
ChevronDown
|
||||
ChevronDown,
|
||||
Crown
|
||||
} from 'lucide-react';
|
||||
import { Button } from '../components/ui/button';
|
||||
import {
|
||||
@@ -48,6 +49,7 @@ export default function AdminLayout() {
|
||||
{ name: '频道分类', path: '/radio/category', icon: ListMusic },
|
||||
{ name: '频道管理', path: '/radio/channel', icon: Mic2 },
|
||||
{ name: '节目管理', path: '/radio/program', icon: Disc3 },
|
||||
{ name: 'VIP配置', path: '/radio/vip', icon: Crown },
|
||||
{ name: '文件管理', path: '/system/oss', icon: FolderOpen },
|
||||
];
|
||||
|
||||
@@ -60,7 +62,7 @@ export default function AdminLayout() {
|
||||
<img src="/favicon.jpg" alt="logo" className="w-full h-full object-cover p-1 bg-white" />
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<span className="font-black text-lg tracking-tight leading-none text-white">早安和傍晚</span>
|
||||
<span className="font-black text-lg tracking-tight leading-none text-white">全声汇</span>
|
||||
<span className="text-[10px] uppercase tracking-[0.2em] text-white/40 mt-1">广播控制台</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user