Commit 7231aa19 authored by anxixi's avatar anxixi

文章发布修改

parent 5af285db
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="divclasschild"> <div class="divclasschild">
<div style="display: flex;"> <div style="display: flex;">
<div style="width: 100%;margin-right: 30px;"> <div style="width: 100%;margin-right: 30px;">
<div :style="positions?'position: fixed;top: 0;background: #ffffff;z-index: 99;min-width: 60%;':'position: relative'"> <div :style="positions?'position: fixed;top: 0;background: #ffffff;z-index: 99;':'position: relative'" style="width: 842px;">
<el-tabs class="content_tab" v-if="issearchclas" v-model="activeName" @tab-click="handleClick"> <el-tabs class="content_tab" v-if="issearchclas" v-model="activeName" @tab-click="handleClick">
<el-tab-pane v-for="(item,index) in channelListmax" :key="index" :label="item.channelName" :name="item.channelId+''"></el-tab-pane> <el-tab-pane v-for="(item,index) in channelListmax" :key="index" :label="item.channelName" :name="item.channelId+''"></el-tab-pane>
</el-tabs> </el-tabs>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment