diff --git a/pages/NursingNew/component/doctorask/doctorask.vue b/pages/NursingNew/component/doctorask/doctorask.vue index c40f822..b256309 100644 --- a/pages/NursingNew/component/doctorask/doctorask.vue +++ b/pages/NursingNew/component/doctorask/doctorask.vue @@ -779,7 +779,7 @@ .t-box { width: 85vw; - height: calc(90vh); + height: calc(92vh); display: flex; justify-content: space-between; margin-top: 5vh; @@ -794,7 +794,7 @@ .leftscr { width: 33.4vw; - height: calc(90vh); + height: calc(92vh); margin-left: 1vw; } } diff --git a/pages/NursingNew/component/index.vue b/pages/NursingNew/component/index.vue index d2753c0..5e702fb 100644 --- a/pages/NursingNew/component/index.vue +++ b/pages/NursingNew/component/index.vue @@ -1368,7 +1368,7 @@ height: 100%; transition: opacity 1s ease; .right-time{ - margin-top: 80rpx; + margin-top: 50rpx; width: 100%; height: 15vh; background-color: #fff; @@ -1395,7 +1395,7 @@ .right-top { margin-top: 25rpx; width: 100%; - height: 35vh; + height: 36.5vh; background-color: #fff; border-radius: 4vh; @@ -1531,7 +1531,7 @@ } .right-container-title-nav { - margin-top: 80rpx; + margin-top: 50rpx; display: flex; height: 20vh; position: relative; diff --git a/pages/NursingNew/component/pleasetake/component/requestform.vue b/pages/NursingNew/component/pleasetake/component/requestform.vue index 67861d7..0a7c5b5 100644 --- a/pages/NursingNew/component/pleasetake/component/requestform.vue +++ b/pages/NursingNew/component/pleasetake/component/requestform.vue @@ -401,7 +401,7 @@ } const clickLeftMenu = (index : any, item : any) => { let num = Math.ceil((index + 1)) - leftscrolltop.value = (num - 2) * 175.4; + leftscrolltop.value = (num - 2) * 180; lefttarget.value = index; rightdonghua.value = false; @@ -649,7 +649,7 @@ .other-contain { width: 100%; - height: 1050rpx; + height: 85vh; display: flex; transition: opacity 1s ease; @@ -659,7 +659,7 @@ .left-menu-scroll { margin-top: 3%; - height: 91%; + height: 90%; width: 100%; // position: relative; // overflow: auto; diff --git a/pages/NursingNew/component/pleasetake/css/take.less b/pages/NursingNew/component/pleasetake/css/take.less index 5db39fc..5a85e38 100644 --- a/pages/NursingNew/component/pleasetake/css/take.less +++ b/pages/NursingNew/component/pleasetake/css/take.less @@ -1,5 +1,5 @@ .right-container-title-nav { - margin-top: 60rpx; + margin-top: 40rpx; display: flex; align-items: center; height: 60rpx; diff --git a/pages/watch/settings/settings.vue b/pages/watch/settings/settings.vue index b16973d..05e78dc 100644 --- a/pages/watch/settings/settings.vue +++ b/pages/watch/settings/settings.vue @@ -403,10 +403,11 @@ } .index-content-other { width: 100%; - // height: 100%; + height: 100vh; transition: opacity 1s ease; position: relative; background-color: #EFF0F4; + overflow: hidden; } .index-content-right { @@ -414,8 +415,8 @@ border-radius: 50rpx; display: flex; align-items: center; - padding-top: 65rpx; font-size: 32rpx; + height: 35rpx; } .item {