创建新仓库

This commit is contained in:
2025-07-03 17:39:09 +08:00
commit c781d38c0c
12944 changed files with 807291 additions and 0 deletions

View File

@ -0,0 +1,13 @@
:root {
--timelineCursorBox-left: 0px;
}
.timelineCursorBox {
left: var(--timelineCursorBox-left);
}
.el-slider__runway{
margin: 5px 0 !important;
}
.newEventBox .params .el-select{
width: 175px;
}