This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
|
||||
border-top: 1px solid rgba(56, 189, 248, 0.15);
|
||||
z-index: 1000;
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
transition: height 0.3s ease-out;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/* Mega Menu 两栏布局 */
|
||||
@@ -27,6 +28,7 @@
|
||||
margin: 0 auto;
|
||||
height: 100%;
|
||||
min-height: 400px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* 左侧二级菜单栏 - 深色背景 */
|
||||
@@ -86,7 +88,7 @@
|
||||
/* 右侧三级菜单区域 - 深色背景 */
|
||||
.nav-right-content {
|
||||
flex: 1;
|
||||
padding: 24px 32px;
|
||||
padding: 16px 24px;
|
||||
background: rgba(15, 23, 42, 0.6);
|
||||
overflow-y: auto;
|
||||
max-height: none;
|
||||
|
||||
Reference in New Issue
Block a user