zengyicheng 1 year ago
parent
commit
794659cc00
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/components/studyStudent.vue

+ 4 - 4
src/components/studyStudent.vue

@@ -19327,12 +19327,12 @@ export default {
 }
 }
 
 
 .bzBox .yCss {
 .bzBox .yCss {
-  width: 8px;
-  height: 8px;
+  width: 7px;
+  height: 7px;
   background: #fff;
   background: #fff;
-  margin: 0 16px 0 4px;
+  margin: 0 16px 0 6px;
   border-radius: 50%;
   border-radius: 50%;
-  border: 6px solid #3681fc;
+  border: 5px solid #3681fc;
   z-index: 99;
   z-index: 99;
 }
 }