From 460e6e3c0679ed0fc50c6ef2510f62af64b26927 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 26 Feb 2024 14:06:45 +0800 Subject: [PATCH] =?UTF-8?q?task#11332,=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseList/caseList.vue | 17 +++++------------ src/views/driverCaseList/driverCaseList.vue | 8 ++++++-- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/src/views/caseList/caseList.vue b/src/views/caseList/caseList.vue index d2eaf3a7..3051f191 100644 --- a/src/views/caseList/caseList.vue +++ b/src/views/caseList/caseList.vue @@ -177,12 +177,11 @@ export default { background-color: #F4F5F7 !important; padding-bottom: 10px; } -/*::v-deep .van-nav-bar__content{ - background-color: #354683 !important; -}*/ -//::v-deep .van-pull-refresh{ -// height: calc(100% - 86px) ; -//} +::v-deep .van-pull-refresh{ + height: calc(100% - 86px) ; + overflow-y: auto; + background-color: #F4F5F7; +} .tab_wrap { @include fontWeightSize(500, 14px); @include flexColAround(); @@ -198,19 +197,13 @@ export default { .alpha{ opacity: 0.5; } - //为一个数时,宽为 .numTip{ display: inline-block; min-width: 15px; - //height: 15px; @include all-height(15px); - //box-sizing: border-box; - //padding: 0px 2px; - //@include wh(15px,15px); @include bgcolorOpa(#F95B45,0.9); border-radius: 4px; text-align: center; - //line-height: 15px; margin-left: 5px; opacity: 1; /* 保持透明度为1 */ } diff --git a/src/views/driverCaseList/driverCaseList.vue b/src/views/driverCaseList/driverCaseList.vue index 1887b523..2d41f04f 100644 --- a/src/views/driverCaseList/driverCaseList.vue +++ b/src/views/driverCaseList/driverCaseList.vue @@ -308,13 +308,17 @@ export default { color: #FFFFFF; } } -/* +::v-deep .van-pull-refresh{ + //height: calc(100% - 140px); + overflow-y: auto; + background-color: #F4F5F7; +} .firstpullRefresh{ height: calc(100% - 140px) ; } .secondpullRefresh{ height: calc(100% - 91px) ; -}*/ +} ::v-deep .van-list__finished-text{ padding-bottom: 70px; background-color: #F4F5F7;