Browse Source

勋章页面布局调整

sunlupeng 1 year ago
parent
commit
df08def6ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/HomeView/MyMedal.vue

+ 2 - 2
src/views/HomeView/MyMedal.vue

@@ -59,7 +59,7 @@ export default{
   },
 }
 </script>
-<style>
+<style scoped>
 .timeline-container{
     margin: 0 auto;
 }
@@ -117,7 +117,7 @@ img {
     border-style: none;
 }
 .serie .badge-icon-list{
-    display: grid;
+    display: flex;
     justify-content: space-between;
     grid-template-columns: repeat(auto-fill,118px);
     grid-gap: 10px 20px;