Parcourir la source

修改样式问题

zengyicheng il y a 2 ans
Parent
commit
826eea8238
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      src/components/pages/race/eventCenter/anliDetail.vue

+ 5 - 2
src/components/pages/race/eventCenter/anliDetail.vue

@@ -2885,6 +2885,9 @@ export default {
   .fileBox {
     width: 30% !important;
   }
+  .look_file{
+    width: 65% !important;
+  }
 }
 html,
 body {
@@ -3105,7 +3108,7 @@ body {
   margin: 10px 20px;
   border-radius: 10px;
   box-sizing: border-box;
-  width: 65%;
+  width: 60%;
 }
 .whiteRight {
   width: 100%;
@@ -3164,7 +3167,7 @@ body {
   background: #fff;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
-  width: 26%;
+  width: 35%;
   margin-left: 10px;
 }
 .fileList {