From 4c6af2ed9071f6f5635e21b5d5db03f0dfac3f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Fri, 8 Nov 2024 14:16:14 +0800 Subject: [PATCH] no message --- src/pages/modules/index1.vue | 2 +- src/pages/modules/index2.vue | 12 ++++++------ src/pages/modules/style.stylus | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/modules/index1.vue b/src/pages/modules/index1.vue index e4b5a93..f002721 100644 --- a/src/pages/modules/index1.vue +++ b/src/pages/modules/index1.vue @@ -91,7 +91,7 @@

装配二车间

-

当前任务 - {{ itemData[1].task_code }}

+

下一任务 - {{ itemData[1].task_code }}

diff --git a/src/pages/modules/index2.vue b/src/pages/modules/index2.vue index cc8a0c0..3d3de1b 100644 --- a/src/pages/modules/index2.vue +++ b/src/pages/modules/index2.vue @@ -18,12 +18,12 @@

{{ lx_used.percent }}

-
-
+
+

总货位数

{{ lx_used.total }}

-
+

已用货位

{{ lx_used.used }}

@@ -123,12 +123,12 @@

{{ tp_used.percent }}

-
-
+
+

总货位数

{{ tp_used.total }}

-
+

已用货位

{{ tp_used.used }}

diff --git a/src/pages/modules/style.stylus b/src/pages/modules/style.stylus index d58fa0d..d4ae8e5 100644 --- a/src/pages/modules/style.stylus +++ b/src/pages/modules/style.stylus @@ -207,11 +207,11 @@ &:nth-child(1) width 10% .percent_line - height 10px - background-color #00ccf2 + height 8px + background-color #4f464c border-radius 10px - margin-bottom 2px + margin-bottom 6px .percent_i - height 10px + height 100% background-color #f5aa00 border-radius 10px \ No newline at end of file