修复搜索建议列表被弹出层覆盖的问题

pull/230/head
lyswhut 2019-12-15 19:18:31 +08:00
parent aadfbefbe9
commit 6a3f7e6150
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
- 优化“信口雌黄”皮肤配色
### 修复
- 修复存在弹出层时,搜索建议列表被弹出层覆盖的问题
### 其他
- 更新electron到7.1.5

View File

@ -136,7 +136,7 @@ export default {
align-items: center;
padding-left: 15px;
-webkit-app-region: drag;
z-index: 1;
z-index: 100;
position: relative;
}
.input {