优化PageLayout布局、PageHeader增加logo
This commit is contained in:
@@ -52,6 +52,13 @@ export default {
|
||||
components: {AIcon, AButton, AAvatar, ACardMeta, ACard, AListItem, AList},
|
||||
data () {
|
||||
return {
|
||||
desc: '段落示意:蚂蚁金服务设计平台 ant.design,用最小的工作量,无缝接入蚂蚁金服生态, 提供跨越设计与开发的体验解决方案。',
|
||||
linkList: [
|
||||
{icon: 'rocket', href: '/#/', title: '快速开始'},
|
||||
{icon: 'info-circle-o', href: '/#/', title: '产品简介'},
|
||||
{icon: 'file-text', href: '/#/', title: '产品文档'}
|
||||
],
|
||||
extraImage: 'https://gw.alipayobjects.com/zos/rmsportal/RzwpdLnhmvDJToTdfDPe.png',
|
||||
dataSource
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<a-input-search style="width: 522px" placeholder="请输入..." size="large" enterButton="搜索" />
|
||||
</div>
|
||||
<div style="padding: 0 24px">
|
||||
<a-tabs tabBarStyle="margin: 0">
|
||||
<a-tabs :tabBarStyle="{margin: 0}">
|
||||
<a-tab-pane tab="文章" key="1"></a-tab-pane>
|
||||
<a-tab-pane tab="应用" key="2"></a-tab-pane>
|
||||
<a-tab-pane tab="项目" key="3"></a-tab-pane>
|
||||
|
||||
Reference in New Issue
Block a user