Browse Source

fix:列表样式修改,商机遗留样式秀爱

zhangsiya 10 months ago
parent
commit
ff700946ea

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

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

+ 0 - 1
apps/bigmember_pc/src/views/article-content/components/RecommendOpportunities.vue

@@ -340,7 +340,6 @@ const recommendMaskConfig = {
       display: flex;
       flex-direction: row;
       justify-content: space-between;
-      padding: 16px 0;
       &:hover {
         color: $color-main;
       }

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

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