修复搜索建议列表被弹出层覆盖的问题
parent
aadfbefbe9
commit
6a3f7e6150
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
- 优化“信口雌黄”皮肤配色
|
- 优化“信口雌黄”皮肤配色
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复存在弹出层时,搜索建议列表被弹出层覆盖的问题
|
||||||
|
|
||||||
### 其他
|
### 其他
|
||||||
|
|
||||||
- 更新electron到7.1.5
|
- 更新electron到7.1.5
|
||||||
|
|
|
@ -136,7 +136,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
z-index: 1;
|
z-index: 100;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.input {
|
.input {
|
||||||
|
|
Loading…
Reference in New Issue