From 090103c6938f2361dea6b11e844eb21daaf0b8e8 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 26 Jan 2026 16:59:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/task-work-order/src/styles/common/cockpit.scss | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/applications/task-work-order/src/styles/common/cockpit.scss b/applications/task-work-order/src/styles/common/cockpit.scss
index 31714b1..e84887a 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -471,6 +471,33 @@
color: #161B2C;
}
+
+ .detail-container {
+ display: flex;
+ justify-content: space-between;
+
+ .detail-left {
+ margin-right: 20px;
+ width: 312px;
+ padding: 24px;
+ border: 1px solid #E4E4E4;
+ }
+
+ .detail-right {
+ &>div {
+ .detail-title {
+ margin: 10px 0;
+ }
+
+ &:first-child {
+ .detail-title {
+ margin-top: 0;
+ }
+ }
+ }
+ }
+ }
+
// 查看
.detail-row-view {
background: #F2F3F5;
@@ -1127,4 +1154,22 @@
.fixed-column {
background-color: #1A1A2A !important;
}
+}
+
+.el-popper {
+ .el-menu--popup-container {
+ .el-menu {
+ .el-menu-item.is-active {
+ &::before {
+ display: none;
+ }
+
+ background: #4C34FF;
+
+ span {
+ color: #fff;
+ }
+ }
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3