This commit is contained in:
2020-03-25 17:08:02 +08:00
parent 6b9202d341
commit 0d2ef31222
35 changed files with 1212 additions and 130 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
<div class="form-group">
<label class="col-lg-2 control-label">{$field['title']|htmlspecialchars}</label>
<div class="col-lg-10 col-sm-10">
{:widget('common/Form/show',array($field,$info))}
{:form($field, $info)}
<div class="help-block">{$field['help']|default=''}</div>
</div>
</div>
@@ -62,7 +62,7 @@
<div class="form-group">
<label class="col-lg-2 control-label">{$field['title']|htmlspecialchars}</label>
<div class="col-lg-10 col-sm-10">
{:widget('common/Form/show',array($field,$info))}
{:form($field, $info)}
<div class="help-block">{$field['help']|default=''}</div>
</div>
</div>
+1 -1
View File
@@ -13,7 +13,7 @@
<script type="text/javascript" src="__static__/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript" src="__static__/plugins/layui/layui.all.js"></script>
<script type="text/javascript">
//var BASE_URL = "/"; //根目录地址
var BASE_URL = "/"; //根目录地址
$(function(){
var height = $(window).height();
if ($('#content-wrapper').height() < height) {