From 6c4bd2467bb6651c6edcf8a9741dcd4e9b1aa6d3 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 30 Jan 2026 14:42:36 +0800
Subject: [PATCH] feat:权限按钮
---
applications/task-work-order/src/styles/common/cockpit.scss | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 64f2e18..f5673b5 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -519,6 +519,7 @@
.label {
display: inline-block;
width: 88px;
+ flex-shrink: 0;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 14px;
@@ -531,6 +532,8 @@
.val {
margin-left: 12px;
+ flex: 1;
+ overflow: hidden;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 14px;
@@ -539,6 +542,13 @@
text-align: left;
font-style: normal;
text-transform: none;
+ }
+
+ .val-long {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ cursor: pointer;
}
}
}
@@ -1048,14 +1058,14 @@
th.el-table__cell {
height: 40px;
- border-bottom: 1px solid #DBDFF1 !important;
+ border-bottom: 1px solid #E5E6EB !important;
.cell {
padding: 0 0 0 16px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 14px;
- color: #9292C1;
+ color: #86909C;
text-align: left;
font-style: normal;
text-transform: none;
@@ -1071,7 +1081,7 @@
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 14px;
- color: #383874;
+ color: #4E5969;
text-align: left;
font-style: normal;
text-transform: none;
--
Gitblit v1.9.3