|
@@ -157,7 +157,6 @@ export default {
|
|
|
if (this.$checkRes(xmly)) this.$set(this, `xmlyList`, xmly.data);
|
|
|
},
|
|
|
// 查询图文直播
|
|
|
- // 查询图文直播
|
|
|
async seachLunbo() {
|
|
|
let res = await this.operaFetch({ dockid: this.id });
|
|
|
for (const val of res.data) {
|
|
@@ -254,7 +253,6 @@ export default {
|
|
|
margin: 15px 0 0 0;
|
|
|
height: 400px;
|
|
|
overflow: hidden;
|
|
|
- // border: 1px solid red;
|
|
|
}
|
|
|
// 科技超市
|
|
|
.market {
|
|
@@ -336,6 +334,7 @@ export default {
|
|
|
}
|
|
|
// 主办方
|
|
|
.company {
|
|
|
+ margin: 15px 0 0 0;
|
|
|
.name {
|
|
|
margin: 0 0 20px 0;
|
|
|
padding: 0 10px;
|