From c7dae31af1a55246b98f031c280c2926f4cf04be Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 26 Jan 2026 16:39:30 +0800
Subject: [PATCH] feat:弹窗中样式调整
---
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