提交
This commit is contained in:
@@ -7723,7 +7723,7 @@ var htmlContent=''
|
||||
</div>
|
||||
`;
|
||||
} else {
|
||||
contentHtml = `<p class="pMain " main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}">${item.content}</p>`;
|
||||
contentHtml = `<p class="${item.is_h1?'Ptitle pMain':'pMain' } " main-state="${item.state}" contenteditable="false" data-id="${item.am_id}" main-id="${item.am_id}">${item.content}</p>`;
|
||||
}
|
||||
|
||||
// 判断是否是表格类型
|
||||
|
||||
Reference in New Issue
Block a user