From a2f83f4caba15ecb6d81edaefa4eb548f61c60cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BE=A4?= Date: Wed, 20 Sep 2023 14:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=A4=87=E6=B3=A8=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/airport/airport-runData/form.vue | 4 ++++ pages/highWay/runData/form.vue | 4 ++++ pages/highWay/runStatusData/form.vue | 4 ++++ pages/portShipping/waterInternational/form.vue | 4 ++++ pages/railway/railwayRunData/form.vue | 4 ++++ pages/water/transportation/form.vue | 4 ++++ pages/water/waterWay/form.vue | 4 ++++ 7 files changed, 28 insertions(+) diff --git a/pages/airport/airport-runData/form.vue b/pages/airport/airport-runData/form.vue index 210ccaa..a0c2194 100644 --- a/pages/airport/airport-runData/form.vue +++ b/pages/airport/airport-runData/form.vue @@ -705,6 +705,10 @@ font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } diff --git a/pages/highWay/runData/form.vue b/pages/highWay/runData/form.vue index 55dd2da..4510c2d 100644 --- a/pages/highWay/runData/form.vue +++ b/pages/highWay/runData/form.vue @@ -702,6 +702,10 @@ font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } diff --git a/pages/highWay/runStatusData/form.vue b/pages/highWay/runStatusData/form.vue index d3ac27e..5822422 100644 --- a/pages/highWay/runStatusData/form.vue +++ b/pages/highWay/runStatusData/form.vue @@ -756,6 +756,10 @@ font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } diff --git a/pages/portShipping/waterInternational/form.vue b/pages/portShipping/waterInternational/form.vue index f4b9fb9..7a5885b 100644 --- a/pages/portShipping/waterInternational/form.vue +++ b/pages/portShipping/waterInternational/form.vue @@ -615,6 +615,10 @@ font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } diff --git a/pages/railway/railwayRunData/form.vue b/pages/railway/railwayRunData/form.vue index b775610..2b129c1 100644 --- a/pages/railway/railwayRunData/form.vue +++ b/pages/railway/railwayRunData/form.vue @@ -544,6 +544,10 @@ font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } diff --git a/pages/water/transportation/form.vue b/pages/water/transportation/form.vue index 2e0780a..ebcc7f9 100644 --- a/pages/water/transportation/form.vue +++ b/pages/water/transportation/form.vue @@ -461,6 +461,10 @@ color: #666666; font-size: 26rpx; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } } diff --git a/pages/water/waterWay/form.vue b/pages/water/waterWay/form.vue index e2a7ae2..8465aef 100644 --- a/pages/water/waterWay/form.vue +++ b/pages/water/waterWay/form.vue @@ -554,6 +554,10 @@ font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; margin-bottom: 30rpx; + } + /deep/ .is-input-border{ + border-radius: 20rpx !important; + border: 1px solid #c1c1c1 !important; } }