新增卡片样式,导航样式,头部样式

This commit is contained in:
augushong
2021-04-21 23:08:56 +08:00
parent 490e9a6688
commit bffce779ed
8 changed files with 620 additions and 282 deletions

View File

@@ -106,7 +106,7 @@
htmlListNew.push(htmlLine.slice(baseLineBlankNums))
});
$(this).siblings('pre.demo-js').html(htmlListNew.join("\n"))
$(this).siblings('pre.demo-js').text(htmlListNew.join("\n"))
})
layui.form.render()
layui.element.render()