From bf7b5516246e58e955d67a3c97ab14727e75b6be Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 08 十二月 2023 17:26:50 +0800
Subject: [PATCH] 没有人员信息,点击 报工是增加 没有人员信息不可报工的提示

---
 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