From 621693acae8dad181eb8be6e60ffd73593e1177d Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 14 十一月 2023 16:50:45 +0800 Subject: [PATCH] fix: 修复设备状态组件工序运行时间未正确显示的问题 --- src/views/dashboard/components/InputMaterialsList.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/dashboard/components/InputMaterialsList.vue b/src/views/dashboard/components/InputMaterialsList.vue index f4d946f..4dc5bfd 100644 --- a/src/views/dashboard/components/InputMaterialsList.vue +++ b/src/views/dashboard/components/InputMaterialsList.vue @@ -58,6 +58,7 @@ font-size: 16px; } .btn { + padding: 0; width: 90px; float: right; font-size: 14px; -- Gitblit v1.8.0