修改框架,增加渲染管线扩展包

This commit is contained in:
MuHua-123
2025-04-03 14:32:41 +08:00
parent 0cc1ec3866
commit 5917f914ba
219 changed files with 17518 additions and 1000 deletions
@@ -0,0 +1,23 @@
.scroller-horizontal {
width: 100%;
height: 30px;
background-color: rgb(255, 255, 255);
}
.scroller-horizontal-dragger {
background-color: rgb(255, 126, 126);
width: 30px;
height: 100%;
}
.scroller-vertical {
width: 30px;
height: 100%;
background-color: rgb(255, 255, 255);
}
.scroller-vertical-dragger {
background-color: rgb(255, 126, 126);
width: 100%;
height: 30px;
}