Ver código fonte

管理驾驶舱选择部门样式

yuhan 1 ano atrás
pai
commit
97c72709f5
1 arquivos alterados com 8 adições e 1 exclusões
  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;
   }
 
+  // 选择部门
   .choose-dept-container{
     position: fixed;
     right: 10px;
-    top: 84px;
+    top: 78px;
+    /deep/ .components-input-demo-presuffix .ant-input-affix-wrapper{
+      input{
+        background: #bbdeff;
+      }
+
+    }
   }
 </style>