From 5f3121f96a335b315eeed638022ff5f052854708 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 8 Dec 2023 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/new_style.css | 2 +- mycomponents/detail/comDetailCard.vue | 18 +++++ pages/inspect/coms/inspectComDetailCard.vue | 3 +- pages/issue/request/issueRequest.vue | 73 +++++++++++-------- pages/issue/request/issueRequestDetail.vue | 24 +++++- .../coms/comProductionJobCard.vue | 9 +-- .../job/productionReceiptDetail.vue | 2 +- 7 files changed, 87 insertions(+), 44 deletions(-) diff --git a/common/style/new_style.css b/common/style/new_style.css index 8c45d000..98b69d1f 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -224,7 +224,7 @@ uni-page-head .uni-page-head__title { position: relative; /* width: 25%; */ padding: 0 20rpx; - margin: 0 0 20rpx; + /* margin: 0 0 20rpx; */ text-align: center; } diff --git a/mycomponents/detail/comDetailCard.vue b/mycomponents/detail/comDetailCard.vue index 1c663da4..258e90c0 100644 --- a/mycomponents/detail/comDetailCard.vue +++ b/mycomponents/detail/comDetailCard.vue @@ -1,5 +1,23 @@