Authored by 李奇

 分类样式修改

<template>
<brand-search></brand-search>
<div class="tab-top-fixed">
<tab :page="page"></tab>
<tab :page="page" class="channel-tab"></tab>
</div>
<resources :content-code.sync="contentCode"></resources>
</template>
... ... @@ -12,6 +12,10 @@
left: 0;
width: 100%;
z-index: 99;
.channel-tab {
margin-top: 84px;
}
}
.resources {
... ...