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>
</ol>
</el-col>
<el-col :span="4"></el-col>
<el-col :span="4" />
</el-row>
</template>

View File

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

View File

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