|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div id="partisan">
|
|
|
|
|
|
+ <div id="index">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" class="style">
|
|
<el-col :span="24" class="style">
|
|
<el-col :span="24" class="top">
|
|
<el-col :span="24" class="top">
|
|
@@ -14,10 +14,10 @@
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
<el-col :span="5" class="left">
|
|
<el-col :span="5" class="left">
|
|
<el-col :span="24" class="leftone">
|
|
<el-col :span="24" class="leftone">
|
|
- <left></left>
|
|
|
|
|
|
+ <seminar></seminar>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="lefttwo">
|
|
<el-col :span="24" class="lefttwo">
|
|
- <leftunder> </leftunder>
|
|
|
|
|
|
+ <cooperation> </cooperation>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="19" class="context">
|
|
<el-col :span="19" class="context">
|
|
@@ -39,14 +39,14 @@
|
|
import top from '@/layout/common/top.vue';
|
|
import top from '@/layout/common/top.vue';
|
|
import menus from '@/layout/common/menus.vue';
|
|
import menus from '@/layout/common/menus.vue';
|
|
import foot from '@/layout/common/foot.vue';
|
|
import foot from '@/layout/common/foot.vue';
|
|
-import left from '@/layout/result/left.vue';
|
|
|
|
-import right from '@/layout/result/right.vue';
|
|
|
|
-import leftunder from '@/layout/result/leftunder.vue';
|
|
|
|
|
|
+import seminar from '@/layout/achievement/seminar.vue';
|
|
|
|
+import right from '@/layout/achievement/right.vue';
|
|
|
|
+import cooperation from '@/layout/achievement/cooperation.vue';
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- name: 'partisan',
|
|
|
|
|
|
+ name: 'index',
|
|
props: {},
|
|
props: {},
|
|
- components: { top, menus, foot, left, right, leftunder },
|
|
|
|
|
|
+ components: { top, menus, foot, seminar, right, cooperation },
|
|
data: () => ({}),
|
|
data: () => ({}),
|
|
created() {},
|
|
created() {},
|
|
computed: {},
|
|
computed: {},
|
|
@@ -60,7 +60,7 @@ export default {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
.main {
|
|
.main {
|
|
- min-height: 700px;
|
|
|
|
|
|
+ min-height: 670px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
.left {
|
|
.left {
|
|
@@ -75,7 +75,7 @@ export default {
|
|
}
|
|
}
|
|
.context {
|
|
.context {
|
|
width: 78%;
|
|
width: 78%;
|
|
- min-height: 730px;
|
|
|
|
|
|
+ min-height: 670px;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|