From bc53e71755969daacb76bf06cc2c5484dec0554f Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 19 二月 2024 14:48:15 +0800 Subject: [PATCH] 错误码401跳转登录 --- 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