修改页面高度
This commit is contained in:
@@ -168,8 +168,9 @@ export default {
|
||||
position: relative;
|
||||
padding-bottom: 60rpx;
|
||||
padding-top: 24rpx;
|
||||
min-height: 100vh;
|
||||
height: calc(100vh - (44px + env(safe-area-inset-top)));
|
||||
background: linear-gradient(180deg, #d2edff 0%, #ffffff 100%);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.back-arrow {
|
||||
|
@@ -74,10 +74,11 @@
|
||||
|
||||
<style scoped>
|
||||
.service-container {
|
||||
height: 100vh;
|
||||
height: calc(100vh - (44px + env(safe-area-inset-top)));
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
}
|
||||
.fixed-header {
|
||||
flex-shrink: 0;
|
||||
|
Reference in New Issue
Block a user