Browse Source

fix:遗留问题,找人脉样式修改

zhangsiya 10 tháng trước cách đây
mục cha
commit
ec80bd24e8

+ 0 - 1
apps/bigmember_pc/src/components/article-item/ArticleItem.vue

@@ -661,7 +661,6 @@ $border-color: #ececec;
   border-bottom: 1px solid $border-color;
   .list-item-content {
     flex: 1;
-    padding: 16px;
     max-width: 100%;
   }
 

+ 6 - 0
apps/bigmember_pc/src/views/relationship/find.vue

@@ -61,4 +61,10 @@ export default {
     }
   }
 }
+
+::v-deep {
+  .list-item-content {
+    padding: 16px;
+  }
+}
 </style>