Browse Source

Merge branch 'iteration_1.3.4' into dev

lex 3 years ago
parent
commit
5e49d19389

+ 2 - 1
src/student/share-active/track-review-activity/index.module.less

@@ -108,7 +108,8 @@
   display: flex;
   align-items: center;
   .prizeLevel {
-    height: 17px;
+    height: 17px !important;
+    width: 24px !important;
     margin-right: 5px;
   }
 }

+ 2 - 1
src/teacher/share-page/track-review-activity/index.module.less

@@ -110,7 +110,8 @@
   display: flex;
   align-items: center;
   .prizeLevel {
-    height: 17px;
+    height: 17px !important;
+    width: 24px !important;
     margin-right: 5px;
   }
 }