diff --git a/pages_app/checkRecord/checkRecord.vue b/pages_app/checkRecord/checkRecord.vue index 7ed9447..a4ea1be 100644 --- a/pages_app/checkRecord/checkRecord.vue +++ b/pages_app/checkRecord/checkRecord.vue @@ -229,7 +229,12 @@ onMounted(() => { /* 主要内容区域 */ .main-content { - margin-top: calc(var(--status-bar-height) + 44px); + position: fixed; + top: calc(var(--status-bar-height) + 44px); + left: 0; + right:0; + bottom: 0rpx; + overflow-y: scroll; } @@ -314,7 +319,7 @@ onMounted(() => { height: 200rpx; border-radius: 12rpx; overflow: hidden; - box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1); + } .report-image { diff --git a/pages_app/feedback/feedback.vue b/pages_app/feedback/feedback.vue index af9ff0e..dd48427 100644 --- a/pages_app/feedback/feedback.vue +++ b/pages_app/feedback/feedback.vue @@ -127,9 +127,15 @@ /* 反馈输入区域 */ .feedback-input-container { - margin-top: calc(var(--status-bar-height) + 44px); + top: calc(var(--status-bar-height) + 44px); + position: fixed; + left: 0; + right: 0; + bottom: 160rpx; + overflow-y: scroll; + z-index: 1; padding: 30rpx; - flex: 1; + box-sizing: border-box; } .input-area { diff --git a/pages_app/groupManage/groupManage.vue b/pages_app/groupManage/groupManage.vue index 1b1098a..34eccd6 100644 --- a/pages_app/groupManage/groupManage.vue +++ b/pages_app/groupManage/groupManage.vue @@ -16,7 +16,8 @@ - + + + @@ -166,8 +168,17 @@ const saveGroups = () => { font-size: 30rpx; color: #333; } +.content-box{ + position: fixed; + left: 0; + right: 0; + top: calc(var(--status-bar-height) + 44px); + bottom: 140rpx; + overflow-y: scroll; + z-index: 1; +} .selected-section { - margin-top: calc(var(--status-bar-height) + 44px); + min-height: 300rpx; padding: 30rpx; border-bottom: 20rpx solid #f0f0f0; @@ -238,7 +249,7 @@ const saveGroups = () => { bottom: 0; background: #fff; border-top: 1rpx solid #f0f0f0; - padding: 20rpx 30rpx env(safe-area-inset-bottom); + padding: 20rpx 30rpx 20rpx; } .add-btn { diff --git a/pages_app/patientRemark/patientRemark.vue b/pages_app/patientRemark/patientRemark.vue index 991b0b8..33bfcfd 100644 --- a/pages_app/patientRemark/patientRemark.vue +++ b/pages_app/patientRemark/patientRemark.vue @@ -143,14 +143,14 @@ position: fixed; left: 0; right: 0; - bottom: 125rpx; + bottom: 140rpx; overflow-y: scroll; z-index: 1; } .remark-page{ height: 100vh; background: #f7f7f7; - padding-bottom: 140rpx; + } .form-block{ .iptbox{ @@ -212,7 +212,7 @@ left: 0; right: 0; bottom: 0; background: #ffffff; border-top: 1rpx solid #f0f0f0; - padding: 20rpx 24rpx env(safe-area-inset-bottom); + padding: 20rpx 24rpx 20rpx; .save-btn{ width: 100%; display: flex;