@@ -17147,7 +17147,7 @@ export default {
.filebox:before {
content: ""; /* 使用 :before 伪元素创建纵向虚线 */
position: absolute;
- top: 35px;
+ top: 20px;
left: 13px;
border-left: 2px dotted #cad1dc;
height: calc(100% - 15px);