This commit is contained in:
OrangeM21 2020-03-26 01:15:35 +08:00
parent d891b55d0b
commit 6ed638a9a1
5 changed files with 7 additions and 8 deletions

View File

@ -14,7 +14,7 @@
</li> </li>
</ol> </ol>
</el-col> </el-col>
<el-col :span="4"></el-col> <el-col :span="4" />
</el-row> </el-row>
</template> </template>

View File

@ -1,8 +1,7 @@
<template> <template>
<div class="page"> <div class="page">
<PageHeading :title="title"></PageHeading> <PageHeading :title="title" />
<div class="wrapper-content"> <div class="wrapper-content" />
</div>
</div> </div>
</template> </template>

View File

@ -39,7 +39,7 @@ export default {
}, },
needTagsView() { needTagsView() {
return false return false
return this.$store.state.settings.tagsView // return this.$store.state.settings.tagsView
}, },
classObj() { classObj() {
return { return {