ui 优化

pull/9/head
ruibaby 2019-03-30 15:20:49 +08:00
parent cdb61f4885
commit 30c41e24b9
4 changed files with 10974 additions and 12 deletions

View File

@ -493,4 +493,15 @@ body {
margin-right: 8px; margin-right: 8px;
} }
} }
}
.ant-card{
.ant-card-head{
padding: 0 16px;
.ant-card-head-wrapper{
.ant-card-head-title{
padding: 12px 0;
}
}
}
} }

View File

@ -10,7 +10,11 @@
/> />
</div> </div>
<div style="margin-bottom: 16px"> <div style="margin-bottom: 16px">
<a-input addonBefore="https://ryanc.cc/archives/" defaultValue="mysite" style="width: 360px" /> <a-input
addonBefore="https://ryanc.cc/archives/"
defaultValue="mysite"
style="width: 360px"
/>
</div> </div>
<div id="editor"> <div id="editor">
@ -19,7 +23,18 @@
</a-col> </a-col>
<a-col :xl="6" :lg="6" :md="6" :sm="24" :xs="24"> <a-col :xl="6" :lg="6" :md="6" :sm="24" :xs="24">
this is other <a-card title="发布">
</a-card>
<a-card title="分类目录">
</a-card>
<a-card title="标签">
</a-card>
<a-card title="缩略图">
</a-card>
</a-col> </a-col>
</a-row> </a-row>
</div> </div>
@ -41,12 +56,12 @@ export default {
} }
</script> </script>
<style scoped> <style scoped>
#editor { #editor {
margin: auto; margin: auto;
width: 100%; width: 100%;
} }
.v-note-wrapper{ .v-note-wrapper {
z-index: 1000; z-index: 1000;
} }
</style> </style>

View File

@ -21,16 +21,16 @@
累计发表了 {{ counts.postCount }} 篇文章 累计发表了 {{ counts.postCount }} 篇文章
</a-list-item> </a-list-item>
<a-list-item> <a-list-item>
累计创建了 14 个标签 累计创建了 {{ counts.linkCount }} 个标签
</a-list-item> </a-list-item>
<a-list-item> <a-list-item>
累计获得了 {{ counts.commentCount }} 条评论 累计获得了 {{ counts.commentCount }} 条评论
</a-list-item> </a-list-item>
<a-list-item> <a-list-item>
累计添加了 32 个友链 累计添加了 {{ counts.linkCount }} 个友链
</a-list-item> </a-list-item>
<a-list-item> <a-list-item>
文章总访问 1213,312 文章总访问 {{ counts.visitCount }}
</a-list-item> </a-list-item>
<a-list-item> </a-list-item> <a-list-item> </a-list-item>
</a-list> </a-list>

10936
yarn.lock Normal file

File diff suppressed because it is too large Load Diff