This commit is contained in:
fengjh5 2024-06-06 17:35:57 +08:00
parent 9034562b25
commit 1bea6363c1
1 changed files with 5 additions and 0 deletions

View File

@ -74,3 +74,8 @@ $dataList = isset($dataList) ? $dataList : array();
</table> </table>
</div> </div>
</div><!-- /.row --> </div><!-- /.row -->
<div class="row">
<div class="text-center">
<?php if(isset($pageHtml)){echo $pageHtml;} ?>
</div>
</div><!-- /.row -->