From a71930c282818ba70ead06f18a391a7996975563 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Mon, 3 Apr 2023 11:00:11 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/04/03=20-11:00:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail/detailIndex.vue | 50 ++++++++++++++++++++- src/views/index/allSections/AllSections.vue | 17 ++++--- 2 files changed, 58 insertions(+), 9 deletions(-) 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 @@ 详情 -
+
申请学校 @@ -47,13 +47,46 @@ 韦仕敦大学
+
+
+ 学位 +
+
+ MA +
+
+
+
+ 专业 +
+
+ Curriculum study +
+
+
+ +
+
+
+ 总结 + 详情 +
+
+ 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