فهرست منبع

编号对应和授课关系添加表行悬浮高亮显示

lm 3 هفته پیش
والد
کامیت
8b6b890138

+ 9 - 1
src/views/reviewManagement/stepComponent/numberMappingComponent/NumberMappingComponent.vue

@@ -410,8 +410,15 @@ onMounted( async ()=>{
           font-size: 16px !important;
         }
       }
-  }
+    }
 
+    .number_relation_table{
+      :deep(.el-table){
+        .el-table__body tr:hover > td {
+            background-color: #EAF0FF !important;
+        }
+      }
+    }
 }
 
 .main_content {
@@ -435,6 +442,7 @@ onMounted( async ()=>{
       height: 36px;
     }
     .teacher_table{
+      
       :deep(.el-table__body){
         tr.active_row td
         {

+ 7 - 0
src/views/reviewManagement/stepComponent/teachingRelationshipComponent/TeachingRelationshipComponent.vue

@@ -972,6 +972,13 @@ onMounted( async ()=>{
         }
       }
     }
+    .teaching_relation_table{
+      :deep(.el-table){
+        .el-table__body tr:hover > td {
+            background-color: #EAF0FF !important;
+        }
+      }
+    }
 }
 .el_button{
     .custom_border_btn:hover{