Authored by huzhiming

style(文章): 修改文章列表标题字体大小及字间距

... ... @@ -105,7 +105,8 @@ export default {
selected: this.articleState.hasPraise === 'Y',
iconBold: true,
iconFontSize: 30,
textAlign: 'normal'
textAlign: 'normal',
textZoom: 1
};
},
cornerMark() {
... ... @@ -243,7 +244,8 @@ export default {
.description {
margin: 14px 20px;
font-size: 26px;
font-weight: 500;
font-weight: 700;
letter-spacing: 1px;
line-height: 36px;
max-height: 72px;
/* stylelint-disable */
... ...
... ... @@ -70,7 +70,7 @@ const getDetailShareData = (article, app_version = '6.9.11') => {
blockList.filter(block => block.templateKey === 'text'),
'[0].contentData',
'',
).substr(0, 20);
).substr(0, 50);
}
if (shareImage && shareImage.indexOf('//') >= 0) {
... ...