|
@@ -1062,10 +1062,10 @@ export default {
|
|
} else {
|
|
} else {
|
|
// 多行情况下
|
|
// 多行情况下
|
|
paragraphs.forEach((item) => {
|
|
paragraphs.forEach((item) => {
|
|
- item.style = 'display: inline flex; flex-wrap: wrap; margin-bottom: 22px;font-weight: 500;';
|
|
|
|
|
|
+ item.style = 'display: flex; flex-wrap: wrap; margin-bottom: 22px;font-weight: 500;';
|
|
});
|
|
});
|
|
span.classList = 'articel';
|
|
span.classList = 'articel';
|
|
- span.style = 'font-weight: 500;';
|
|
|
|
|
|
+ span.style = 'display: inline-block;font-weight: 500;';
|
|
}
|
|
}
|
|
// 将 content 设到 span 中
|
|
// 将 content 设到 span 中
|
|
span.appendChild(content);
|
|
span.appendChild(content);
|