Browse Source

管理驾驶舱选择部门样式

yuhan 1 year ago
parent
commit
97c72709f5
1 changed files with 8 additions and 1 deletions
  1. 8 1
      src/views/module_kzks/dashboard/Analysis.vue

+ 8 - 1
src/views/module_kzks/dashboard/Analysis.vue

@@ -758,9 +758,16 @@
     padding: 0 20px 20px;
     padding: 0 20px 20px;
   }
   }
 
 
+  // 选择部门
   .choose-dept-container{
   .choose-dept-container{
     position: fixed;
     position: fixed;
     right: 10px;
     right: 10px;
-    top: 84px;
+    top: 78px;
+    /deep/ .components-input-demo-presuffix .ant-input-affix-wrapper{
+      input{
+        background: #bbdeff;
+      }
+
+    }
   }
   }
 </style>
 </style>