diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue
index f983783..05c6175 100755
--- a/src/views/detail/detailIndex.vue
+++ b/src/views/detail/detailIndex.vue
@@ -38,7 +38,7 @@
详情
-
+
+ 总结
+ 详情
+
+
+ guelph教授很好一直在帮忙催offer,现在uvic也出了口头offer,可能要纠结一下...
+
+ mcgill拒了算是意料之中吧
+
+ ottawa没搞懂申请的thesis下来了course...
+
+ calgary突然就来了offer,又陷入纠结了..
- 查看当前捷报详情
+ 查看当前总结详情
@@ -627,6 +660,7 @@ export default {
.summary-content-item {
border-radius: .16rem;
border: .0133rem solid rgba(235, 235, 235, 1);
+ margin-bottom: .32rem;
.summary-offer-head {
justify-content: space-between;
@@ -655,10 +689,15 @@ export default {
}
.summary-offer-box {
+ padding-top: .28rem;
+ flex-direction: column;
+ justify-items: center;
+
.summary-offer-item {
line-height: .6rem;
padding: 0 .24rem;
box-sizing: border-box;
+ margin-bottom: .2rem;
.summary-offer-key {
width: 1.3rem;
@@ -674,6 +713,13 @@ export default {
}
}
+ .summary-wenzi {
+ color: #333;
+ font-size: .32rem;
+ line-height: .6rem;
+ padding: .28rem .24rem;
+ }
+
}
}
diff --git a/src/views/index/allSections/AllSections.vue b/src/views/index/allSections/AllSections.vue
index 1b6975c..c90400d 100755
--- a/src/views/index/allSections/AllSections.vue
+++ b/src/views/index/allSections/AllSections.vue
@@ -91,12 +91,16 @@ export default {
}
},
created() {
+ console.log("starList", this.starList);
for (var i = 0; i < this.starList.length; i++) {
- this.showStar.push(this.starList[i])
- }
- for (let i in this.showStar) {
- this.showStar[i].checked = false
+ this.showStar.push({ ...this.starList[i], 'checked': false })
}
+ console.log(this.showStar);
+ // for (let i in this.showStar) {
+ // this.showStar[i].checked = false
+ // }
+
+ // https://forum.gter.net
}
}
@@ -174,11 +178,9 @@ export default {
width: 65%;
background-color: #fff;
border-radius: 0 0.32rem 0.32rem 0;
- /* box-shadow: 0px 0px 8px rgb(0 0 0 / 20%); */
display: flex;
flex-direction: column;
z-index: 1;
- // display: none;
padding-bottom: 0.4rem;
&.active {
@@ -228,4 +230,5 @@ export default {
background-color: #62b1ff;
}
}
-}
\ No newline at end of file
+}
+
\ No newline at end of file