|
|
|
@ -60,7 +60,7 @@ function CRoundSelect (props) {
|
|
|
|
|
.trigger {
|
|
|
|
|
width: ${width || 'fit-content'};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.droplist {
|
|
|
|
|
width: ${width || 'fit-content'};
|
|
|
|
@ -69,7 +69,7 @@ function CRoundSelect (props) {
|
|
|
|
|
top: 0px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|