From 4194f5e9eef90db5911a5d9d942b7c61c8ceffa8 Mon Sep 17 00:00:00 2001 From: Ledo Date: Mon, 7 Jul 2025 14:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=9C=80=E9=87=8D?= =?UTF-8?q?=E8=BF=9B=E9=A1=B5=E9=9D=A2=E6=89=8D=E6=8F=90=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assembleReport/assembleReport-detail.vue | 1196 +++++++++-------- 1 file changed, 612 insertions(+), 584 deletions(-) diff --git a/mes-ui/mini-app/src/pages/assembleReport/assembleReport-detail.vue b/mes-ui/mini-app/src/pages/assembleReport/assembleReport-detail.vue index bd2172e..6e982c5 100644 --- a/mes-ui/mini-app/src/pages/assembleReport/assembleReport-detail.vue +++ b/mes-ui/mini-app/src/pages/assembleReport/assembleReport-detail.vue @@ -1,653 +1,681 @@ + .unit { + width: 100rpx; + margin-left: 4rpx; + text-align: center; + } + } + } + + .ok { + font-size: 32rpx; + margin: 20rpx auto 80rpx; + text-align: center; + width: 200rpx; + border-radius: 10rpx; + padding: 8rpx 0; + background-color: #3C8AF7; + color: #fff; + } + } + } + \ No newline at end of file