feat(royalpay):

修复industry——alipay category样式问题
master
xiao.tang 4 years ago
parent 2e6f1633c4
commit 231540d310

@ -3,11 +3,12 @@
height: 300px;
white-space: nowrap;
z-index: 9999;
background: white;
}
.ml-select-box ul.select-group {
display: inline-block;
width: 240px;
/* width: 240px; */
overflow: auto;
height: 200px;
margin: 0;
@ -27,7 +28,8 @@
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;
font-weight: bold;
}
Loading…
Cancel
Save