实现路径规则各项数据修改

This commit is contained in:
刘祥超
2020-09-22 11:36:51 +08:00
parent a4b806fa7e
commit 6d6fb22d78
110 changed files with 1799 additions and 182 deletions

View File

@@ -40,7 +40,7 @@
opacity: 0.3;
}
.left-box.tiny {
top: 10em;
top: 10.5em;
}
.right-box {
position: fixed;
@@ -52,6 +52,10 @@
padding-bottom: 1em;
overflow-y: auto;
}
.right-box.tiny {
top: 10em;
left: 26.5em;
}
.right-box::-webkit-scrollbar {
width: 4px;
}