合并代码

This commit is contained in:
MuHua-123
2024-11-15 18:28:21 +08:00
parent 497b43a446
commit 72d1f89b54
274 changed files with 4939 additions and 1968 deletions
@@ -0,0 +1,24 @@
.scroll-view {
height: 100%;
width: 100%;
flex-direction: row;
}
.scroll-view-viewport {
width: 100%;
height: 100%;
}
.scroll-view-container {
}
.scroll-view-scroller {
height: 100%;
width: 30px;
background-color: rgb(255, 255, 255);
}
.scroll-view-dragger {
background-color: rgb(255, 134, 134);
height: 30px;
}