✨ feat: 【Transfer组件】已选择的范围样式修改:添加滚动以及超出页面部分做隐藏
This commit is contained in:
parent
8366383350
commit
28771b0bd2
@ -15,7 +15,9 @@
|
||||
|
||||
&__items {
|
||||
padding: 8px 4px;
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
height: calc(100% - 105px);
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user