实现路径规则部分功能

This commit is contained in:
刘祥超
2020-09-21 19:51:50 +08:00
parent 47bf305df6
commit a4b806fa7e
50 changed files with 630 additions and 114 deletions

View File

@@ -43,10 +43,19 @@
}
}
.left-box::-webkit-scrollbar {
width: 4px;
}
.left-box.disabled {
opacity: 0.3;
}
.left-box.tiny {
top: 10em;
}
.right-box {
position: fixed;
top: 7.5em;
@@ -60,4 +69,4 @@
.right-box::-webkit-scrollbar {
width: 4px;
}
}