Explorar el Código

选择学生样式修改

林旭祥 hace 8 meses
padre
commit
3951c60ea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/ChooseStudent/index.vue

+ 1 - 1
src/components/ChooseStudent/index.vue

@@ -499,7 +499,7 @@ defineExpose({
 }
 
 ::v-deep(.table2 .el-table__body tr.current-row > td) {
-  background: #13ED84;
+  background: #13ED84 !important;
   color: #ffffff !important;
 }
 </style>