From 65c34e1efebee88a5e6630f33291e60e23a287c7 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 12 九月 2025 10:56:23 +0800
Subject: [PATCH] 1.新增agv组托和组托并呼叫空托盘 2.出库确认 3.空板回库或者拣料回库 4.agv点到点搬运 5.agv点到区搬运 6.agv区到点搬运
---
uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
index 8d255fb..03a349e 100644
--- a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
+++ b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
@@ -183,7 +183,7 @@
.uni-numbox__value {
margin: 0 2px;
background-color: $bg;
- width: 40px;
+ width: auto;
height: $box-height;
text-align: center;
font-size: 14px;
--
Gitblit v1.9.1