合作页面的内容
This commit is contained in:
@@ -141,6 +141,11 @@ const menuItems = ref<MenuItem[]>([
|
||||
icon: '📊',
|
||||
path: '/admin/dashboard'
|
||||
},
|
||||
{
|
||||
title: '数据分析',
|
||||
icon: '📈',
|
||||
path: '/admin/analytics'
|
||||
},
|
||||
{
|
||||
title: '内容管理',
|
||||
icon: '📚',
|
||||
@@ -269,7 +274,7 @@ onUnmounted(() => {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 0.5rem;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
|
||||
z-index: 100;
|
||||
z-index: 9999;
|
||||
overflow: hidden;
|
||||
animation: slideIn 0.2s ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user