From 041e4f7b05ceb4a7264b7bacd1106aade592981b Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 05 Feb 2026 10:18:02 +0800
Subject: [PATCH] feat:更新任务工单上传按钮高度
---
applications/task-work-order/src/styles/common/cockpit.scss | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 4264ea0..dabcf47 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -1201,10 +1201,12 @@
.gd-date-picker {
height: 36px;
}
-
.gd-input {
height: 36px;
}
+ .gd-upload-btn {
+ height: 36px;
+ }
.el-input,
.el-input-number {
min-width: 200px;
--
Gitblit v1.9.3