Authored by 郭成尧

label-width

@@ -150,7 +150,7 @@ $focus-size: 42px; @@ -150,7 +150,7 @@ $focus-size: 42px;
150 border-bottom-left-radius: 40px; 150 border-bottom-left-radius: 40px;
151 float: left; 151 float: left;
152 line-height: 46px; 152 line-height: 46px;
153 - width: 200px; 153 + width: 250px;
154 height: 46px; 154 height: 46px;
155 overflow: hidden; 155 overflow: hidden;
156 text-overflow: ellipsis; 156 text-overflow: ellipsis;
@@ -269,7 +269,7 @@ const processArticleDetail = (articleContent, isApp, gender, isWeixin, isqq, isW @@ -269,7 +269,7 @@ const processArticleDetail = (articleContent, isApp, gender, isWeixin, isqq, isW
269 tagList[tagIndex].top = _randomNumForLabel(height / 2, 269 tagList[tagIndex].top = _randomNumForLabel(height / 2,
270 alreadyTop); 270 alreadyTop);
271 alreadyTop.push(tagList[tagIndex].top); 271 alreadyTop.push(tagList[tagIndex].top);
272 - tagList[tagIndex].left = _randomNumForLabel(105); // 此数值为能产生的最大值,暂不支持左右颠倒 272 + tagList[tagIndex].left = _randomNumForLabel(80); // 此数值为能产生的最大值,暂不支持左右颠倒
273 alreadyLeft.push(tagList[tagIndex].left); 273 alreadyLeft.push(tagList[tagIndex].left);
274 274
275 // 链接 275 // 链接