feat:完善监控大屏检索功能

This commit is contained in:
zjc
2025-02-17 21:40:08 +08:00
parent c5d72d91e4
commit 497e49df33
5 changed files with 138 additions and 71 deletions

View File

@@ -122,6 +122,8 @@
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);
.list {
height: vh(500);
overflow: auto;
/* 滚动条整体样式 */
&::-webkit-scrollbar {
width: vw(4); /* 滚动条的宽度 */
@@ -135,8 +137,6 @@
background: rgba(0, 150, 255, 0.63); /* 滑块的背景色 */
border-radius: 5px; /* 滑块的圆角 */
}
height: vh(500);
overflow: auto;
.item:nth-child(odd) {
background: rgba(3, 78, 153, 0.3);
}