后台UI更新

This commit is contained in:
2019-09-01 15:45:59 +08:00
parent fef0360a8f
commit dd9fbd85fd
9 changed files with 251 additions and 356 deletions
+10 -12
View File
@@ -1,16 +1,14 @@
{extend name="admin/base"/}
{block name="body"}
<Card style="width:350px">
<p slot="title">
<Icon type="ios-film-outline"></Icon>
Classic film
</p>
<Input v-model="value" placeholder="Enter something..." style="width: 300px" />
</Card>
{/block}
{block name="script"}
<script type="text/javascript">
var isLoadModule = true;
</script>
<!-- Default box -->
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">{$mate_title|default="更新缓存"}</h3>
<div class="box-tools pull-right">
</div>
</div>
<div class="box-body">
</div>
</div>
{/block}