zengyicheng 1 year ago
parent
commit
e842574af1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/studyStudent.vue

+ 1 - 1
src/components/studyStudent.vue

@@ -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);