xgwangman 4 éve
szülő
commit
43844480ed
1 módosított fájl, 6 hozzáadás és 6 törlés
  1. 6 6
      jydocs-mobile/src/views/details/details.vue

+ 6 - 6
jydocs-mobile/src/views/details/details.vue

@@ -4,7 +4,7 @@
           <div class="word">
             <i class="word-imgs" :class="'van-icon van-icon-diy-' + fileType(detailData.docFileType)"></i>
           </div>
-          <span><i>{{detailData.docName}}</i></span>
+          <span>{{detailData.docName}}</span>
         </div>
         <div class="middles">
             <h3>摘要</h3>
@@ -292,13 +292,16 @@ export default class extends Vue {
 @include diy-icon('guanzhu', 20, 20);
 @include diy-icon('iconJianYu', 24, 24);
 .details-p {
-    height: 100%;
-    overflow: scroll;
+    // height: 100%;
+    // overflow: scroll;
+    display: contents!important;
     padding-bottom: 80px;
     box-sizing: border-box;
     .de-tops {
         display: flex;
         flex-direction: initial;
+        height: auto!important;
+        min-height: auto!important;
         background: #fff;
         padding: 0 16px;
         .word {
@@ -307,14 +310,11 @@ export default class extends Vue {
           margin-right: 8px;
           padding-top: 24px;
           .word-imgs {
-            display: flex;
             width: 24px;
             height: 24px;
           }
         }
         span {
-          display: flex;
-          flex-wrap: wrap;
           padding: 24px 0;
           color: #171826;
           font-size: 20px;