@@ -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>