From 20378b1b6ee197a8031d29fa0db526ddde951b97 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 30 Jun 2025 17:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.styl | 9 +++++ pages/SecondPhase/BoxReturn.vue | 18 ++++++---- pages/SecondPhase/DeliveryUnbindConfirm.vue | 14 +++++--- pages/SecondPhase/EmptyBoxInStore.vue | 18 ++++++---- pages/SecondPhase/EmptyVehicleInStore.vue | 20 +++++++---- pages/SecondPhase/ManMaintain.vue | 16 ++++++--- pages/SecondPhase/PackRelation.vue | 38 ++++++++++----------- pages/SecondPhase/SubRollPackUnbind.vue | 20 ++++++----- pages/SecondPhase/point/PointManage.vue | 20 +++++++---- utils/utils.js | 21 ++++++++++++ 10 files changed, 131 insertions(+), 63 deletions(-) create mode 100644 utils/utils.js diff --git a/common/style/layout.styl b/common/style/layout.styl index 5f9c929..82a581e 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -167,6 +167,11 @@ uni-button:after { // text-align-last: justify; // text-justify: inter-ideograph;/*兼容ie*/ } +.is-required .filter_label:after { + content: "*"; + color: #D7592F; + margin-left: 4px; +} .filter_label_1 { line-height: 30rpx; } @@ -452,6 +457,10 @@ uni-button[size=mini] { .uni-select__selector { z-index: 300 !important; } +.uni-select { + height: 80rpx !important; + border-color: #dcdfe6 !important; +} /** 弹窗 */ .popshow { diff --git a/pages/SecondPhase/BoxReturn.vue b/pages/SecondPhase/BoxReturn.vue index 5a1045e..c0f2ae1 100644 --- a/pages/SecondPhase/BoxReturn.vue +++ b/pages/SecondPhase/BoxReturn.vue @@ -4,7 +4,7 @@ - + {{$t('filter.pack-point')}} @@ -14,7 +14,7 @@ /> - + {{$t('filter.box-no')}} @@ -28,7 +28,7 @@ - + @@ -36,6 +36,7 @@