|
@@ -66,7 +66,7 @@ const handleLeft = () => {
|
|
|
right: 0;
|
|
right: 0;
|
|
|
z-index: 1000;
|
|
z-index: 1000;
|
|
|
height: calc(var(--status-bar-height) + 44px);
|
|
height: calc(var(--status-bar-height) + 44px);
|
|
|
- /* background-color: #fff; */
|
|
|
|
|
|
|
+ background-color: #ffffffe7;
|
|
|
border-bottom: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
|
}
|
|
}
|
|
|
|
|
|