feat: 【Transfer组件】已选择的范围样式修改:添加滚动以及超出页面部分做隐藏

This commit is contained in:
chaiying 2024-04-10 16:24:12 +08:00
parent 8366383350
commit 28771b0bd2

View File

@ -15,7 +15,9 @@
&__items { &__items {
padding: 8px 4px; padding: 8px 4px;
overflow: scroll; width: 100%;
height: calc(100% - 105px);
overflow-y: scroll;
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: none;