fix: 2582 【AI一键查重】高级筛选下拉框加个滚动条

pull/1/head
lizijiee 1 year ago
parent 458a93ede3
commit 53277ec183

@ -356,11 +356,11 @@ const moveEnd = () => {
height: 200px; height: 200px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
scrollbar-width: none; /* firefox */ scrollbar-width: thin; /* firefox */
-ms-overflow-style: none; /* IE 10+ */ -ms-overflow-style: thin; /* IE 10+ */
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: thin;
} }
li { li {

Loading…
Cancel
Save