master
coral chen 5 years ago
commit 3641107625

@ -3,11 +3,12 @@
height: 300px; height: 300px;
white-space: nowrap; white-space: nowrap;
z-index: 9999; z-index: 9999;
background: white;
} }
.ml-select-box ul.select-group { .ml-select-box ul.select-group {
display: inline-block; display: inline-block;
width: 240px; /* width: 240px; */
overflow: auto; overflow: auto;
height: 200px; height: 200px;
margin: 0; margin: 0;
@ -27,7 +28,8 @@
padding: 0 5px; padding: 0 5px;
} }
.ml-select-box ul.select-group li:hover,.ml-select-box ul.select-group li.active{ .ml-select-box ul.select-group li:hover,
.ml-select-box ul.select-group li.active {
background: #c0c0c0; background: #c0c0c0;
font-weight: bold; font-weight: bold;
} }
Loading…
Cancel
Save