inleft
2022-02-23 81c155e7e00b83f06e6486a8d904428a44b8b275
src/components/mini/mdDetail.vue
@@ -32,8 +32,6 @@
            <vue-markdown :source="source"></vue-markdown>
         </div>
      </div>
   </div>
</template>
@@ -123,15 +121,15 @@
                  return
               }
               //获取日志资源文件
               this.showMsg = false;
               this.errorMsg = "";
               this.$axios
                  .get(res.data.articleFileURL)
                  .then((res) => {
                     this.source = res.data;
                  })
               //获取日志资源文件
               this.showMsg = false;
               this.errorMsg = "";
            })
         },
         pressEnter() {
@@ -152,7 +150,7 @@
            this.$router.go(-1);
         }
      },
   }
</script>
@@ -169,7 +167,8 @@
   }
   .markdown-body {
      padding: 10px 20px 10px 20px;
      min-height: 750px;
      padding: 35px 20px 10px 20px;
      box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.1),
         -8px -8px 18px #ffffff;
   }