|
@@ -19,8 +19,8 @@
|
|
|
<el-col :span="12" class="textOver">更新时间:{{ item.create_date }}</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="btn">
|
|
|
- <el-button type="warning" size="mini" @click="toLogin(item, '1')">管理进入</el-button>
|
|
|
- <el-button type="primary" size="mini" @click="toJump(item)" v-if="item.status == '1'">进入频道</el-button>
|
|
|
+ <el-button type="warning" size="small" @click="toLogin(item, '1')">管理进入</el-button>
|
|
|
+ <el-button type="primary" size="small" @click="toJump(item)" v-if="item.status == '1'">进入频道</el-button>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -45,8 +45,8 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="btn">
|
|
|
- <el-button type="warning" size="mini" @click="toLogin(item, '2')">管理进入</el-button>
|
|
|
- <el-button type="primary" size="mini" @click="toJump1(item)" v-if="item.status == '1'">进入频道</el-button>
|
|
|
+ <el-button type="warning" size="small" @click="toLogin(item, '2')">管理进入</el-button>
|
|
|
+ <el-button type="primary" size="small" @click="toJump1(item)" v-if="item.status == '1'">进入频道</el-button>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|