inleft
2024-01-10 7319260f31c9a593418ff17b1ca42e0822c3c4eb
src/components/mini/box1-info.vue
@@ -9,9 +9,11 @@
         <span>{{name}}</span>
         <span>{{sentence}}</span>
         <span>
            <a-icon type="environment" />{{location}}
            <router-link to="/findMe">
               <a-icon type="environment" />{{location}}
            </router-link>
         </span>
      </div>
   </div>
@@ -57,6 +59,10 @@
   /* 一言 */
   .blog-user-message {
      a {
         color: #555;
      }
      text-align: center;
      font-size: 15px;
      color: #555;
@@ -69,3 +75,8 @@
      }
   }
</style>
<style lang="less" scoped>
   a:hover::after {
      left: -50%;
   }
</style>