14 lines
215 B
CSS
14 lines
215 B
CSS
|
|
:root {
|
||
|
|
--timelineCursorBox-left: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.timelineCursorBox {
|
||
|
|
left: var(--timelineCursorBox-left);
|
||
|
|
}
|
||
|
|
.el-slider__runway{
|
||
|
|
margin: 5px 0 !important;
|
||
|
|
}
|
||
|
|
.newEventBox .params .el-select{
|
||
|
|
width: 175px;
|
||
|
|
}
|