inleft
2022-01-21 f9c38ed1b72fc96b96c1d3ffdcc1a66b03bd3b73
src/components/mini/box4-minibox.vue
@@ -1,7 +1,11 @@
<template>
   <div class="blog-container ">
      <div>
         <span class="blog-right-side-portion-title " v-bind:class="{'title-remark':isShowRemark}">{{title}}</span>
         <span class="blog-right-side-portion-title " v-bind:class="{'title-remark':isShowRemark}">
            <router-link :to="link">
               {{title}}
            </router-link>
         </span>
      </div>
      <div class="blog-scroll show-line ">
         <div class="blog-right-side-meta " v-for="item in list">
@@ -19,6 +23,9 @@
<script>
   export default {
      props: {
         link: {
            default:"#"
         },
         title: "",
         list: "",
         isShowRemark: false
@@ -37,10 +44,13 @@
   /*右边的部分*/
   .blog-right-side-portion-title {
      a {
         color: black;
      }
      display: block;
      font-size: 15px;
      padding-bottom: 8px;
   }
   span.title-remark::after {