人生啊人生 2 semanas atrás
pai
commit
e68cbb4f74
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      user_web/src/view/student/main/Main.vue

+ 1 - 1
user_web/src/view/student/main/Main.vue

@@ -138,7 +138,7 @@ const studentTaskGetSelfCourseEvent = () => {
 
             // 如果是没有课程
             if (objList?.isAllocated == false) {
-                addJson["style_1"] = "background: linear-gradient(181deg, #c3c3c3 0%, #FFFFFF 100%);";
+                addJson["style_1"] = "background: linear-gradient(181deg, rgb(243 243 243) 0%, rgb(245 245 245) 100%);";
                 addJson["style_2"] = "color: #c1c1c1;";
             }