From d479170d2719231ef6ff8544559f807322e7660f Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 28 Aug 2023 14:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8A=A0=E8=BD=BD=E5=AE=8C=E4=B9=8B=E5=90=8E=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=B2=A1=E6=9C=89=E6=9B=B4=E5=A4=9A=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/driverManage.vue | 4 +--- src/views/index/vehicleAdd.vue | 1 + src/views/index/vehicleManage.vue | 17 ++++++++++------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/views/index/driverManage.vue b/src/views/index/driverManage.vue index 1513fa2a..9ad32d59 100644 --- a/src/views/index/driverManage.vue +++ b/src/views/index/driverManage.vue @@ -169,11 +169,9 @@ export default { overflow-y: auto; } .navBar{ - //height: 46px; margin-bottom: 46px; .rightWrap{ - width: 50px; - height: 20px; + @include wh(50px,20px); border-radius: 10px; opacity: 0.7; border: 1px solid #FFFFFF; diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 66c446ae..2e422203 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -57,6 +57,7 @@
+
{{ item.name }}: diff --git a/src/views/index/vehicleManage.vue b/src/views/index/vehicleManage.vue index e59df7ed..20062fd9 100644 --- a/src/views/index/vehicleManage.vue +++ b/src/views/index/vehicleManage.vue @@ -145,17 +145,20 @@ export default { @import "@/styles/mixin.scss"; @import "@/styles/common.scss"; .wrap{ - overflow-y: auto; - @include wh(100%,calc(100% - 46px)); + //overflow-y: auto; + //@include wh(100%,calc(100% - 46px)); + //box-sizing: border-box; + //padding: 13px 13px 0; + background: #F4F5F7; box-sizing: border-box; - padding: 13px 13px 0; + padding: 13px; + @include wh(100%, 100%); + overflow-y: auto; } .navBar{ - margin-bottom: 56px; - //height: 46px; + margin-bottom: 46px; .rightWrap{ - width: 50px; - height: 20px; + @include wh(50px,20px); border-radius: 10px; opacity: 0.7; border: 1px solid #FFFFFF;