From 33ad9bff8eb0e6be50efbaab76ae71c76b6e218b Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期四, 21 八月 2025 14:17:33 +0800 Subject: [PATCH] PDA报工页面投料产量和汇报产量放到主页面,调整逻辑,接口联调,取消报工页面逻辑梳理,接口联调 --- pages/wareHouse/nuclearScale/index.scss | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/wareHouse/nuclearScale/index.scss b/pages/wareHouse/nuclearScale/index.scss index 15d9a6d..65102a3 100644 --- a/pages/wareHouse/nuclearScale/index.scss +++ b/pages/wareHouse/nuclearScale/index.scss @@ -130,7 +130,7 @@ ._label-name { margin-left: 11rpx; - font-size: 26rpx; + font-size: small; font-weight: 500; color: #666666; } @@ -140,7 +140,7 @@ flex: 1.5; text-align: right; color: #909399; - font-size: 24rpx; + font-size: small; } .row-list .s1 { @@ -185,7 +185,7 @@ .packing-registration-param-item-left { .item-one { - font-size: 30rpx; + font-size: small; color: #666666; } } @@ -195,19 +195,19 @@ justify-content: space-between; .item-one { - font-size: 15rpx; + font-size: small; color: #060505; margin-right: 6rpx; } .item-two { - font-size: 15rpx; - color: #a6b4cc; + font-size: small; + color: #171718; margin-right: 6rpx; } .item-three { - font-size: 30rpx; + font-size: small; color: #214ded; margin-right: 6rpx; } @@ -271,7 +271,7 @@ .packing-registration-param-item-left { .item-one { - font-size: 30rpx; + font-size: small; color: #666666; } } @@ -281,19 +281,19 @@ justify-content: space-between; .item-one { - font-size: 30rpx; + font-size: small; color: #060505; margin-right: 6rpx; } .item-two { - font-size: 30rpx; - color: #a6b4cc; + font-size: small; + color: #0f1010; margin-right: 6rpx; } .item-three { - font-size: 30rpx; + font-size: small; color: #214ded; margin-right: 6rpx; } -- Gitblit v1.9.3