优化后台UI
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
{block name="body"}
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
<div class="pull-left">
|
||||
<h2>{$meta_title}分类</h2>
|
||||
</div>
|
||||
<h3 class="box-title">{$meta_title}</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<form action="{:url($type)}" method="post" class="form form-horizontal" role="form">
|
||||
@@ -13,7 +11,7 @@
|
||||
<div class="form-group">
|
||||
<label class="col-lg-2 control-label">目标分类</label>
|
||||
<div class="col-lg-5">
|
||||
<select name="to" class="form-control">
|
||||
<select name="to" class="form-control selectpicker">
|
||||
{volist name="list" id="vo"}
|
||||
<option value="{$vo.id}">{$vo.title}</option>
|
||||
{/volist}
|
||||
|
||||
Reference in New Issue
Block a user