mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-05 23:07:51 +08:00
界面优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user