inleft
2022-08-19 8ec9c517c58b70918f2d72f2bfa6ab4b0a4145f9
src/components/mini/mdDetail.vue
@@ -6,7 +6,7 @@
         </a-button>
      </div> -->
      <div class="headertop filter-dot headertop-bar">
      <div class="headertop filter-dot headertop-bar " v-if="coverURL.length>0">
         <figure class="centerbg" v-bind:style="{'background-image':'url('+this.coverURL+')'}">
         </figure>
      </div>
@@ -50,8 +50,8 @@
            </pre>
         </div>
         <div class="markdown-body article-detail" v-else>
            <vue-markdown :source="source"></vue-markdown>
         <div class="markdown-body article-detail " v-else>
            <vue-markdown :source="source" ></vue-markdown>
         </div>
      </div>
@@ -123,7 +123,7 @@
               value: '',
               disabled: false
            },
            coverURL: "http://t.inleft.com/share/media_photo/background.jpg"
            coverURL: ""
         }
      },
      created() {