|
@@ -46,9 +46,29 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
|
|
+
|
|
|
<h4 style="margin-bottom: 10px;">访客端入口设置</h4>
|
|
<h4 style="margin-bottom: 10px;">访客端入口设置</h4>
|
|
|
<div class="ibox-title">
|
|
<div class="ibox-title">
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+ <form class="form-horizontal m-t layui-form" id="marginForm" method="post" action="{:url('settings/margin')}">
|
|
|
|
|
+ <div class="form-group" style="flex-wrap: wrap; display: flex">
|
|
|
|
|
+ <p style="width: 100%; margin-left: 20px; color: #9c9c9c; margin-bottom: 15px; font-size: 15px;">访客端入口上边距设置</p>
|
|
|
|
|
+ <label class="col-sm-3 control-label">上边距:</label>
|
|
|
|
|
+ <div class="input-group col-sm-1">
|
|
|
|
|
+ <input type="hidden" name="id" value="{$settings['id']}">
|
|
|
|
|
+ <input type="text" class="form-control" name="margin-top" required="" aria-required="true" value="{$settings['margin_top']}">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <label class="control-label" style="margin-left: 20px;">px,</label>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="form-group" style="margin-top: 40px;">
|
|
|
|
|
+ <label class="col-sm-3 control-label"></label>
|
|
|
|
|
+ <div class="input-group col-sm-4">
|
|
|
|
|
+ <button class="btn btn-primary" type="submit">提交</button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </form>
|
|
|
|
|
+
|
|
|
<a href="/admin/settings/add.html">
|
|
<a href="/admin/settings/add.html">
|
|
|
<button class="btn btn-primary" type="button" style="margin-top:5px"><strong>新增访客端入口</strong>
|
|
<button class="btn btn-primary" type="button" style="margin-top:5px"><strong>新增访客端入口</strong>
|
|
|
</button>
|
|
</button>
|
|
@@ -75,7 +95,6 @@
|
|
|
<th data-field="name">名称</th>
|
|
<th data-field="name">名称</th>
|
|
|
<th data-field="image">图片</th>
|
|
<th data-field="image">图片</th>
|
|
|
<th data-field="user_group">关联客服组</th>
|
|
<th data-field="user_group">关联客服组</th>
|
|
|
- <th data-field="margin_top">上边距</th>
|
|
|
|
|
<th data-field="sort">排序</th>
|
|
<th data-field="sort">排序</th>
|
|
|
<th data-field="operate">操作</th>
|
|
<th data-field="operate">操作</th>
|
|
|
</thead>
|
|
</thead>
|