|
|
@@ -1,8 +1,5 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <div class="i-layout-page-header" style="padding: 18px 32px;border-bottom: 1px solid #f2f2f2;">
|
|
|
- <span class="ivu-page-header-title">{{ $route.meta.title }}</span>
|
|
|
- </div>
|
|
|
<div class="article-manager">
|
|
|
<Card :bordered="false" dis-hover class="ivu-mt fromBox">
|
|
|
<Tabs v-model="currentTab" @on-click="changeTab" v-if="headerList.length">
|