diff --git a/components/diy/article-list.vue b/components/diy/article-list.vue index fcddb8e7..beb27f00 100644 --- a/components/diy/article-list.vue +++ b/components/diy/article-list.vue @@ -163,7 +163,7 @@ field_show: new_content.field_show, // 样式 article_name: 'font-size:' + new_style.name_size + 'px;' + 'font-weight:' + new_style.name_weight + ';' + 'color:' + new_style.name_color + ';', - article_desc: 'font-size:' + new_style.desc_size + 'px;' + 'color:' + new_style.desc_color + ';', + article_desc: 'font-size:' + new_style.desc_size + 'px;line-height:' + new_style.desc_size + 'px;height:'+ new_style.desc_size + 'px;color:' + new_style.desc_color + ';', article_date: 'font-size:' + new_style.time_size + 'px;' + 'font-weight:' + new_style.time_weight + ';' + 'color:' + new_style.time_color + ';', article_page_view: 'font-size:' + new_style.page_view_size + 'px;' + 'font-weight:' + new_style.page_view_weight + ';' + 'color:' + new_style.page_view_color + ';', content_radius: radius_computer(new_style.content_radius), diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue index a3803116..abd99da4 100644 --- a/components/diy/goods-list.vue +++ b/components/diy/goods-list.vue @@ -541,7 +541,7 @@ } .flex-img5 { width: 100%; - min-height: 208rpx; + // min-height: 208rpx; height: 100%; } .original-price-left {