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/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