From e1f87494b737169c412ca723baf3085cb0c5706e Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期日, 24 八月 2025 11:28:24 +0800
Subject: [PATCH] 课程管理

---
 src/views/classManage/components/questionDom.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/classManage/components/questionDom.vue b/src/views/classManage/components/questionDom.vue
index a5dde61..a1aa349 100644
--- a/src/views/classManage/components/questionDom.vue
+++ b/src/views/classManage/components/questionDom.vue
@@ -283,7 +283,7 @@
     .list-item-title {
       padding: 4px 0;
       padding-left: 10px;
-      border-left: 4px solid #ff6c00;
+      border-left: 4px solid #019e58;
       color: #000;
       margin: 15px 0;
     }
@@ -307,7 +307,7 @@
       margin-top: 3px;
     }
     .el-checkbox__input.is-checked + .el-checkbox__label {
-      color: #ff6c00;
+      color: #019e58;
     }
   }
 

--
Gitblit v1.9.1