mirror of https://github.com/halo-dev/halo-admin
Fixed style error.
parent
661e0dcd6e
commit
3c303c0c12
|
@ -2,27 +2,27 @@
|
||||||
<div class="page-header-index-wide">
|
<div class="page-header-index-wide">
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :xl="24" :lg="24" :md="24" :sm="24" :xs="24">
|
<a-col :xl="24" :lg="24" :md="24" :sm="24" :xs="24">
|
||||||
<a-list
|
<a-card>
|
||||||
class="demo-loadmore-list"
|
<a-list
|
||||||
:loading="loading"
|
class="demo-loadmore-list"
|
||||||
itemLayout="horizontal"
|
:loading="loading"
|
||||||
:dataSource="data"
|
itemLayout="horizontal"
|
||||||
>
|
:dataSource="data"
|
||||||
<a-list-item slot="renderItem" slot-scope="item, index" :key="index">
|
>
|
||||||
<a slot="actions">edit</a>
|
<a-list-item slot="renderItem" slot-scope="item, index" :key="index">
|
||||||
<a slot="actions">more</a>
|
<a slot="actions">edit</a>
|
||||||
<a-list-item-meta
|
<a slot="actions">more</a>
|
||||||
:description="item.url"
|
<a-list-item-meta :description="item.url">
|
||||||
>
|
<a slot="title" href="https://vue.ant.design/">{{ item.url }}</a>
|
||||||
<a slot="title" href="https://vue.ant.design/">{{ item.url }}</a>
|
<a-avatar
|
||||||
<a-avatar
|
slot="avatar"
|
||||||
slot="avatar"
|
src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
|
||||||
src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
|
/>
|
||||||
/>
|
</a-list-item-meta>
|
||||||
</a-list-item-meta>
|
<div>content</div>
|
||||||
<div>content</div>
|
</a-list-item>
|
||||||
</a-list-item>
|
</a-list>
|
||||||
</a-list>
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue