标题子标题优化

This commit is contained in:
thinkgem
2024-04-18 21:22:12 +08:00
parent 29345f8873
commit 37a74e7168
6 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
// 输出子表控件
for (child in table.childList){
%>
<h4 class="form-unit">\${text('${child.comments}')}</h4>
<div class="form-unit">\${text('${child.comments}')}</div>
<div class="ml10 mr10 table-form">
<table id="${@StringUtils.uncap(child.className)}DataGrid"></table>
<% if(table.tplCategory != 'query'){ %>