From 49a435043b0b1a289a24606e35253365d7ab3956 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 25 八月 2025 17:51:57 +0800
Subject: [PATCH] 首页、及教学出版样式修改

---
 src/views/classManage/interactionDetail.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/classManage/interactionDetail.vue b/src/views/classManage/interactionDetail.vue
index c0a0fd8..7ac64d7 100644
--- a/src/views/classManage/interactionDetail.vue
+++ b/src/views/classManage/interactionDetail.vue
@@ -187,7 +187,7 @@
 }
 
 onMounted(() => {
-  defaultCmsPath.value = classInfo.bookRefCode ? 'jsek_digitalTextbooks' : 'defaultGoodsStore3'
+  defaultCmsPath.value = classInfo.bookRefCode ? '*' : 'defaultGoodsStore3'
   getMessage()
 })
 
@@ -200,7 +200,6 @@
       path: defaultCmsPath.value,
       queryType: '*',
       productId: classInfo.bookId,
-      storeInfo: defaultCmsPath.value,
       cmsPath: item.path,
       itemFields: {
         Embedded_QuestionBank_AnalysisCon: [],
@@ -336,6 +335,7 @@
       z-index: 99;
       background: #fff;
       box-shadow: 0px 0px 20px 1px #eeeeee83;
+      box-sizing: border-box;
     }
     .contentBox {
       width: 100%;
@@ -355,7 +355,7 @@
           color: #333;
           line-height: 30px;
           text-align: left;
-          border-left: 6px solid #ff6c00;
+          border-left: 6px solid #019e58;
           padding-left: 10px;
         }
       }
@@ -365,7 +365,7 @@
       box-sizing: border-box;
       min-height: 750px;
       .userName {
-        color: #ff6d00;
+        color: #019e58;
       }
     }
   }

--
Gitblit v1.9.1