guhongwei 5 jaren geleden
bovenliggende
commit
b4db3e04c8
2 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 3 2
      src/views/detail/semDetail.vue
  2. 1 1
      src/views/technical/list.vue

+ 3 - 2
src/views/detail/semDetail.vue

@@ -202,7 +202,7 @@ export default {
   height: 60px;
   line-height: 50px;
   padding: 0 15px;
-  font-size: 30px;
+  font-size: 20px;
   color: #023658;
   border-bottom: 10px solid #5096d2;
 }
@@ -276,7 +276,8 @@ export default {
   word-break: break-all;
   display: -webkit-box;
   -webkit-box-orient: vertical;
-  line-height: 32px;
+  line-height: 33px;
+  height: 260px;
 }
 .main .two .twoInfo .right .jubao {
   height: 70px;

+ 1 - 1
src/views/technical/list.vue

@@ -152,7 +152,7 @@ export default {
       this.initList({ name: name, skip: (val - 1) * this.limit, limit: this.limit });
     },
     clickzhuanti(id) {
-      this.$router.push({ path: '/live/detail', query: { id: id } });
+      this.$router.push({ path: '/live/semDetail', query: { id: id } });
     },
     clickjishu(id) {
       this.$router.push({ path: '/live/detail', query: { id: id } });