浏览代码

修改样式问题

zengyicheng 2 年之前
父节点
当前提交
826eea8238
共有 1 个文件被更改,包括 5 次插入2 次删除
  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 {