diff --git a/pages/unlock/index.vue b/pages/unlock/index.vue index cd33783..729d5b0 100644 --- a/pages/unlock/index.vue +++ b/pages/unlock/index.vue @@ -2,10 +2,10 @@ + lineColor="#FF1E2E" :scrollable="false" :list="list"> - + @@ -215,25 +215,26 @@ - - + + 开门二维码 - 加载失败 - 二维码的有效期仅为15分钟 + 二维码的有效期仅为15分钟 - 取消 - + --> - + + - 开锁 + 开锁密码 {{ lockPwd }}# - 输入密码即可开锁{{ [3, 7].includes(Number(state.selectItem?.lockTypeId)) ? + 输入密码即可开锁{{ [3, 7].includes(Number(state.selectItem?.lockTypeId)) ? "或一键开锁" : "" }} @@ -1499,6 +1500,10 @@ onShow(() => { width: 710rpx; } +.popupBoxW650 { + width: 650rpx; +} + .popupBox { display: flex; flex-direction: column; @@ -1506,6 +1511,7 @@ onShow(() => { .title { text-align: center; + z-index: 9; } .content { @@ -1522,6 +1528,7 @@ onShow(() => { .btnBox { display: flex; gap: 20rpx; + padding: 0 20rpx; width: 100%; :deep(.uv-button-wrapper) { @@ -1675,6 +1682,10 @@ onShow(() => { } } + .paw { + margin: -20rpx auto -34rpx; + z-index: 1; + } } .container { @@ -1682,8 +1693,6 @@ onShow(() => { display: flex; flex-direction: column; align-items: center; - min-height: 100vh; - padding-bottom: 400rpx; .header { width: 100%; @@ -1697,10 +1706,16 @@ onShow(() => { :deep(.uv-tabs__wrapper__nav__item__text) { font-size: 32rpx; font-weight: bold; - padding-bottom: 10rpx; + padding-bottom: 6rpx; } } + .unlock-wrap { + height: calc(100vh - 160rpx); + padding-bottom: 160rpx; + overflow: auto; + } + .content { display: flex; width: 100%;