소스 검색

style: change task manage module top filter placeholder color

ZhaoJun 1 년 전
부모
커밋
69b6d64adf
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/pages/TaskManage/index.less

+ 4 - 0
src/pages/TaskManage/index.less

@@ -29,6 +29,10 @@
   font-size: 20px;
 }
 
+.antdSelect .ant-select-selection-placeholder{
+  color: rgba(0,0,0,0.75);
+}
+
 .ant-select-dropdown{
   width: unset;
 }