liuyu 4 年之前
父節點
當前提交
db2e54e622
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/meetingBrief/detail.vue

+ 2 - 2
src/views/meetingBrief/detail.vue

@@ -156,13 +156,13 @@ export default {
       padding: 0 0 10px 0;
       span:first-child {
         display: inline-block;
-        width: 40%;
+        width: 80%;
         text-align: left;
       }
     }
     .image {
       width: 100%;
-      max-height: 200px;
+      min-height: 200px;
     }
   }
 }