创建新仓库
This commit is contained in:
13
src/renderer/components/TS/rootCss.css
Normal file
13
src/renderer/components/TS/rootCss.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user