浏览代码

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;
 }