From cdc78e8dcf8cbd5bc7180ae3395d00346275e079 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Feb 2026 10:18:56 +0800
Subject: [PATCH] feat:工单,表格列表中按钮样式调整
---
applications/task-work-order/src/styles/common/cockpit.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 944788a..3300516 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -945,10 +945,10 @@
padding-bottom: 20px;
.el-button {
- min-width: 88px;
+ padding: 4px 16px;
color: #383874;
border: none;
- height: 48px;
+ height: 32px;
}
.el-button:first-child {
--
Gitblit v1.9.3