fix:修复添加基金层级问题
This commit is contained in:
@@ -628,7 +628,7 @@ body {
|
|||||||
.search-container {
|
.search-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1000; /* 提升到更高层级,避免被其他元素遮挡 */
|
z-index: 45;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-input-wrapper {
|
.search-input-wrapper {
|
||||||
@@ -656,7 +656,7 @@ body {
|
|||||||
right: 0;
|
right: 0;
|
||||||
max-height: 320px;
|
max-height: 320px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
z-index: 10000; /* 确保全局最高层级 */
|
z-index: 46;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: rgba(15, 23, 42, 0.95) !important;
|
background: rgba(15, 23, 42, 0.95) !important;
|
||||||
}
|
}
|
||||||
@@ -800,5 +800,5 @@ body {
|
|||||||
/* 提升添加基金区域的层级,避免父级 stacking context 影响 */
|
/* 提升添加基金区域的层级,避免父级 stacking context 影响 */
|
||||||
.add-fund-section {
|
.add-fund-section {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 41;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user