Fix TreeSelect not found style

This commit is contained in:
afc163 2016-08-03 11:33:23 +08:00
parent 86aaa2d1ed
commit 9cee9f103a

View File

@ -118,3 +118,10 @@
cursor: not-allowed;
display: block;
}
.ant-select-not-found {
cursor: not-allowed;
color: #ccc;
padding: 7px 15px;
display: block;
}