修改文件问题

master
于肖磊 2024-10-19 16:04:31 +08:00
parent fc92dda4d2
commit 1e36f83d3b
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -541,7 +541,7 @@
}
.flex-img5 {
width: 100%;
min-height: 208rpx;
// min-height: 208rpx;
height: 100%;
}
.original-price-left {