zengyicheng 2 years ago
parent
commit
1c1284eb81
1 changed files with 7 additions and 6 deletions
  1. 7 6
      src/components/pages/race/eventCenter/anliDetail.vue

+ 7 - 6
src/components/pages/race/eventCenter/anliDetail.vue

@@ -2928,6 +2928,9 @@ export default {
   .file > div > div:nth-child(2) > div:nth-child(1) {
     width: 160px !important;
   }
+  .isleftNav {
+    top: 35% !important;
+  }
   .leftImg {
     height: 230px !important;
   }
@@ -2949,9 +2952,9 @@ export default {
   /* .proOverNav {
     width: 52% !important;
   } */
-  .fileBox {
+  /* .fileBox {
     width: auto !important;
-  }
+  } */
   .look_file {
     width: 55% !important;
   }
@@ -2967,9 +2970,7 @@ export default {
   .isNavBox {
     left: 22% !important;
   }
-  .isleftNav {
-    top: 35% !important;
-  }
+  
 }
 html,
 body {
@@ -3764,6 +3765,6 @@ ol {
   color: #5e5e5e;
 }
 .isleftNav {
-  top: 65% !important;
+  top: 65%;
 }
 </style>