wuhongyu 5 éve
szülő
commit
f4e8866392

+ 1 - 1
src/layout/common/menus.vue

@@ -4,7 +4,7 @@
       <el-col :span="24">
         <el-menu :default-active="$route.path" router class="el-menu-demo" mode="horizontal">
           <el-menu-item index="/news/index">新闻动态</el-menu-item>
-          <el-menu-item index="/achievement/index">成果展示</el-menu-item>
+          <el-menu-item index="/achievement/index?col_name=平台建设">成果展示</el-menu-item>
           <el-menu-item index="/service/index">计算服务</el-menu-item>
           <el-menu-item index="/communication/index">交流互动</el-menu-item>
           <el-menu-item index="/partisan/index">党建学苑</el-menu-item>

+ 1 - 1
src/views/achievement/index.vue

@@ -159,7 +159,7 @@ export default {
   },
   data: () => ({
     displays: '0',
-    columnName: '',
+    columnName: '平台建设',
     total: 1,
     details: {},
     list: [

+ 8 - 8
src/views/communication/parts/topicDetail.vue

@@ -33,7 +33,7 @@
                     <p v-html="detail.content"></p>
                   </el-col>
                   <el-col :span="24" class="jubao">
-                    <span>举报</span>
+                    <!-- <span>举报</span> -->
                   </el-col>
                 </el-col>
               </el-col>
@@ -59,7 +59,7 @@
                     <p v-html="item.content"></p>
                   </el-col>
                   <el-col :span="24" class="jubao">
-                    <span>举报</span>
+                    <!-- <span>举报</span> -->
                   </el-col>
                 </el-col>
               </el-col>
@@ -102,7 +102,7 @@ export default {
   data: () => ({
     squareImage: require('@/assets/222.png'),
     detail: {},
-    list: [{ name: 'dsadas' }],
+    list: [],
     total: 0,
     form: {},
     inputInfo: '',
@@ -230,7 +230,7 @@ export default {
   border-bottom: 1px dashed #ccc;
 }
 .main .two .twoInfo .left .leftDown {
-  height: 420px;
+  height: 280px;
 }
 .main .two .twoInfo .left .leftDown .el-image {
   margin: 40px 18px;
@@ -268,7 +268,7 @@ export default {
   float: right;
 }
 .main .two .twoInfo .right .info {
-  height: 300px;
+  height: 190px;
   border: 2px solid #044b79;
   border-radius: 10px;
   margin: 30px 0;
@@ -277,11 +277,11 @@ export default {
 .main .two .twoInfo .right .info p {
   font-size: 20px;
   overflow: hidden;
-  height: 260px;
+  height: 170px;
 }
 .main .two .twoInfo .right .jubao {
-  height: 70px;
-  line-height: 60px;
+  height: 40px;
+  line-height: 40px;
   border-top: 1px dashed #ff8b0f;
   border-bottom: 10px solid #5096d2;
 }