mirror of https://github.com/halo-dev/halo
ui build
parent
f1ea43a6bb
commit
5729dfa706
|
@ -10,7 +10,7 @@
|
|||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="24">
|
||||
<a-form-item label="文章状态">
|
||||
<a-form-item label="评论状态">
|
||||
<a-select v-model="queryParam.status" placeholder="请选择" default-value="0">
|
||||
<a-select-option value="0">已发布</a-select-option>
|
||||
<a-select-option value="1">待审核</a-select-option>
|
||||
|
|
|
@ -1,5 +1,40 @@
|
|||
<template>
|
||||
<div class="page-header-index-wide"> Menu List </div>
|
||||
<div class="page-header-index-wide">
|
||||
<a-row :gutter="12">
|
||||
<a-col
|
||||
:xl="10"
|
||||
:lg="10"
|
||||
:md="10"
|
||||
:sm="24"
|
||||
:xs="24"
|
||||
class="a-col"
|
||||
>
|
||||
<a-card
|
||||
hoverable
|
||||
title="添加菜单"
|
||||
>
|
||||
<a-form layout="horizontal">
|
||||
|
||||
</a-form>
|
||||
</a-card>
|
||||
</a-col>
|
||||
<a-col
|
||||
:xl="14"
|
||||
:lg="14"
|
||||
:md="14"
|
||||
:sm="24"
|
||||
:xs="24"
|
||||
class="a-col"
|
||||
>
|
||||
<a-card
|
||||
hoverable
|
||||
title="所有菜单"
|
||||
>
|
||||
所有菜单
|
||||
</a-card>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -1,5 +1,40 @@
|
|||
<template>
|
||||
<div class="page-header-index-wide"> Category List </div>
|
||||
<div class="page-header-index-wide">
|
||||
<a-row :gutter="12">
|
||||
<a-col
|
||||
:xl="10"
|
||||
:lg="10"
|
||||
:md="10"
|
||||
:sm="24"
|
||||
:xs="24"
|
||||
class="a-col"
|
||||
>
|
||||
<a-card
|
||||
hoverable
|
||||
title="添加分类目录"
|
||||
>
|
||||
<a-form layout="horizontal">
|
||||
|
||||
</a-form>
|
||||
</a-card>
|
||||
</a-col>
|
||||
<a-col
|
||||
:xl="14"
|
||||
:lg="14"
|
||||
:md="14"
|
||||
:sm="24"
|
||||
:xs="24"
|
||||
class="a-col"
|
||||
>
|
||||
<a-card
|
||||
hoverable
|
||||
title="所有分类"
|
||||
>
|
||||
所有分类
|
||||
</a-card>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue