From afe2fbc5b0375c7c06853fc981deec74e04fd630 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期日, 24 八月 2025 11:30:40 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- src/views/classManage/talkDetail.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/classManage/talkDetail.vue b/src/views/classManage/talkDetail.vue index dfa5168..299bb45 100644 --- a/src/views/classManage/talkDetail.vue +++ b/src/views/classManage/talkDetail.vue @@ -190,11 +190,11 @@ const getTopicInfo = () => { const pramas = { classId: classInfo.id, - refCodes: [config.refCodes.talk] + refCodes: [config.refCode.talk] } MG.edu.getClassTopic(pramas).then((res: any) => { const list = res - talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCodes.talk) + talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCode.talk) if (talkTopicInfo.value.id) { getMessage() } @@ -395,6 +395,7 @@ .MessageBox { width: 100%; padding: 0 30px; + box-sizing: border-box; .MessageHeader { width: 100%; display: flex; -- Gitblit v1.9.1