Browse Source

修改显示样式

zengyicheng 2 years ago
parent
commit
db36fb60b1
2 changed files with 4 additions and 2 deletions
  1. 2 1
      src/components/study.vue
  2. 2 1
      src/components/studyStudent.vue

+ 2 - 1
src/components/study.vue

@@ -7093,10 +7093,11 @@ export default {
 
 .isWorksName{
   cursor: pointer;
+  background: #46a1eb !important;
 }
 
 .noWorksName,.isWorksName {
-  background: #46a1eb;
+  background: #7cbcf1;
   color: #fff;
   width: 90px;
   height: 25px;

+ 2 - 1
src/components/studyStudent.vue

@@ -7358,11 +7358,12 @@ export default {
 
 .isWorksName {
   cursor: pointer;
+  background: #46a1eb !important;
 }
 
 .noWorksName,
 .isWorksName {
-  background: #46a1eb;
+  background: #7cbcf1;
   color: #fff;
   width: 90px;
   height: 25px;