Browse Source

更新样式

lex 2 years ago
parent
commit
b567a32826

+ 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;
   }
 }