Skip to content

Commit

Permalink
fix(tenant): 滚动条样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojingjing committed Jan 23, 2024
1 parent dba7642 commit c5a5051
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/guard-core-v4/src/TenantPortalSelect/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,16 @@
max-height: calc(100vh - 420px);
min-height: 272px;
overflow-y: auto;
&::-webkit-scrollbar {
width: 4px;
background-color: #fff;
}

&::-webkit-scrollbar-thumb {
background: #C9CDD4;
border-radius: 20px;
}

}
}

0 comments on commit c5a5051

Please sign in to comment.