From 13c8dca964aaac7d25fcee0b0ad964ab505fb1ea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Feb 2026 17:19:43 +0800
Subject: [PATCH] feat:左侧菜单收缩后,弹窗中菜单样式调整
---
applications/task-work-order/src/styles/common/cockpit.scss | 29 +++++++++++++++++++++++++++--
1 files changed, 27 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 3300516..3a63e08 100644
--- a/applications/task-work-order/src/styles/common/cockpit.scss
+++ b/applications/task-work-order/src/styles/common/cockpit.scss
@@ -1177,17 +1177,42 @@
}
.el-popper {
+ background: #FEFEFE !important;
+
.el-menu--popup-container {
+ .el-menu--popup {
+ min-width: auto !important;
+ }
+
.el-menu {
+ .el-menu-item {
+ margin: 0 12px !important;
+ margin-top: 14px !important;
+ padding: 0 12px !important;
+ display: flex;
+ justify-content: center;
+ height: 36px;
+ background: transparent !important;
+
+ .el-icon-menu {
+ display: none;
+ }
+
+ &:first-child {
+ margin-top: 0;
+ }
+ }
+
.el-menu-item.is-active {
&::before {
display: none;
}
- background: #4C34FF;
+ background: #F6F6FC !important;
+ border-radius: 8px 8px 8px 8px;
span {
- color: #fff;
+ color: #384CFF;
}
}
}
--
Gitblit v1.9.3