调整首页搜索浮层与导览入口
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
active-tab="guide"
|
||||
variant="overlay"
|
||||
:show-top-tabs="false"
|
||||
show-bottom-nav
|
||||
show-back
|
||||
@tab-change="handleTopTabChange"
|
||||
@back="handlePageBack"
|
||||
@@ -375,7 +374,7 @@ const handlePageBack = () => {
|
||||
position: absolute;
|
||||
left: 84px;
|
||||
right: 16px;
|
||||
bottom: calc(env(safe-area-inset-bottom) + 116px);
|
||||
bottom: calc(env(safe-area-inset-bottom) + 24px);
|
||||
min-height: 110px;
|
||||
padding: 14px 14px 12px;
|
||||
box-sizing: border-box;
|
||||
@@ -498,7 +497,7 @@ const handlePageBack = () => {
|
||||
.detail-restore {
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
bottom: calc(env(safe-area-inset-bottom) + 266px);
|
||||
bottom: calc(env(safe-area-inset-bottom) + 152px);
|
||||
height: 40px;
|
||||
min-width: 74px;
|
||||
padding: 0 12px;
|
||||
|
||||
Reference in New Issue
Block a user