界面优化

This commit is contained in:
stardrophere
2026-03-15 17:10:28 +08:00
parent 69479fc699
commit ffae889516
6 changed files with 119 additions and 7 deletions
+5 -1
View File
@@ -368,7 +368,7 @@ async function handleSearch() {
gap: 24px;
align-items: stretch;
position: relative;
z-index: 10; /* 确保搜索框及下拉选择框显示在下方图表之上 */
z-index: 10;
}
.search-box {
@@ -377,6 +377,8 @@ async function handleSearch() {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 2;
}
.tips-box {
@@ -384,6 +386,8 @@ async function handleSearch() {
padding: 24px;
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
}
.panel-title {