mirror of https://github.com/halo-dev/halo-admin
ui 优化
parent
cdb61f4885
commit
30c41e24b9
|
@ -493,4 +493,15 @@ body {
|
|||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-card{
|
||||
.ant-card-head{
|
||||
padding: 0 16px;
|
||||
.ant-card-head-wrapper{
|
||||
.ant-card-head-title{
|
||||
padding: 12px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,7 +10,11 @@
|
|||
/>
|
||||
</div>
|
||||
<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 id="editor">
|
||||
|
@ -19,7 +23,18 @@
|
|||
</a-col>
|
||||
|
||||
<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-row>
|
||||
</div>
|
||||
|
@ -41,12 +56,12 @@ export default {
|
|||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
#editor {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
#editor {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.v-note-wrapper{
|
||||
z-index: 1000;
|
||||
}
|
||||
.v-note-wrapper {
|
||||
z-index: 1000;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -21,16 +21,16 @@
|
|||
累计发表了 {{ counts.postCount }} 篇文章。
|
||||
</a-list-item>
|
||||
<a-list-item>
|
||||
累计创建了 14 个标签。
|
||||
累计创建了 {{ counts.linkCount }} 个标签。
|
||||
</a-list-item>
|
||||
<a-list-item>
|
||||
累计获得了 {{ counts.commentCount }} 条评论。
|
||||
</a-list-item>
|
||||
<a-list-item>
|
||||
累计添加了 32 个友链。
|
||||
累计添加了 {{ counts.linkCount }} 个友链。
|
||||
</a-list-item>
|
||||
<a-list-item>
|
||||
文章总访问 1213,312 次。
|
||||
文章总访问 {{ counts.visitCount }} 次。
|
||||
</a-list-item>
|
||||
<a-list-item> </a-list-item>
|
||||
</a-list>
|
||||
|
|
Loading…
Reference in New Issue