select-super
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
32 lines (26 loc) • 640 B
CSS
.ant-select-tree li ul{
padding: 0 0 0 0px ;
}
.ant-select-tree-switcher{
display: none ;
}
.ant-select-tree{
padding: 0 10px ;
}
.ant-select-selection--multiple{
min-height: 30px ;
height: 30px ;
}
.ant-select-selection--multiple .ant-select-selection__choice{
padding: 0 18px 0 2px ;
margin-right: 0px ;
margin-top: 2px ;
}
.ant-empty-image{
display: none ;
}
.test1{
height: 100px;
width: 100px;
background-color: red;
}