diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index a7ef6a8d..1cff2059 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -456,6 +456,15 @@ } } + .gui-box-left{ + width: 160px; + .left-title{ + width: 160px; + } + dd{ + margin-left: 10px; + } + } .gui-box-right{//资源引导位宽度 width: 497px; .swiper-slide{ @@ -729,6 +738,15 @@ } } + .gui-box-left{ + width: 160px; + .left-title{ + width: 160px; + } + dd{ + margin-left: 10px; + } + } .gui-box-right{//资源引导位宽度 width: 658px; .swiper-slide{ @@ -851,7 +869,6 @@ } } .boe-qa-index{ - height: 276px; margin-right: 36px; padding: 30px; @@ -898,6 +915,29 @@ } } } + .article-other-info{ + div{ + .el-avatar{ + width: 32px; + height: 32px; + img{ + width: 100% !important; + } + } + } + } +.item-author{ + div{ + .el-avatar{ + width: 32px; + height: 32px; + img{ + width: 100% !important; + } + } + } +} + .boe-article-index{ padding: 30px; margin-right: 20px; @@ -959,8 +999,8 @@ height: 34px; } .el-avatar{ - width: 34px; - height: 34px; + width: 32px; + height: 32px; img{ width: 100% !important; } @@ -986,14 +1026,23 @@ } } + .gui-box-left{ + width: 160px; + .left-title{ + width: 160px; + } + dd{ + margin-left: 10px; + } + } .gui-box-right{//资源引导位宽度 - width: 697px; + width: 742px; .swiper-slide{ - width: 576px; - height: 500px; + width: 500px; + height: 400px; text-align: center; .banner-img{ - width: 576px; + width: 500px; height: 100%; } } @@ -1001,7 +1050,7 @@ .gui-box{ .close-right{ right:28px; - top:25px; + top:28px; } } .medal-index{ // 勋章规则控制 @@ -1249,6 +1298,15 @@ } } + .gui-box-left{ + width: 190px; + .left-title{ + width: 190px; + } + dd{ + margin-left: 20px; + } + } .gui-box-right{//资源引导位宽度 width: 897px; .swiper-slide{ diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index e7491e35..0e4a167e 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -369,7 +369,7 @@ export default { content: "编辑了笔记",//this.mynoteData.content,//事件的内容 objId: res.result.id,//关联的id objType: "6",//关联的类型 - objInfo: this.data.name +''+ this.score, + objInfo: this.data.name +'&'+ this.score, aid: this.userInfo.aid, //当前登录人的id aname: this.userInfo.name,//当前人的姓名 status: 1 //状态,直接写1 diff --git a/src/components/HomePage/courseList.vue b/src/components/HomePage/courseList.vue index e9cedc15..10b54d77 100644 --- a/src/components/HomePage/courseList.vue +++ b/src/components/HomePage/courseList.vue @@ -19,7 +19,7 @@
{{item.info.summary}}
最新一次学习时间:2022-5-28 22:30:28
+最新一次学习时间:{{item.eventTime}}