From 5beb2b7f355bd995a69af2ac2e8ebf0ddf402df5 Mon Sep 17 00:00:00 2001 From: Panzihang <819652404@qq.com> Date: Thu, 24 Aug 2023 16:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 16 + components/head-view/head-view.vue | 22 +- pages.json | 5 +- pages/login/index.vue | 2 +- pages/quality/details.vue | 1 + pages/quality/edit.vue | 1 + pages/quality/sign.vue | 53 ++- pages/shipWork/abnormal.vue | 16 +- pages/shipWork/abnormalAdd.vue | 34 +- pages/shipWork/brandDetails.vue | 22 +- pages/shipWork/carDetails.vue | 24 +- pages/shipWork/documentList.vue | 9 +- pages/shipWork/index.vue | 141 +++--- pages/shipWork/mafi.vue | 16 +- pages/shipWork/mafiAdd.vue | 17 +- pages/shipWork/mixWork.vue | 15 +- pages/shipWork/notice.vue | 16 +- pages/shipWork/noticeAdd.vue | 34 +- pages/shipWork/opinion.vue | 16 +- pages/shipWork/opinionAdd.vue | 17 +- pages/shipWork/patrol.vue | 16 +- pages/shipWork/patrolAdd.vue | 35 +- pages/shipWork/peopleAdd.vue | 694 ++++++++++++++--------------- pages/shipWork/shiftAdd.vue | 13 +- pages/shipWork/shiftDetails.vue | 13 +- pages/shipWork/shipInfo.vue | 10 +- pages/shipWork/shipPlan.vue | 23 +- pages/shipWork/sign.vue | 38 +- pages/shipWork/supply.vue | 16 +- pages/shipWork/supplyAdd.vue | 17 +- pages/shipWork/untieAdd.vue | 17 +- pages/shipWork/untieCord.vue | 16 +- pages/shipWork/workAssign.vue | 16 +- pages/shipWork/workAssignAdd.vue | 17 +- style/css/layout.css | 2 +- 35 files changed, 714 insertions(+), 706 deletions(-) diff --git a/App.vue b/App.vue index fb7023a..9e08f4d 100644 --- a/App.vue +++ b/App.vue @@ -29,4 +29,20 @@ /deep/.superwei-combox { background-color: #fff; } + + /deep/.uni-pagination__num-tag { + width: 30px !important; + } + + /deep/uni-button:after { + border: none; + } + + /deep/.uni-numbox__minus { + border-right: 1px solid #ccc; + } + + /deep/.uni-numbox__plus { + border-left: 1px solid #ccc; + } \ No newline at end of file diff --git a/components/head-view/head-view.vue b/components/head-view/head-view.vue index d1fce18..08aa1cf 100644 --- a/components/head-view/head-view.vue +++ b/components/head-view/head-view.vue @@ -1,8 +1,8 @@ @@ -13,12 +13,15 @@ title: { type: String }, + type: { + type: Boolean, + default: () => false + } }, methods: { toBack() { uni.navigateBack('-1') } - } } @@ -28,16 +31,21 @@ position: relative; background-color: #fff; border-bottom: 1px solid #999999; - height: 40px; - line-height: 40px; - font-size: 18px; + height: 68px; + line-height: 68px; + font-size: 20px; + color: #23262E; text-align: center; + font-weight: bold; + box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10); .icon { position: absolute; - top: 3px; left: 10px; } + .bottom { + margin-left: 6px; + } } \ No newline at end of file diff --git a/pages.json b/pages.json index 6c1901b..f979cd3 100644 --- a/pages.json +++ b/pages.json @@ -230,8 +230,11 @@ "van-uploader": "/wxcomponents/vant/dist/uploader/index", "van-progress": "/wxcomponents/vant/dist/progress/index", "van-stepper": "/wxcomponents/vant/dist/stepper/index" + }, + "navigationStyle": "custom", + "app-plus": { + "titleNView": false } - }, "uniIdRouter": {}, "condition": { //模式配置,仅开发期间生效 diff --git a/pages/login/index.vue b/pages/login/index.vue index 1c07569..020e2a2 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -102,7 +102,7 @@ \ No newline at end of file + } + \ No newline at end of file diff --git a/pages/shipWork/shiftAdd.vue b/pages/shipWork/shiftAdd.vue index 91b529e..d211cdf 100644 --- a/pages/shipWork/shiftAdd.vue +++ b/pages/shipWork/shiftAdd.vue @@ -1,5 +1,6 @@