瀏覽代碼

选择学生样式修改

林旭祥 8 月之前
父節點
當前提交
3951c60ea2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>