From e74242e9f270404ac3717aeee59e1ab17815eb50 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期三, 27 八月 2025 12:06:25 +0800
Subject: [PATCH] 安灯工单:产线多选修改为单选/设备管理模块迁移: 设备台账/设备履历/故障报修/维修工单/保养标准/点检工单/精度参数维护/工艺参数维护/设备附件管理/故障原因维护  (二维码库添加) 设备台账:设备编码重复校验 、自定义控件引用、权限控制

---
 src/components/tools/UserMenu.vue |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue
index a2a5cc6..9a8a204 100644
--- a/src/components/tools/UserMenu.vue
+++ b/src/components/tools/UserMenu.vue
@@ -257,16 +257,30 @@
 <style lang="less" scoped>
   /* update_begin author:zhaoxin date:20191129 for: 璁╂悳绱㈡棰滆壊鑳介殢涓婚棰滆壊鍙樻崲*/
   /* update-begin author:sunjianlei date:20191220 for: 瑙e喅鍏ㄥ眬鏍峰紡鍐茬獊闂 */
+  //.user-wrapper .search-input {
+  //  width: 180px;
+  //  color: inherit;
+  //
+  //  /deep/ .ant-select-selection {
+  //    background-color: inherit;
+  //    border: 0;
+  //    border-bottom: 1px solid white;
+  //    &__placeholder, &__field__placeholder {
+  //      color: inherit;
+  //    }
+  //  }
+  //}
+
   .user-wrapper .search-input {
     width: 180px;
-    color: inherit;
+    color: white; // 娣诲姞杩欒锛氳缃緭鍏ユ枃瀛楅鑹蹭负鐧借壊
 
     /deep/ .ant-select-selection {
       background-color: inherit;
       border: 0;
       border-bottom: 1px solid white;
       &__placeholder, &__field__placeholder {
-        color: inherit;
+        color: white; // 淇敼杩欒锛氳缃崰浣嶇鏂囧瓧棰滆壊涓虹櫧鑹�
       }
     }
   }

--
Gitblit v1.9.3