CN-1478 fix: detection事件列表搜索框增加历史记录

This commit is contained in:
刘洪洪
2023-11-15 15:26:37 +08:00
parent 4ca33e9ede
commit ec746f0fc7
4 changed files with 96 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
width: 280px;
margin-right: 20px;
margin-right: 12px;
overflow: auto;
z-index: 1;
border: 1px solid rgba(226, 229, 236, 1) !important;

View File

@@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
width: 320px;
margin-right: 20px;
margin-right: 12px;
overflow: auto;
z-index: 1;
border: 1px solid rgba(226, 229, 236, 1) !important;