mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 12:13:43 +08:00
style(projects): per style [完善样式]
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
@mixin scrollbar($size: 8px, $color: #d9d9d9) {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: $color transparent;
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: $color;
|
||||
border-radius: $size;
|
||||
|
||||
Reference in New Issue
Block a user